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,6 +268,8 @@ void resume_print(const float &load_length/*=0*/, const float &initial_extrude_l
268 268
     filament_change_beep(max_beep_count, true);
269 269
   #endif
270 270
 
271
+  set_destination_to_current();
272
+
271 273
   if (load_length != 0) {
272 274
     #if ENABLED(ULTIPANEL)
273 275
       // Show "insert filament"

Loading…
Cancel
Save