Browse Source

Add Einsy Rambo Filament Runout Pin (#19136)

Keith Bennett 5 years ago
parent
commit
1793de4a28
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/pins/rambo/pins_EINSY_RAMBO.h

+ 7
- 0
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h View File

@@ -81,6 +81,13 @@
81 81
 #endif
82 82
 
83 83
 //
84
+// Filament Runout Sensor
85
+//
86
+#ifndef FIL_RUNOUT_PIN
87
+  #define FIL_RUNOUT_PIN                      62
88
+#endif
89
+
90
+//
84 91
 // Steppers
85 92
 //
86 93
 #define X_STEP_PIN                            37

Loading…
Cancel
Save