mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
parent
7680fe2b59
commit
fbc5bd0d04
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void GcodeSuite::M125() {
|
||||||
const bool show_lcd = TERN0(HAS_MARLINUI_MENU, parser.boolval('P'));
|
const bool show_lcd = TERN0(HAS_MARLINUI_MENU, parser.boolval('P'));
|
||||||
|
|
||||||
if (pause_print(retract, park_point, show_lcd, 0)) {
|
if (pause_print(retract, park_point, show_lcd, 0)) {
|
||||||
if (HAS_DISPLAY || ALL(EMERGENCY_PARSER, HOST_PROMPT_SUPPORT) || !sd_printing || show_lcd) {
|
if (ENABLED(HAS_DISPLAY) || ALL(EMERGENCY_PARSER, HOST_PROMPT_SUPPORT) || !sd_printing || show_lcd) {
|
||||||
wait_for_confirmation(false, 0);
|
wait_for_confirmation(false, 0);
|
||||||
resume_print(0, 0, -retract, 0);
|
resume_print(0, 0, -retract, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue