mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:25:57 +08:00
Fix connecting to the selected printer when pressing "Finish" in add machine wizard
This commit is contained in:
parent
2a349214cf
commit
ba53b0109b
@ -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…
x
Reference in New Issue
Block a user