Browse Source

Change RAMPS default filament runout pin (#17814)

Giuliano Zaro 5 years ago
parent
commit
0b762189b4
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/pins/samd/pins_RAMPS_144.h

+ 1
- 2
Marlin/src/pins/samd/pins_RAMPS_144.h View File

@@ -129,9 +129,8 @@
129 129
   #define FILWIDTH_PIN                         5  // Analog Input on AUX2
130 130
 #endif
131 131
 
132
-// RAMPS 1.4 DIO 4 on the servos connector
133 132
 #ifndef FIL_RUNOUT_PIN
134
-  #define FIL_RUNOUT_PIN                       4
133
+  #define FIL_RUNOUT_PIN                      71
135 134
 #endif
136 135
 
137 136
 #ifndef PS_ON_PIN

Loading…
Cancel
Save