Preheat chamber on temp menu preheat

This commit is contained in:
InsanityAutomation
2024-03-11 15:46:53 -04:00
parent 17feb1640e
commit 5455499945
+3
View File
@@ -54,6 +54,9 @@
#if HAS_HEATED_BED
if (indb >= 0 && ui.material_preset[indb].bed_temp > 0) setTargetBed(ui.material_preset[indb].bed_temp);
#endif
#if HAS_HEATED_CHAMBER
if (indb >= 0 && ui.material_preset[indb].chamber_temp > 0) setTargetChamber(ui.material_preset[indb].chamber_temp);
#endif
#if HAS_FAN
if (indh >= 0) {
const uint8_t fan_index = active_extruder < (FAN_COUNT) ? active_extruder : 0;