Browse Source

🐛 Fix Filament Change menu (#22370)

Followup to #22277
Taylor Talkington 4 years ago
parent
commit
aec4a82a99
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/menu/menu_filament.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_filament.cpp View File

@@ -211,7 +211,7 @@ void menu_change_filament() {
211 211
     if (thermalManager.targetHotEnoughToExtrude(active_extruder))
212 212
       queue.inject_P(PSTR("M600B0"));
213 213
     else
214
-      _menu_temp_filament_op(PAUSE_MODE_CHANGE_FILAMENT, 0);
214
+      ui.goto_screen([]{ _menu_temp_filament_op(PAUSE_MODE_CHANGE_FILAMENT, 0); });
215 215
 
216 216
   #endif
217 217
 }

Loading…
Cancel
Save