mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 02:37:53 -06:00
Add omitted axis drivers options
This commit is contained in:
parent
678cfa9372
commit
87e5d4386d
45 changed files with 60 additions and 11 deletions
|
@ -678,12 +678,15 @@
|
|||
//#define Y2_DRIVER_TYPE DRV8825
|
||||
//#define Z2_DRIVER_TYPE DRV8825
|
||||
//#define Z3_DRIVER_TYPE DRV8825
|
||||
//#define Z4_DRIVER_TYPE DRV8825
|
||||
#define E0_DRIVER_TYPE DRV8825
|
||||
#define E1_DRIVER_TYPE DRV8825
|
||||
//#define E2_DRIVER_TYPE DRV8825
|
||||
//#define E3_DRIVER_TYPE DRV8825
|
||||
//#define E4_DRIVER_TYPE DRV8825
|
||||
//#define E5_DRIVER_TYPE DRV8825
|
||||
//#define E6_DRIVER_TYPE DRV8825
|
||||
//#define E7_DRIVER_TYPE DRV8825
|
||||
|
||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue