Enabled dual endstops
This commit is contained in:
parent
262d20aeb6
commit
cdb5d297e0
@ -277,7 +277,7 @@
|
|||||||
#define X_DUAL_STEPPER_DRIVERS
|
#define X_DUAL_STEPPER_DRIVERS
|
||||||
#if ENABLED(X_DUAL_STEPPER_DRIVERS)
|
#if ENABLED(X_DUAL_STEPPER_DRIVERS)
|
||||||
#define INVERT_X2_VS_X_DIR true // Set 'true' if X motors should rotate in opposite directions
|
#define INVERT_X2_VS_X_DIR true // Set 'true' if X motors should rotate in opposite directions
|
||||||
//#define X_DUAL_ENDSTOPS
|
#define X_DUAL_ENDSTOPS
|
||||||
#if ENABLED(X_DUAL_ENDSTOPS)
|
#if ENABLED(X_DUAL_ENDSTOPS)
|
||||||
#define X2_USE_ENDSTOP _XMAX_
|
#define X2_USE_ENDSTOP _XMAX_
|
||||||
#define X_DUAL_ENDSTOPS_ADJUSTMENT 0
|
#define X_DUAL_ENDSTOPS_ADJUSTMENT 0
|
||||||
@ -287,7 +287,7 @@
|
|||||||
#define Y_DUAL_STEPPER_DRIVERS
|
#define Y_DUAL_STEPPER_DRIVERS
|
||||||
#if ENABLED(Y_DUAL_STEPPER_DRIVERS)
|
#if ENABLED(Y_DUAL_STEPPER_DRIVERS)
|
||||||
#define INVERT_Y2_VS_Y_DIR true // Set 'true' if Y motors should rotate in opposite directions
|
#define INVERT_Y2_VS_Y_DIR true // Set 'true' if Y motors should rotate in opposite directions
|
||||||
//#define Y_DUAL_ENDSTOPS
|
#define Y_DUAL_ENDSTOPS
|
||||||
#if ENABLED(Y_DUAL_ENDSTOPS)
|
#if ENABLED(Y_DUAL_ENDSTOPS)
|
||||||
#define Y2_USE_ENDSTOP _YMAX_
|
#define Y2_USE_ENDSTOP _YMAX_
|
||||||
#define Y_DUAL_ENDSTOPS_ADJUSTMENT 0
|
#define Y_DUAL_ENDSTOPS_ADJUSTMENT 0
|
||||||
|
Loading…
Reference in New Issue
Block a user