Skip to content

Commit 9052389

Browse files
thisiskeithbellensp
authored andcommitted
🩹 Fix missing HAS_DUAL_Y_STEPPERS (MarlinFirmware#27024)
Co-authored-by: ellensp <[email protected]>
1 parent 6d1b834 commit 9052389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Marlin/src/inc/Conditionals_LCD.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@
456456
#endif
457457
#ifdef Y2_DRIVER_TYPE
458458
#define HAS_Y2_STEPPER 1
459+
#define HAS_DUAL_Y_STEPPERS 1
459460
#endif
460461

461462
/**

0 commit comments

Comments
 (0)