Merge pull request #7811 from thinkyhead/bf1_fix_resume_print
[1.1.x] Fix broken M600 resume_print
This commit is contained in:
commit
f365448338
2 changed files with 6 additions and 4 deletions
|
|
@ -6369,6 +6369,8 @@ inline void gcode_M17() {
|
|||
filament_change_beep(max_beep_count, true);
|
||||
#endif
|
||||
|
||||
set_destination_to_current();
|
||||
|
||||
if (load_length != 0) {
|
||||
#if ENABLED(ULTIPANEL)
|
||||
// Show "insert filament"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue