chiark / gitweb /
pins.h: Define Z_MAX_PIN for Gen7 board
authorPhil Hord <phil@phord.com>
Mon, 27 Feb 2012 01:15:40 +0000 (20:15 -0500)
committerPhil 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

index e950cbe6832987ace273d34005f19579a6666692..45cbebf0017315030befd7a1149d52ec77d56013 100644 (file)
@@ -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