Fix output of heater states

This commit is contained in:
Scott Lahteine
2016-07-28 14:51:18 -07:00
parent 9083e5420a
commit b40661cb18
3 changed files with 8 additions and 14 deletions

View File

@ -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