|
@@ -78,8 +78,9 @@ void GcodeSuite::M125() {
|
78
|
78
|
// If possible, show an LCD prompt with the 'P' flag
|
79
|
79
|
const bool show_lcd = TERN0(HAS_LCD_MENU, parser.boolval('P'));
|
80
|
80
|
|
|
81
|
+ TERN_(POWER_LOSS_RECOVERY, if (recovery.enabled) recovery.save(true));
|
|
82
|
+
|
81
|
83
|
if (pause_print(retract, park_point, 0, show_lcd)) {
|
82
|
|
- TERN_(POWER_LOSS_RECOVERY, if (recovery.enabled) recovery.save(true));
|
83
|
84
|
if (ENABLED(EXTENSIBLE_UI) || !sd_printing || show_lcd) {
|
84
|
85
|
wait_for_confirmation(false, 0);
|
85
|
86
|
resume_print(0, 0, -retract, 0);
|