Skip to content

Commit 18288ce

Browse files
🩹 Fix missing HAS_DUAL_Y_STEPPERS (MarlinFirmware#27024)
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
1 parent 5b0c818 commit 18288ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Marlin/src/inc/Conditionals_LCD.h

+1
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)