Distribute PS_ON_PIN and STEPPER_ENABLE_PIN to all config templates.
This commit is contained in:
parent
090da8ddad
commit
b4ad459e86
|
|
@ -214,6 +214,8 @@
|
||||||
#define SD_WRITE_PROTECT DIO3
|
#define SD_WRITE_PROTECT DIO3
|
||||||
|
|
||||||
#define PS_ON_PIN DIO14
|
#define PS_ON_PIN DIO14
|
||||||
|
//#define STEPPER_ENABLE_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_INVERT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -207,6 +207,10 @@
|
||||||
#define E_ENABLE_PIN DIO3
|
#define E_ENABLE_PIN DIO3
|
||||||
//#define E_INVERT_DIR
|
//#define E_INVERT_DIR
|
||||||
|
|
||||||
|
//#define PS_ON_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_INVERT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,8 @@
|
||||||
//#define E_INVERT_DIR
|
//#define E_INVERT_DIR
|
||||||
|
|
||||||
#define PS_ON_PIN DIO9
|
#define PS_ON_PIN DIO9
|
||||||
|
//#define STEPPER_ENABLE_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_INVERT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,6 +215,10 @@
|
||||||
//#define E_ENABLE_PIN DIO24
|
//#define E_ENABLE_PIN DIO24
|
||||||
//#define E_INVERT_DIR
|
//#define E_INVERT_DIR
|
||||||
|
|
||||||
|
//#define PS_ON_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_PIN xxxx
|
||||||
|
//#define STEPPER_ENABLE_INVERT
|
||||||
|
|
||||||
// TODO: 20110813 SJL - the following two are not yet used&verified for RAMPS1.3
|
// TODO: 20110813 SJL - the following two are not yet used&verified for RAMPS1.3
|
||||||
//#define SD_CARD_DETECT DIO2
|
//#define SD_CARD_DETECT DIO2
|
||||||
//#define SD_WRITE_PROTECT DIO3
|
//#define SD_WRITE_PROTECT DIO3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue