Fix output of heater states
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user