Przeglądaj źródła

Update GT2560 V3 pins (#13036)

raTmole 6 lat temu
rodzic
commit
988b5aa4e6
1 zmienionych plików z 19 dodań i 1 usunięć
  1. 19
    1
      Marlin/src/pins/pins_GT2560_V3.h

+ 19
- 1
Marlin/src/pins/pins_GT2560_V3.h Wyświetl plik

20
  *
20
  *
21
  */
21
  */
22
 
22
 
23
-
24
 /**
23
 /**
25
  * GT2560 V3.0 pin assignment
24
  * GT2560 V3.0 pin assignment
26
  */
25
  */
49
 #define Z_MAX_PIN          32
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
 // Z Probe (when not Z_MIN_PIN)
67
 // Z Probe (when not Z_MIN_PIN)
53
 //
68
 //
54
 #ifndef Z_MIN_PROBE_PIN
69
 #ifndef Z_MIN_PROBE_PIN
94
 #define HEATER_2_PIN        1
109
 #define HEATER_2_PIN        1
95
 #define HEATER_BED_PIN      4
110
 #define HEATER_BED_PIN      4
96
 #define FAN_PIN             9
111
 #define FAN_PIN             9
112
+//#define FAN1_PIN            8
113
+//#define FAN2_PIN            7
114
+
97
 
115
 
98
 //
116
 //
99
 // Misc. Functions
117
 // Misc. Functions

Ładowanie…
Anuluj
Zapisz