Browse Source

Update pins_RAMPS_13.h (PR#64)

Now all ramps configuration can enable Filament sensor not only EEB
RicardoGA 9 years ago
parent
commit
e09ff79635
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h View File

@@ -66,7 +66,7 @@
66 66
 #define SDSS               53
67 67
 #define LED_PIN            13
68 68
 
69
-#if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
69
+#if ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
70 70
   // define analog pin for the filament width sensor input
71 71
   // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
72 72
   #define FILWIDTH_PIN      5

Loading…
Cancel
Save