Ondřej Nový
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/feature/pause/M125.cpp
|
@ -94,7 +94,7 @@ void GcodeSuite::M125() { |
|
|
#endif |
|
|
#endif |
|
|
if (!sd_printing || show_lcd) { |
|
|
if (!sd_printing || show_lcd) { |
|
|
wait_for_confirmation(false, 0); |
|
|
wait_for_confirmation(false, 0); |
|
|
resume_print(0, 0, PAUSE_PARK_RETRACT_LENGTH, 0); |
|
|
resume_print(0, 0, -retract, 0); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|