Minor UI tweaks
Cleanup
This commit is contained in:
parent
77505f5325
commit
fad2c570bc
@ -210,7 +210,7 @@ void MainWindow::serialconnect()
|
|||||||
ui->progressBar->setValue(0);
|
ui->progressBar->setValue(0);
|
||||||
ui->controlBox->setDisabled(false);
|
ui->controlBox->setDisabled(false);
|
||||||
ui->consoleGroup->setDisabled(false);
|
ui->consoleGroup->setDisabled(false);
|
||||||
if(checkingTemperature) injectCommand("M105");
|
//if(checkingTemperature) injectCommand("M105");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -670,10 +670,6 @@ TemperatureReadings MainWindow::parseStatus(QByteArray data)
|
|||||||
btmp+=data.at(i);
|
btmp+=data.at(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
//ui->extruderlcd->display(extmp.toDouble()); //Not needed here, moved to updateStatus();
|
|
||||||
//ui->bedlcd->display(btmp.toDouble());
|
|
||||||
//sinceLastTemp.restart();
|
|
||||||
|
|
||||||
TemperatureReadings t;
|
TemperatureReadings t;
|
||||||
t.e = extmp.toDouble();
|
t.e = extmp.toDouble();
|
||||||
t.b = btmp.toDouble();
|
t.b = btmp.toDouble();
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Dialog</string>
|
<string>Print from SD</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="graphics.qrc">
|
<iconset resource="graphics.qrc">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user