Przeglądaj źródła

Multi-Hotend Preheat Fixes (#20165)

* Return to Status Screen on Multi-Hotend Preheat All

Co-authored-by: Victor Oliveira <81722+rhapsodv@users.noreply.github.com>
Keith Bennett 4 lat temu
rodzic
commit
c12e6933f5
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/lcd/menu/menu_temperature.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_temperature.cpp Wyświetl plik

@@ -108,8 +108,8 @@ void Temperature::lcd_preheat(const int16_t e, const int8_t indh, const int8_t i
108 108
 
109 109
         HOTEND_LOOP() PREHEAT_ITEMS(editable.int8, e);
110 110
         ACTION_ITEM_S(ui.get_preheat_label(m), MSG_PREHEAT_M_ALL, []() {
111
-          TERN_(HAS_HEATED_BED, []{ _preheat_bed(editable.int8); });
112 111
           HOTEND_LOOP() thermalManager.setTargetHotend(ui.material_preset[editable.int8].hotend_temp, e);
112
+          TERN(HAS_HEATED_BED, _preheat_bed(editable.int8), ui.return_to_status());
113 113
         });
114 114
 
115 115
       #endif

Ładowanie…
Anuluj
Zapisz