marlin 1.1.9 probe setting
marlin 1.1.9 probe setting
hi every body from france
a friend have set the new marlin for my gt260 rev a+, because the original marlin worked with ide 1.0.1, and this ide have troubleshooting on my pc
we have set the marlin 1.1.9 here
http://marlinfw.org/meta/download/
all work fine, juste the bl touch probe is not set and activate and i don t know where set that, because it s different than the 1.0.1 marlin
someone can show me where we need to set the pin and the bl touch?
a friend have set the new marlin for my gt260 rev a+, because the original marlin worked with ide 1.0.1, and this ide have troubleshooting on my pc
we have set the marlin 1.1.9 here
http://marlinfw.org/meta/download/
all work fine, juste the bl touch probe is not set and activate and i don t know where set that, because it s different than the 1.0.1 marlin
someone can show me where we need to set the pin and the bl touch?
Re: marlin 1.1.9 probe setting
nobody can help me please?
Re: marlin 1.1.9 probe setting
nobody use bl touch....
Re: marlin 1.1.9 probe setting
Hello.
You have not written what model of printer you own. You misspelled the controller board type ...
You have not written what model of printer you own. You misspelled the controller board type ...
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Re: marlin 1.1.9 probe setting
yes sorry
it s a prusa i3
and gt2560 rev a+
it s a prusa i3
and gt2560 rev a+
Re: marlin 1.1.9 probe setting
I also have Prus I3.
But I suspect that we don't have the same model.
This name refers to the printer series and not to a specific model.
But I suspect that we don't have the same model.
This name refers to the printer series and not to a specific model.
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Re: marlin 1.1.9 probe setting
it s this model:
https://www.dropbox.com/s/uzcq7y4lr80fl ... 1.jpg?dl=0
i need really help, because i m rebuilding this machine properly, i have soon finish, it s miss just this step for start to print
https://www.dropbox.com/s/uzcq7y4lr80fl ... 1.jpg?dl=0
i need really help, because i m rebuilding this machine properly, i have soon finish, it s miss just this step for start to print
Re: marlin 1.1.9 probe setting
Hello.
I'm surprised by the fact that you don't know the model of the printer you bought.
Is it that:
Geeetech Prusa I3 Pro W Printer DIY kit
If so, start reading the relevant forum section.
I'm surprised by the fact that you don't know the model of the printer you bought.
Is it that:
Geeetech Prusa I3 Pro W Printer DIY kit
If so, start reading the relevant forum section.
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Re: marlin 1.1.9 probe setting
yes I know it's this model, but today no matter the model, since I changed a lot of things, all motion work perfectly, heater work, what matters today is the map model (gt2560 rev a +) and the probe (bl touch)
i want just find the settings to activate it in the marlin 1.1.9 on the good pin
because the old one was causing me problems with the ide 1.0.1
quite simply, my technical english is very limited for find all parameter myself
i want just find the settings to activate it in the marlin 1.1.9 on the good pin
because the old one was causing me problems with the ide 1.0.1
quite simply, my technical english is very limited for find all parameter myself
Re: marlin 1.1.9 probe setting
Code: Select all
#define Z_PROBE_SERVO_NR 0 // adrien Defaults to SERVO 0 connector.
#define Z_SERVO_ANGLES {70,0} // adrien Z Servo Deploy and Stow angles
#define BLTOUCH /adrien
#define SERVO0_PIN 11 /adrien
#if ENABLED(BLTOUCH) /adrien
#define BLTOUCH_DELAY 375 // adrien(ms) Enable and increase if needed
#endif
#define X_PROBE_OFFSET_FROM_EXTRUDER -23 // adrien X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -1 // Z offset: -below +above [the nozzle
#define MULTIPLE_PROBING 2 /adrien
//#define MIN_SOFTWARE_ENDSTOPS /adrien
#define Z_SAFE_HOMING /adrien
#define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. adrien
#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command adrien
for exemple:
Code: Select all
Error while detecting libraries included by C:\Users\adrien\AppData\Local\Temp\arduino_build_571543\sketch\stepper_indirection.cpp
"C:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10807 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Program Files\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Program Files\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "C:\\Users\\adrien\\AppData\\Local\\Temp\\arduino_build_571543\\sketch\\stopwatch.cpp" -o nul
Error while detecting libraries included by C:\Users\adrien\AppData\Local\Temp\arduino_build_571543\sketch\stopwatch.cpp
"C:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10807 -DARDUINO_AVR_MEGA2560