|
@@ -181,8 +181,6 @@
|
181
|
181
|
#define MT_DET_1_PIN PA4
|
182
|
182
|
#define MT_DET_2_PIN PE6
|
183
|
183
|
#define MT_DET_PIN_INVERTING false // LVGL UI filament RUNOUT PIN STATE
|
184
|
|
-#define PW_DET PA13
|
185
|
|
-#define PW_OFF PB2
|
186
|
184
|
|
187
|
185
|
#ifndef FIL_RUNOUT_PIN
|
188
|
186
|
#define FIL_RUNOUT_PIN MT_DET_1_PIN
|
|
@@ -192,9 +190,9 @@
|
192
|
190
|
#endif
|
193
|
191
|
|
194
|
192
|
#ifndef POWER_LOSS_PIN
|
195
|
|
- #define POWER_LOSS_PIN PW_DET
|
|
193
|
+ #define POWER_LOSS_PIN PA13 // PW_DET
|
196
|
194
|
#endif
|
197
|
|
-#define PS_ON_PIN PW_OFF
|
|
195
|
+#define PS_ON_PIN PB2 // PW_OFF
|
198
|
196
|
|
199
|
197
|
//
|
200
|
198
|
// Enable MKSPWC support
|