E_DUAL_STEPPER_DRIVERS

MarlinFirmware/Marlin#21403
This commit is contained in:
Scott Lahteine 2021-06-14 02:15:06 -05:00
parent 2ed5be8e2a
commit 4a7f2b0f3b
244 changed files with 1464 additions and 0 deletions

View file

@ -677,6 +677,12 @@
#endif
#endif
// Drive the E axis with two synchronized steppers
//#define E_DUAL_STEPPER_DRIVERS
#if ENABLED(E_DUAL_STEPPER_DRIVERS)
//#define INVERT_E1_VS_E0_DIR // Enable if the E motors need opposite DIR states
#endif
/**
* Dual X Carriage
*