mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fix connecting to the selected printer when pressing "Finish" in add machine wizard
This commit is contained in:
parent
2a349214cf
commit
ba53b0109b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Cura.MachineAction
|
|||
onNextClicked:
|
||||
{
|
||||
// Connect to the printer if the MachineAction is currently shown
|
||||
if(base.parent == dialog)
|
||||
if(base.parent.wizard == dialog)
|
||||
{
|
||||
connectToPrinter();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue