Add the missing E_INVERT_ENABLE to the config templates.
Catch by brnrd, thanks.
This commit is contained in:
parent
eabf3d8e4c
commit
b80c736004
|
|
@ -214,6 +214,7 @@
|
|||
#define E_DIR_PIN DIO8
|
||||
//#define E_ENABLE_PIN xxxx
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
#define PS_ON_PIN DIO9
|
||||
//#define STEPPER_ENABLE_PIN xxxx
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@
|
|||
#define E_DIR_PIN DIO16
|
||||
//#define E_ENABLE_PIN xxxx
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
#define SD_CARD_DETECT DIO2
|
||||
#define SD_WRITE_PROTECT DIO3
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@
|
|||
#define E_DIR_PIN DIO2
|
||||
#define E_ENABLE_PIN DIO3
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
//#define PS_ON_PIN xxxx
|
||||
//#define STEPPER_ENABLE_PIN xxxx
|
||||
|
|
|
|||
|
|
@ -219,6 +219,7 @@
|
|||
#define E_DIR_PIN DIO27
|
||||
//#define E_ENABLE_PIN
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
#define PS_ON_PIN DIO15
|
||||
#define STEPPER_ENABLE_PIN DIO24
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@
|
|||
#define E_DIR_PIN DIO34
|
||||
#define E_ENABLE_PIN DIO30
|
||||
//#define E_INVERT_DIR
|
||||
#define E_INVERT_ENABLE
|
||||
|
||||
//#define SD_CARD_DETECT DIO2
|
||||
//#define SD_WRITE_PROTECT DIO3
|
||||
|
|
|
|||
|
|
@ -221,6 +221,7 @@
|
|||
#define E_DIR_PIN DIO28
|
||||
//#define E_ENABLE_PIN DIO24
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
//#define PS_ON_PIN xxxx
|
||||
//#define STEPPER_ENABLE_PIN xxxx
|
||||
|
|
|
|||
|
|
@ -219,6 +219,7 @@
|
|||
#define E_DIR_PIN DIO0
|
||||
//#define E_ENABLE_PIN xxxx
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
#define PS_ON_PIN DIO9
|
||||
#define STEPPER_ENABLE_PIN DIO4
|
||||
|
|
|
|||
|
|
@ -219,6 +219,7 @@
|
|||
#define E_DIR_PIN DIO0
|
||||
//#define E_ENABLE_PIN xxxx
|
||||
//#define E_INVERT_DIR
|
||||
//#define E_INVERT_ENABLE
|
||||
|
||||
#define PS_ON_PIN DIO9
|
||||
#define STEPPER_ENABLE_PIN DIO14
|
||||
|
|
|
|||
Loading…
Reference in New Issue