summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
diff options
context:
space:
mode:
authorKliment Yanev <kliment.yanev@gmail.com>2011-08-31 11:56:18 +0200
committerKliment Yanev <kliment.yanev@gmail.com>2011-08-31 11:56:18 +0200
commitb882d80fea1798dbca64b73e4f61e6f7c07f3ce7 (patch)
treee0ead4468f7ddd2e551946c428bf11c571916a07 /Sprinter/pins.h
parentacc6f2caf8db564d549f344d082bbf2b6ff2e746 (diff)
parent03af4f0a658a28f955cb32a8bb6539a2b184e1d5 (diff)
Merge branch 'experimental' of github.com:kliment/Sprinter into experimental
Diffstat (limited to 'Sprinter/pins.h')
-rw-r--r--Sprinter/pins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index 93b69ae..c0cd697 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -618,4 +618,7 @@
#endif
+//List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
+const int sensitive_pins[] = {0, 1, X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, X_MIN_PIN, X_MAX_PIN, Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, E_STEP_PIN, E_DIR_PIN, E_ENABLE_PIN, LED_PIN, PS_ON_PIN, HEATER_0_PIN, HEATER_1_PIN, FAN_PIN, TEMP_0_PIN, TEMP_1_PIN};
+
#endif