Skip to content
Snippets Groups Projects
Commit ba8500a2 authored by Phil Hord's avatar Phil Hord
Browse files

pins.h: Define Z_MAX_PIN for Gen7 board

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).
parent 97d42ca2
Branches
Tags
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment