Skip to content

Commit

Permalink
Fix config.ramps-v1.3.h.
Browse files Browse the repository at this point in the history
Finally had to look it up myself. RAMPS users are apparently all
incapable or too stupid to write such fixes into an issue report.

From IRC:

xxx: oh, motors move now, thanks for helping
yyy: please write the changes into a github issue
xxx: will do
...
xxx: have to run now

... and these are the last words the world reads about xxx :-)
Observed three times now.
  • Loading branch information
Traumflug committed Aug 31, 2014
1 parent 642948a commit e434908
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.ramps-v1.3.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,31 +258,31 @@
#define X_DIR_PIN AIO1
#define X_MIN_PIN DIO3
//#define X_MAX_PIN DIO2
//#define X_ENABLE_PIN DIO38
#define X_ENABLE_PIN DIO38
//#define X_INVERT_DIR
//#define X_INVERT_MIN
//#define X_INVERT_MAX
//#define X_INVERT_ENABLE
#define X_INVERT_ENABLE

#define Y_STEP_PIN AIO6
#define Y_DIR_PIN AIO7
#define Y_MIN_PIN DIO14
//#define Y_MAX_PIN DIO15
//#define Y_ENABLE_PIN AIO2
#define Y_ENABLE_PIN AIO2
#define Y_INVERT_DIR
//#define Y_INVERT_MIN
//#define Y_INVERT_MAX
//#define Y_INVERT_ENABLE
#define Y_INVERT_ENABLE

#define Z_STEP_PIN DIO46
#define Z_DIR_PIN DIO48
#define Z_INVERT_DIR
#define Z_MIN_PIN DIO18
//#define Z_MAX_PIN DIO19
//#define Z_ENABLE_PIN AIO8
#define Z_ENABLE_PIN AIO8
//#define Z_INVERT_MIN
//#define Z_INVERT_MAX
//#define Z_INVERT_ENABLE
#define Z_INVERT_ENABLE

#define E_STEP_PIN DIO26
#define E_DIR_PIN DIO28
Expand Down

0 comments on commit e434908

Please sign in to comment.