🩹 Fix missing HAS_DUAL_Y_STEPPERS (#27024)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
Keith Bennett
2024-05-06 15:46:41 -07:00
committed by GitHub
parent 5b0c818522
commit 18288ceadc

View File

@@ -456,6 +456,7 @@
#endif #endif
#ifdef Y2_DRIVER_TYPE #ifdef Y2_DRIVER_TYPE
#define HAS_Y2_STEPPER 1 #define HAS_Y2_STEPPER 1
#define HAS_DUAL_Y_STEPPERS 1
#endif #endif
/** /**