Un-pause print on cancel (#9780)

This commit is contained in:
Scott Lahteine
2018-02-23 13:42:15 -06:00
committed by GitHub
parent 65519263f4
commit e749945317
2 changed files with 8 additions and 0 deletions

View File

@ -228,6 +228,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();