Fix material preset editing
This commit is contained in:
@@ -330,7 +330,7 @@ class Temperature {
|
||||
#if HAS_HOTEND
|
||||
#define HOTEND_TEMPS (HOTENDS + ENABLED(TEMP_SENSOR_1_AS_REDUNDANT))
|
||||
static hotend_info_t temp_hotend[HOTEND_TEMPS];
|
||||
static const int16_t heater_maxtemp[HOTENDS];
|
||||
static const uint16_t heater_maxtemp[HOTENDS];
|
||||
#endif
|
||||
TERN_(HAS_HEATED_BED, static bed_info_t temp_bed);
|
||||
TERN_(HAS_TEMP_PROBE, static probe_info_t temp_probe);
|
||||
|
||||
Reference in New Issue
Block a user