Browse Source

🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348)

ellensp 4 years ago
parent
commit
88dad3a164
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

+ 1
- 0
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h View File

180
 //
180
 //
181
 #define MT_DET_1_PIN                        PA4
181
 #define MT_DET_1_PIN                        PA4
182
 #define MT_DET_2_PIN                        PE6
182
 #define MT_DET_2_PIN                        PE6
183
+#define MT_DET_PIN_INVERTING               false  // LVGL UI filament RUNOUT PIN STATE
183
 #define PW_DET                              PA13
184
 #define PW_DET                              PA13
184
 #define PW_OFF                              PB2
185
 #define PW_OFF                              PB2
185
 
186
 

Loading…
Cancel
Save