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);
|
ui->pauseBtn->setEnabled(true);
|
||||||
if(autolock) ui->controlBox->setChecked(false);
|
if(autolock) ui->controlBox->setChecked(false);
|
||||||
paused = false;
|
paused = false;
|
||||||
|
|
||||||
|
emit flushInjectionBuffer();
|
||||||
emit pause(paused);
|
emit pause(paused);
|
||||||
emit startPrinting();
|
emit startPrinting();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user