Distribute PS_ON_PIN and STEPPER_ENABLE_PIN to all config templates.

This commit is contained in:
Markus Hitter 2011-07-24 19:07:40 +02:00
parent 090da8ddad
commit b4ad459e86
4 changed files with 12 additions and 0 deletions

View File

@ -214,6 +214,8 @@
#define SD_WRITE_PROTECT DIO3
#define PS_ON_PIN DIO14
//#define STEPPER_ENABLE_PIN xxxx
//#define STEPPER_ENABLE_INVERT

View File

@ -207,6 +207,10 @@
#define E_ENABLE_PIN DIO3
//#define E_INVERT_DIR
//#define PS_ON_PIN xxxx
//#define STEPPER_ENABLE_PIN xxxx
//#define STEPPER_ENABLE_INVERT
/***************************************************************************\

View File

@ -208,6 +208,8 @@
//#define E_INVERT_DIR
#define PS_ON_PIN DIO9
//#define STEPPER_ENABLE_PIN xxxx
//#define STEPPER_ENABLE_INVERT

View File

@ -215,6 +215,10 @@
//#define E_ENABLE_PIN DIO24
//#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
//#define SD_CARD_DETECT DIO2
//#define SD_WRITE_PROTECT DIO3