Fix output of heater states
This commit is contained in:
parent
9083e5420a
commit
b40661cb18
3 changed files with 8 additions and 14 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#endif
|
||||
|
||||
#if HOTENDS == 1
|
||||
#define HOTEND_LOOP() const uint8_t e = 0;
|
||||
#define HOTEND_LOOP() const int8_t e = 0;
|
||||
#define HOTEND_INDEX 0
|
||||
#define EXTRUDER_IDX 0
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue