Browse Source

Update pins_RAMPS_13.h (PR#64)

Now all ramps configuration can enable Filament sensor not only EEB
pull/1/head
RicardoGA 10 years ago
committed by Richard Wackerbarth
parent
commit
e09ff79635
  1. 2
      Marlin/pins_RAMPS_13.h

2
Marlin/pins_RAMPS_13.h

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

Loading…
Cancel
Save