Browse Source

Merge pull request #7812 from thinkyhead/bf2_fix_resume_print

[2.0.x] Fix broken M600 resume_print
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
33c4d45f2f
  1. 2
      Marlin/src/feature/pause.cpp
  2. 1
      platformio.ini

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); 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"

1
platformio.ini

@ -148,4 +148,3 @@ debug_server =
-speed -speed
auto auto
-noir -noir
Loading…
Cancel
Save