From 4c1e0907abf0c8130acf296318df70d324e942e6 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 4 Sep 2015 22:39:31 +0200 Subject: [PATCH] Change the default UMO uprade options --- resources/qml/WizardPages/SelectUpgradedParts.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WizardPages/SelectUpgradedParts.qml b/resources/qml/WizardPages/SelectUpgradedParts.qml index e85c0f50aa..23962bcc40 100644 --- a/resources/qml/WizardPages/SelectUpgradedParts.qml +++ b/resources/qml/WizardPages/SelectUpgradedParts.qml @@ -47,6 +47,7 @@ Item CheckBox { text: catalog.i18nc("@action:checkbox","Extruder driver ugrades") + checked: true } CheckBox { @@ -59,7 +60,6 @@ Item CheckBox { text: catalog.i18nc("@action:checkbox","Dual extrusion (experimental)") - checked: true } }