|
@@ -20,7 +20,6 @@
|
20
|
20
|
*
|
21
|
21
|
*/
|
22
|
22
|
|
23
|
|
-
|
24
|
23
|
/**
|
25
|
24
|
* GT2560 V3.0 pin assignment
|
26
|
25
|
*/
|
|
@@ -49,6 +48,22 @@
|
49
|
48
|
#define Z_MAX_PIN 32
|
50
|
49
|
|
51
|
50
|
//
|
|
51
|
+// Runout Sensor
|
|
52
|
+//
|
|
53
|
+#ifndef FIL_RUNOUT_PIN
|
|
54
|
+ #define FIL_RUNOUT_PIN 66
|
|
55
|
+#endif
|
|
56
|
+#ifndef FIL_RUNOUT2_PIN
|
|
57
|
+ #define FIL_RUNOUT2_PIN 67
|
|
58
|
+#endif
|
|
59
|
+
|
|
60
|
+//
|
|
61
|
+// Power Recovery
|
|
62
|
+//
|
|
63
|
+#define POWER_LOSS_PIN 69 // Pin to detect power loss
|
|
64
|
+#define POWER_LOSS_STATE LOW
|
|
65
|
+
|
|
66
|
+//
|
52
|
67
|
// Z Probe (when not Z_MIN_PIN)
|
53
|
68
|
//
|
54
|
69
|
#ifndef Z_MIN_PROBE_PIN
|
|
@@ -94,6 +109,9 @@
|
94
|
109
|
#define HEATER_2_PIN 1
|
95
|
110
|
#define HEATER_BED_PIN 4
|
96
|
111
|
#define FAN_PIN 9
|
|
112
|
+//#define FAN1_PIN 8
|
|
113
|
+//#define FAN2_PIN 7
|
|
114
|
+
|
97
|
115
|
|
98
|
116
|
//
|
99
|
117
|
// Misc. Functions
|