Browse Source

Add FIL_RUNOUT_PIN for BIGTREE_SKR_V1.3

See #13267
Scott Lahteine 5 years ago
parent
commit
fa0d909dd3
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h

+ 7
- 0
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h View File

@@ -51,6 +51,13 @@
51 51
 #endif
52 52
 
53 53
 //
54
+// Filament Runout Sensor
55
+//
56
+#ifndef FIL_RUNOUT_PIN
57
+  #define FIL_RUNOUT_PIN   P1_28
58
+#endif
59
+
60
+//
54 61
 // Steppers
55 62
 //
56 63
 #define X_STEP_PIN         P2_02

Loading…
Cancel
Save