Skip to content

Commit 857a837

Browse files
ManuelMcLurevgadreau
authored andcommitted
Close host's Filament Change dialog (MarlinFirmware#18785)
1 parent 4fcc06e commit 857a837

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Marlin/src/feature/pause.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l
271271
} while (TERN0(HAS_LCD_MENU, show_lcd && pause_menu_response == PAUSE_RESPONSE_EXTRUDE_MORE));
272272

273273
#endif
274+
TERN_(HOST_PROMPT_SUPPORT, host_action_prompt_end());
274275

275276
return true;
276277
}

0 commit comments

Comments
 (0)