Flush user buffer upon printing
This commit is contained in:
parent
2d6d09743e
commit
deceb81c8b
@ -525,6 +525,8 @@ void MainWindow::on_sendBtn_clicked()
|
||||
ui->pauseBtn->setEnabled(true);
|
||||
if(autolock) ui->controlBox->setChecked(false);
|
||||
paused = false;
|
||||
|
||||
emit flushInjectionBuffer();
|
||||
emit pause(paused);
|
||||
emit startPrinting();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user