mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:36:02 +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:
|
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…
x
Reference in New Issue
Block a user