mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix creating print job name
Also fixed up the code style of that bit. Perhaps this should've been done in Python, but that is for later. Contributes to issue CURA-1278.
This commit is contained in:
parent
332321b991
commit
c80455c6bc
2 changed files with 30 additions and 22 deletions
|
|
@ -813,7 +813,7 @@ UM.MainWindow
|
|||
base.visible = true;
|
||||
restart();
|
||||
}
|
||||
else if(UM.MachineManager.activeMachineInstance == "")
|
||||
else if(Cura.MachineManager.activeMachineName == "")
|
||||
{
|
||||
addMachineDialog.firstRun = true;
|
||||
addMachineDialog.open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue