Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Firmware
›
Motor Control
endstops not working
N1YDP
September 2020
in
Motor Control
when i home the x and z motors keeps going and dont stop when it hits the endstop switch
Comments
N1YDP
September 2020
this is my config
#define
ENDSTOP_PULLUP_X_MIN true
#define
ENDSTOP_X_MIN_INVERTING false
#define
MIN_HARDWARE_ENDSTOP_X true
#define
ENDSTOP_PULLUP_Y_MIN true
#define
ENDSTOP_Y_MIN_INVERTING true
#define
MIN_HARDWARE_ENDSTOP_Y true
#define
ENDSTOP_PULLUP_Z_MIN true
#define
ENDSTOP_Z_MIN_INVERTING true
#define
MIN_HARDWARE_ENDSTOP_Z true
#define
ENDSTOP_PULLUP_X_MAX true
#define
ENDSTOP_X_MAX_INVERTING false
#define
MAX_HARDWARE_ENDSTOP_X false
#define
ENDSTOP_PULLUP_Y_MAX true
#define
ENDSTOP_Y_MAX_INVERTING false
#define
MAX_HARDWARE_ENDSTOP_Y false
#define
ENDSTOP_PULLUP_Z_MAX true
#define
ENDSTOP_Z_MAX_INVERTING false
#define
MAX_HARDWARE_ENDSTOP_Z false
#define
max_software_endstop_r true
#define
min_software_endstop_x false
#define
min_software_endstop_y false
#define
min_software_endstop_z false
#define
max_software_endstop_x true
#define
max_software_endstop_y true
#define
max_software_endstop_z true
#define
ENDSTOP_X_BACK_MOVE 5
#define
ENDSTOP_Y_BACK_MOVE 5
#define
ENDSTOP_Z_BACK_MOVE 5
#define
ENDSTOP_X_RETEST_REDUCTION_FACTOR 3
#define
ENDSTOP_Y_RETEST_REDUCTION_FACTOR 3
#define
ENDSTOP_Z_RETEST_REDUCTION_FACTOR 3
#define
ENDSTOP_X_BACK_ON_HOME 1
#define
ENDSTOP_Y_BACK_ON_HOME 1
#define
ENDSTOP_Z_BACK_ON_HOME 0
#define
ALWAYS_CHECK_ENDSTOPS 1
Repetier
September 2020
Is the homing direction for x and z axis set to -1?
N1YDP
September 2020
got it working
Sign In
or
Register
to comment.
Comments