Skip to content

Commit 004f67e

Browse files
committed
📝 Fix Z*_ENDSTOP_ADJUSTMENT comments
MarlinFirmware/Marlin#25295
1 parent 9bc5615 commit 004f67e

File tree

302 files changed

+906
-906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+906
-906
lines changed

config/default/Configuration_adv.h

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

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

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

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

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

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

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

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

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

config/examples/Alfawise/U20/Configuration_adv.h

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

config/examples/AliExpress/UM2pExt/Configuration_adv.h

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

config/examples/Anet/A2/Configuration_adv.h

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

config/examples/Anet/A2plus/Configuration_adv.h

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

config/examples/Anet/A6/Configuration_adv.h

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

0 commit comments

Comments
 (0)