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

@ -112,6 +112,8 @@
#define LED_PIN 13
#define FAN_PIN 8
#define FILWIDTH_PIN 3 // ANALOG NUMBERING
/**********************************************************
Fan Pins
Fan_0 8
@ -201,7 +203,3 @@
#endif
#endif // VIKI2/miniVIKI
#if ENABLED(FILAMENT_SENSOR)
//Filip added pin for Filament sensor analog input
#define FILWIDTH_PIN 3
#endif