Minor UI tweaks

Cleanup
This commit is contained in:
NeoTheFox 2015-03-04 21:45:04 +03:00
parent 77505f5325
commit fad2c570bc
2 changed files with 2 additions and 6 deletions

View File

@ -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();

View File

@ -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">