|
@ -188,7 +188,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l |
|
|
host_action_prompt_show(); |
|
|
host_action_prompt_show(); |
|
|
#endif |
|
|
#endif |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
ExtUI::onStatusChanged(PSTR("Load Filament")); |
|
|
ExtUI::onUserConfirmRequired(PSTR("Load Filament")); |
|
|
#endif |
|
|
#endif |
|
|
while (wait_for_user) { |
|
|
while (wait_for_user) { |
|
|
#if HAS_BUZZER |
|
|
#if HAS_BUZZER |
|
@ -243,7 +243,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l |
|
|
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("Continuous Purge Running..."), PSTR("Continue")); |
|
|
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("Continuous Purge Running..."), PSTR("Continue")); |
|
|
#endif |
|
|
#endif |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
ExtUI::onStatusChanged(PSTR("Continuous Purge Running...")); |
|
|
ExtUI::onUserConfirmRequired(PSTR("Continuous Purge Running...")); |
|
|
#endif |
|
|
#endif |
|
|
for (float purge_count = purge_length; purge_count > 0 && wait_for_user; --purge_count) |
|
|
for (float purge_count = purge_length; purge_count > 0 && wait_for_user; --purge_count) |
|
|
do_pause_e_move(1, ADVANCED_PAUSE_PURGE_FEEDRATE); |
|
|
do_pause_e_move(1, ADVANCED_PAUSE_PURGE_FEEDRATE); |
|
@ -524,7 +524,7 @@ void wait_for_confirmation(const bool is_reload/*=false*/, const int8_t max_beep |
|
|
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("Nozzle Parked"), PSTR("Continue")); |
|
|
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("Nozzle Parked"), PSTR("Continue")); |
|
|
#endif |
|
|
#endif |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
ExtUI::onStatusChanged(PSTR("Nozzle Parked")); |
|
|
ExtUI::onUserConfirmRequired(PSTR("Nozzle Parked")); |
|
|
#endif |
|
|
#endif |
|
|
while (wait_for_user) { |
|
|
while (wait_for_user) { |
|
|
#if HAS_BUZZER |
|
|
#if HAS_BUZZER |
|
@ -548,7 +548,7 @@ void wait_for_confirmation(const bool is_reload/*=false*/, const int8_t max_beep |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
#if ENABLED(EXTENSIBLE_UI) |
|
|
ExtUI::onStatusChanged(PSTR("HeaterTimeout")); |
|
|
ExtUI::onUserConfirmRequired(PSTR("HeaterTimeout")); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Wait for LCD click or M108
|
|
|
// Wait for LCD click or M108
|
|
|