mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Merge pull request #7811 from thinkyhead/bf1_fix_resume_print
[1.1.x] Fix broken M600 resume_print
This commit is contained in:
commit
f365448338
2 changed files with 6 additions and 4 deletions
|
@ -6369,6 +6369,8 @@ inline void gcode_M17() {
|
||||||
filament_change_beep(max_beep_count, true);
|
filament_change_beep(max_beep_count, true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
set_destination_to_current();
|
||||||
|
|
||||||
if (load_length != 0) {
|
if (load_length != 0) {
|
||||||
#if ENABLED(ULTIPANEL)
|
#if ENABLED(ULTIPANEL)
|
||||||
// Show "insert filament"
|
// Show "insert filament"
|
||||||
|
|
Loading…
Reference in a new issue