Fix M876 when called from EP (#21210)

This commit is contained in:
Arjan Mels
2021-02-27 20:32:57 +01:00
committed by GitHub
parent 6136959a6a
commit 83a156ef47
2 changed files with 1 additions and 15 deletions

View File

@@ -259,7 +259,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l
unscaled_e_move(purge_length, ADVANCED_PAUSE_PURGE_FEEDRATE);
}
TERN_(HOST_PROMPT_SUPPORT, filament_load_host_prompt()); // Initiate another host prompt. (NOTE: host_response_handler may also do this!)
TERN_(HOST_PROMPT_SUPPORT, filament_load_host_prompt()); // Initiate another host prompt.
#if HAS_LCD_MENU
if (show_lcd) {