Преглед изворни кода

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).
Phil Hord пре 13 година
родитељ
комит
ba8500a236
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h Прегледај датотеку

@@ -81,7 +81,7 @@
81 81
 #define Z_DIR_PIN 25
82 82
 #define Z_ENABLE_PIN 24
83 83
 #define Z_MIN_PIN 1
84
-#define Z_MAX_PIN 
84
+#define Z_MAX_PIN 0
85 85
 
86 86
 //extruder pins
87 87
 #define E0_STEP_PIN 28

Loading…
Откажи
Сачувај