From ece2729744dce6aa1924d8e635384c520ec1d554 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Wed, 6 Jun 2018 19:02:40 +0200 Subject: [PATCH] CURA-5445 Remove the action when the Finish button is clicked. The button will just close the dialog. --- plugins/UM3NetworkPrinting/DiscoverUM3Action.qml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/UM3NetworkPrinting/DiscoverUM3Action.qml b/plugins/UM3NetworkPrinting/DiscoverUM3Action.qml index 3662fe291e..8ecbe016f1 100644 --- a/plugins/UM3NetworkPrinting/DiscoverUM3Action.qml +++ b/plugins/UM3NetworkPrinting/DiscoverUM3Action.qml @@ -14,20 +14,6 @@ Cura.MachineAction property var selectedDevice: null 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() { if(base.selectedDevice && base.completeProperties)