🔧 Update multi-stepper axis conditionals (#25798)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp
2023-05-10 08:37:34 +12:00
committed by GitHub
parent 3a8809c1a7
commit d52d26b4ef
9 changed files with 142 additions and 124 deletions

View File

@@ -859,7 +859,7 @@
#endif
#endif
#if HAS_DUAL_Y_STEPPERS
#if HAS_Y2_STEPPER
//#define INVERT_Y2_VS_Y_DIR // Y2 direction signal is the opposite of Y
//#define Y_DUAL_ENDSTOPS // Y2 has its own endstop
#if ENABLED(Y_DUAL_ENDSTOPS)