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->controlBox->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);
|
||||
}
|
||||
|
||||
//ui->extruderlcd->display(extmp.toDouble()); //Not needed here, moved to updateStatus();
|
||||
//ui->bedlcd->display(btmp.toDouble());
|
||||
//sinceLastTemp.restart();
|
||||
|
||||
TemperatureReadings t;
|
||||
t.e = extmp.toDouble();
|
||||
t.b = btmp.toDouble();
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>Print from SD</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="graphics.qrc">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user