Un-pause on print cancellation (#9779)
This commit is contained in:
parent
0d9d11a2d5
commit
742733d714
4 changed files with 6 additions and 1 deletions
|
|
@ -225,6 +225,7 @@ void process_lcd_p_command(const char* command) {
|
|||
case 'X':
|
||||
// cancel print
|
||||
write_to_lcd_P(PSTR("{SYS:CANCELING}"));
|
||||
card.stopSDPrint();
|
||||
clear_command_queue();
|
||||
quickstop_stepper();
|
||||
print_job_timer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue