Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Firmware
Z probes in front of bed by 5 mm
gwc2795
November 2015
in
Repetier-Firmware
Z axis probes in front of the Bed by about 5 mm so the sensor does not detect the bed. How can I get the bed to move forward 5mm before z probe?
Comments
Repetier
November 2015
You have defined 3 probing points in config and eeprom. Change the coordinates there so you hit bed. Or modify y homing to go 5 mm back after homehit.
gwc2795
December 2015
Cirrently
#define
ENDSTOP_Y_BACK_MOVE 5
Dhould I set it to
#define
ENDSTOP_Y_BACK_MOVE 15 to move the toward the extruder by an additional 10mm?
Repetier
December 2015
No,you need to increase
#define
ENDSTOP_Y_BACK_ON_HOME 1
gwc2795
December 2015
I changed
#define
ENDSTOP_Y_BACK_ON_HOME 1
to
#define
ENDSTOP_Y_BACK_ON_HOME 10
it works perfectly.
The bed slides forward under the inductive sensor and I have consistent height and objects print well.
Thanks
Sign In
or
Register
to comment.
Comments