1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

Update pins_RAMPS_13.h (PR#64)

Now all ramps configuration can enable Filament sensor not only EEB
This commit is contained in:
RicardoGA 2015-08-10 03:23:36 -05:00 committed by Richard Wackerbarth
parent e6aed7bb4e
commit e09ff79635

View File

@ -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