Skip to content

Commit 3a46503

Browse files
thisiskeithbLMBernardo
authored andcommitted
📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (MarlinFirmware#25295)
1 parent 250c1c6 commit 3a46503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/Configuration_adv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,20 +846,20 @@
846846
//#define Z_MULTI_ENDSTOPS // Other Z axes have their own endstops
847847
#if ENABLED(Z_MULTI_ENDSTOPS)
848848
#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
850850
#endif
851851
#ifdef Z3_DRIVER_TYPE
852852
//#define INVERT_Z3_VS_Z_DIR // Z3 direction signal is the opposite of Z
853853
#if ENABLED(Z_MULTI_ENDSTOPS)
854854
#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
856856
#endif
857857
#endif
858858
#ifdef Z4_DRIVER_TYPE
859859
//#define INVERT_Z4_VS_Z_DIR // Z4 direction signal is the opposite of Z
860860
#if ENABLED(Z_MULTI_ENDSTOPS)
861861
#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
863863
#endif
864864
#endif
865865
#endif

0 commit comments

Comments
 (0)