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