Fix material preset editing

This commit is contained in:
Scott Lahteine
2020-06-24 20:14:58 -05:00
parent d0f2fde920
commit 43a994e0df
4 changed files with 39 additions and 22 deletions

View File

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