Skip to content

Commit

Permalink
Minor quick fix (uncommented M105 at connect)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheFox committed Mar 4, 2015
1 parent fad2c57 commit 1e774b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 1e774b0

Please sign in to comment.