Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
digant73 committed May 6, 2021
1 parent 9485d44 commit 2057f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/feature/pause/M125.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void GcodeSuite::M125() {
TERN_(POWER_LOSS_RECOVERY, if (recovery.enabled) recovery.save(true));

if (pause_print(retract, park_point, show_lcd, 0)) {
if (ENABLED(EXTENSIBLE_UI) || !sd_printing || show_lcd) {
if (ENABLED(EXTENSIBLE_UI) || !sd_printing || show_lcd || ENABLED(M600_PURGE_MORE_RESUMABLE)) {
wait_for_confirmation(false, 0);
resume_print(0, 0, -retract, 0);
}
Expand Down

0 comments on commit 2057f4d

Please sign in to comment.