chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d42ca
)
pins.h: Define Z_MAX_PIN for Gen7 board
author
Phil Hord
<phil@phord.com>
Mon, 27 Feb 2012 01:15:40 +0000
(20:15 -0500)
committer
Phil Hord
<phil@phord.com>
Mon, 27 Feb 2012 01:18:39 +0000
(20:18 -0500)
The Z_MAX_PIN value was defined as no-value, but this causes
the compile to fail. Fix this by setting the Z_MAX_PIN to the
correct value (which happens to be 0 for pin PB0/DIO0/0).
Marlin/pins.h
patch
|
blob
|
history
diff --git
a/Marlin/pins.h
b/Marlin/pins.h
index e950cbe6832987ace273d34005f19579a6666692..45cbebf0017315030befd7a1149d52ec77d56013 100644
(file)
--- a/
Marlin/pins.h
+++ b/
Marlin/pins.h
@@
-81,7
+81,7
@@
#define Z_DIR_PIN 25
#define Z_ENABLE_PIN 24
#define Z_MIN_PIN 1
-#define Z_MAX_PIN
+#define Z_MAX_PIN
0
//extruder pins
#define E0_STEP_PIN 28