Also call clear_command_queue for lcd_sdcard_stop
This commit is contained in:
@ -483,6 +483,7 @@ inline void line_to_current(AxisEnum axis) {
|
||||
static void lcd_sdcard_stop() {
|
||||
stepper.quick_stop();
|
||||
set_current_position_from_planner();
|
||||
clear_command_queue();
|
||||
card.sdprinting = false;
|
||||
card.closefile();
|
||||
print_job_timer.stop();
|
||||
|
Reference in New Issue
Block a user