mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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:
|
onNextClicked:
|
||||||
{
|
{
|
||||||
// Connect to the printer if the MachineAction is currently shown
|
// Connect to the printer if the MachineAction is currently shown
|
||||||
if(base.parent == dialog)
|
if(base.parent.wizard == dialog)
|
||||||
{
|
{
|
||||||
connectToPrinter();
|
connectToPrinter();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue