mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Merge branch '3.4'
This commit is contained in:
commit
49e49bfa58
@ -14,20 +14,6 @@ Cura.MachineAction
|
|||||||
property var selectedDevice: null
|
property var selectedDevice: null
|
||||||
property bool completeProperties: true
|
property bool completeProperties: true
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: dialog ? dialog : null
|
|
||||||
ignoreUnknownSignals: true
|
|
||||||
onNextClicked:
|
|
||||||
{
|
|
||||||
// Connect to the printer if the MachineAction is currently shown
|
|
||||||
if(base.parent.wizard == dialog)
|
|
||||||
{
|
|
||||||
connectToPrinter();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function connectToPrinter()
|
function connectToPrinter()
|
||||||
{
|
{
|
||||||
if(base.selectedDevice && base.completeProperties)
|
if(base.selectedDevice && base.completeProperties)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user