mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
🎨 Remove extraneous pin defs
This commit is contained in:
parent
082c61ebb9
commit
826a34b0b1
@ -181,8 +181,6 @@
|
||||
#define MT_DET_1_PIN PA4
|
||||
#define MT_DET_2_PIN PE6
|
||||
#define MT_DET_PIN_INVERTING false // LVGL UI filament RUNOUT PIN STATE
|
||||
#define PW_DET PA13
|
||||
#define PW_OFF PB2
|
||||
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN MT_DET_1_PIN
|
||||
@ -192,9 +190,9 @@
|
||||
#endif
|
||||
|
||||
#ifndef POWER_LOSS_PIN
|
||||
#define POWER_LOSS_PIN PW_DET
|
||||
#define POWER_LOSS_PIN PA13 // PW_DET
|
||||
#endif
|
||||
#define PS_ON_PIN PW_OFF
|
||||
#define PS_ON_PIN PB2 // PW_OFF
|
||||
|
||||
//
|
||||
// Enable MKSPWC support
|
||||
|
Loading…
Reference in New Issue
Block a user