Call the probe pin a probe pin and not a min endstop

This commit is contained in:
Richard Wackerbarth 2015-12-10 05:26:48 -06:00
parent 0fa3bac8ee
commit 58658c9279

View File

@ -31,7 +31,7 @@
#define Z_DIR_PIN 28
#define Z_ENABLE_PIN 37
#define Z_MAX_PIN 36
#define Z_MIN_PIN 17 // Bed Z probe
#define Z_MIN_PROBE_PIN 17 // Bed Z probe
#define E0_STEP_PIN 35
#define E0_DIR_PIN 34