Browse Source

Fix M600 resume_print

Derived from #7811 and #7779
pull/1/head
Scott Lahteine 7 years ago
parent
commit
a03e70d46c
  1. 2
      Marlin/src/feature/pause.cpp

2
Marlin/src/feature/pause.cpp

@ -268,6 +268,8 @@ void resume_print(const float &load_length/*=0*/, const float &initial_extrude_l
filament_change_beep(max_beep_count, true);
#endif
set_destination_to_current();
if (load_length != 0) {
#if ENABLED(ULTIPANEL)
// Show "insert filament"

Loading…
Cancel
Save