Browse Source

Add Chitu 3D V6 2nd Filament Runout pin (#18922)

Keith Bennett 4 years ago
parent
commit
c61e980c9c
No account linked to committer's email address
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

+ 7
- 1
Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h View File

111
 #define BEEPER_PIN                          PB0
111
 #define BEEPER_PIN                          PB0
112
 //#define LED_PIN                           PD3
112
 //#define LED_PIN                           PD3
113
 //#define POWER_LOSS_PIN                    PG2   // PG4 PW_DET
113
 //#define POWER_LOSS_PIN                    PG2   // PG4 PW_DET
114
-#define FIL_RUNOUT_PIN                      PA15  // MT_DET
114
+
115
+#ifndef FIL_RUNOUT_PIN
116
+  #define FIL_RUNOUT_PIN                    PA15  // MT_DET
117
+#endif
118
+#ifndef FIL_RUNOUT2_PIN
119
+  #define FIL_RUNOUT2_PIN                   PF13
120
+#endif
115
 
121
 
116
 //
122
 //
117
 // TronXY TFT Support
123
 // TronXY TFT Support

Loading…
Cancel
Save