tweaks to temperature monitor
This commit is contained in:
parent
3b0dd64aac
commit
f920b8cf34
@ -415,10 +415,10 @@ void MainWindow::on_sendBtn_clicked()
|
|||||||
|
|
||||||
void MainWindow::sendNext()
|
void MainWindow::sendNext()
|
||||||
{
|
{
|
||||||
if(injectingCommand && commandDone && printer.isWritable())
|
if(injectingCommand && printer.isWritable())
|
||||||
{
|
{
|
||||||
sendLine(userCommand);
|
sendLine(userCommand);
|
||||||
commandDone=false;
|
//commandDone=false;
|
||||||
injectingCommand=false;
|
injectingCommand=false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user