File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 846
846
//#define Z_MULTI_ENDSTOPS // Other Z axes have their own endstops
847
847
#if ENABLED (Z_MULTI_ENDSTOPS )
848
848
#define Z2_USE_ENDSTOP _XMAX_ // Z2 endstop board plug. Don't forget to enable USE_*_PLUG.
849
- #define Z2_ENDSTOP_ADJUSTMENT 0 // Z2 offset relative to Y endstop
849
+ #define Z2_ENDSTOP_ADJUSTMENT 0 // Z2 offset relative to Z endstop
850
850
#endif
851
851
#ifdef Z3_DRIVER_TYPE
852
852
//#define INVERT_Z3_VS_Z_DIR // Z3 direction signal is the opposite of Z
853
853
#if ENABLED (Z_MULTI_ENDSTOPS )
854
854
#define Z3_USE_ENDSTOP _YMAX_ // Z3 endstop board plug. Don't forget to enable USE_*_PLUG.
855
- #define Z3_ENDSTOP_ADJUSTMENT 0 // Z3 offset relative to Y endstop
855
+ #define Z3_ENDSTOP_ADJUSTMENT 0 // Z3 offset relative to Z endstop
856
856
#endif
857
857
#endif
858
858
#ifdef Z4_DRIVER_TYPE
859
859
//#define INVERT_Z4_VS_Z_DIR // Z4 direction signal is the opposite of Z
860
860
#if ENABLED (Z_MULTI_ENDSTOPS )
861
861
#define Z4_USE_ENDSTOP _ZMAX_ // Z4 endstop board plug. Don't forget to enable USE_*_PLUG.
862
- #define Z4_ENDSTOP_ADJUSTMENT 0 // Z4 offset relative to Y endstop
862
+ #define Z4_ENDSTOP_ADJUSTMENT 0 // Z4 offset relative to Z endstop
863
863
#endif
864
864
#endif
865
865
#endif
You can’t perform that action at this time.
0 commit comments