|
|
@ -91,7 +91,7 @@ void _menu_temp_filament_op(const PauseMode mode, const int8_t extruder) {
|
|
|
|
BACK_ITEM(MSG_BACK);
|
|
|
|
BACK_ITEM(MSG_BACK);
|
|
|
|
#if PREHEAT_COUNT
|
|
|
|
#if PREHEAT_COUNT
|
|
|
|
LOOP_L_N(m, PREHEAT_COUNT)
|
|
|
|
LOOP_L_N(m, PREHEAT_COUNT)
|
|
|
|
ACTION_ITEM_N_S(m, ui.get_preheat_label(m), MSG_PREHEAT_M, _change_filament_with_preset);
|
|
|
|
ACTION_ITEM_N_S(extruder, ui.get_preheat_label(m), MSG_PREHEAT_M, _change_filament_with_preset);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
EDIT_ITEM_FAST_N(int3, extruder, MSG_PREHEAT_CUSTOM, &thermalManager.temp_hotend[extruder].target,
|
|
|
|
EDIT_ITEM_FAST_N(int3, extruder, MSG_PREHEAT_CUSTOM, &thermalManager.temp_hotend[extruder].target,
|
|
|
|
EXTRUDE_MINTEMP, thermalManager.heater_maxtemp[extruder] - HOTEND_OVERSHOOT,
|
|
|
|
EXTRUDE_MINTEMP, thermalManager.heater_maxtemp[extruder] - HOTEND_OVERSHOOT,
|
|
|
|