Skip to content

Commit

Permalink
🩹 Fix missing HAS_DUAL_Y_STEPPERS (MarlinFirmware#27024)
Browse files Browse the repository at this point in the history
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
  • Loading branch information
thisiskeithb and ellensp authored May 6, 2024
1 parent 5b0c818 commit 18288ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/inc/Conditionals_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
#endif
#ifdef Y2_DRIVER_TYPE
#define HAS_Y2_STEPPER 1
#define HAS_DUAL_Y_STEPPERS 1
#endif

/**
Expand Down

0 comments on commit 18288ce

Please sign in to comment.