Browse Source

Fix M600 resume_print

Derived from #7811 and #7779
Scott Lahteine 7 years ago
parent
commit
a03e70d46c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/feature/pause.cpp

+ 2
- 0
Marlin/src/feature/pause.cpp View File

268
     filament_change_beep(max_beep_count, true);
268
     filament_change_beep(max_beep_count, true);
269
   #endif
269
   #endif
270
 
270
 
271
+  set_destination_to_current();
272
+
271
   if (load_length != 0) {
273
   if (load_length != 0) {
272
     #if ENABLED(ULTIPANEL)
274
     #if ENABLED(ULTIPANEL)
273
       // Show "insert filament"
275
       // Show "insert filament"

Loading…
Cancel
Save