Browse Source

Filament Runout pin for Creality v4.2.2 board (#18763)

fleek 4 years ago
parent
commit
87ff532a41
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

+ 7
- 0
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h View File

@@ -80,6 +80,13 @@
80 80
 #define Z_PROBE_PIN                         PB1   // BLTouch IN
81 81
 
82 82
 //
83
+// Filament Runout Sensor
84
+//
85
+#ifndef FIL_RUNOUT_PIN
86
+  #define FIL_RUNOUT_PIN                    PA4   // "Pulled-high"
87
+#endif
88
+
89
+//
83 90
 // Steppers
84 91
 //
85 92
 #define X_ENABLE_PIN                        PC3

Loading…
Cancel
Save