Pins should always be defined (even for disabled features)
This commit is contained in:
@@ -91,11 +91,8 @@
|
||||
#define SDSS 53
|
||||
#define LED_PIN 13
|
||||
|
||||
#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
|
||||
#endif
|
||||
// Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
|
||||
#define FILWIDTH_PIN 5 // ANALOG NUMBERING
|
||||
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
// Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
|
||||
|
Reference in New Issue
Block a user