Pins should always be defined (even for disabled features)
This commit is contained in:
parent
f0b96f5cae
commit
7f81aa7ff3
5 changed files with 7 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue