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 } }