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
2 people authored and diego-cr committed May 7, 2024
1 parent 6d1b834 commit 9052389
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
@@ -456,6 +456,7 @@
#endif
#ifdef Y2_DRIVER_TYPE
#define HAS_Y2_STEPPER 1
#define HAS_DUAL_Y_STEPPERS 1
#endif

/**

0 comments on commit 9052389

Please sign in to comment.