Merge pull request #7811 from thinkyhead/bf1_fix_resume_print

[1.1.x] Fix broken M600 resume_print
master
Scott Lahteine 7 years ago committed by GitHub
commit f365448338

@ -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…
Cancel
Save