|
@@ -74,7 +74,7 @@
|
74
|
74
|
#define TEMP_0_PIN 15
|
75
|
75
|
#define TEMP_1_PIN 13
|
76
|
76
|
#define TEMP_2_PIN 14
|
77
|
|
-#define TEMP_3_PIN 11
|
|
77
|
+#define TEMP_3_PIN 11 // should be used for chamber temperature control
|
78
|
78
|
#define TEMP_BED_PIN 12
|
79
|
79
|
|
80
|
80
|
//
|
|
@@ -109,12 +109,17 @@
|
109
|
109
|
//
|
110
|
110
|
// Other board specific pins
|
111
|
111
|
//
|
|
112
|
+#define FIL_RUNOUT_PIN 37 // board input labeled as F-DET
|
|
113
|
+#define Z_MIN_PROBE_PIN 36 // additional external board input labeled as E-SENS (should be used for Z-probe)
|
112
|
114
|
#define LED_PIN 13
|
113
|
|
-#define SPINDLE_ENABLE_PIN 4
|
|
115
|
+#define SPINDLE_ENABLE_PIN 4 // additional PWM pin 1 at JP1 connector - should be used for laser control too
|
|
116
|
+#define EXT_2 5 // additional PWM pin 2 at JP1 connector
|
|
117
|
+#define EXT_3 2 // additional PWM pin 3 at JP1 connector
|
114
|
118
|
#define FAN_PIN 3
|
|
119
|
+#define FAN2_PIN 58 // additional fan or light control output
|
115
|
120
|
#define PS_ON_PIN 45
|
116
|
121
|
#define KILL_PIN 46
|
117
|
122
|
|
118
|
123
|
#ifndef FILWIDTH_PIN
|
119
|
|
- #define FILWIDTH_PIN 37 // should be Analog Input (0-15)
|
|
124
|
+ #define FILWIDTH_PIN 11 // shared with TEMP_3 analog input
|
120
|
125
|
#endif
|