Pins should always be defined (even for disabled features)

This commit is contained in:
Scott Lahteine
2016-03-29 20:27:54 -07:00
parent f0b96f5cae
commit 7f81aa7ff3
5 changed files with 7 additions and 19 deletions

View File

@ -79,9 +79,7 @@
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#if ENABLED(FILAMENT_SENSOR)
#define FILWIDTH_PIN 2
#endif
#define FILWIDTH_PIN 2 // ANALOG NUMBERING
#define TEMP_1_PIN -1
#define TEMP_2_PIN -1