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