diff --git a/mainwindow.cpp b/mainwindow.cpp
index 175eaa7..0d48c96 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -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();
diff --git a/sdwindow.ui b/sdwindow.ui
index d295862..880aaba 100644
--- a/sdwindow.ui
+++ b/sdwindow.ui
@@ -11,7 +11,7 @@
- Dialog
+ Print from SD