UI tweaks
This commit is contained in:
parent
0b25c5709d
commit
ed810d23e6
@ -605,7 +605,7 @@ void MainWindow::on_sendBtn_clicked()
|
||||
sending = false;
|
||||
injectCommand("M24");
|
||||
injectCommand("M27");
|
||||
ui->sendBtn->setText("Send");
|
||||
ui->sendBtn->setText("Start");
|
||||
ui->pauseBtn->setText("Pause");
|
||||
if(autolock) ui->controlBox->setChecked(true);
|
||||
paused = false;
|
||||
@ -898,7 +898,7 @@ void MainWindow::sendEEPROMsettings(QStringList changes)
|
||||
{
|
||||
userCommands.clear();
|
||||
foreach (QString str, changes) {
|
||||
sendLine(str);
|
||||
injectCommand(str);
|
||||
//printMsg(str);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user