diff --git a/cura/Machines/Models/ActiveIntentQualitiesModel.py b/cura/Machines/Models/ActiveIntentQualitiesModel.py index 3f03e9c683..2e13f7dbcb 100644 --- a/cura/Machines/Models/ActiveIntentQualitiesModel.py +++ b/cura/Machines/Models/ActiveIntentQualitiesModel.py @@ -54,7 +54,6 @@ class ActiveIntentQualitiesModel(ListModel): self._updateDelayed() def _update(self): - print("Updating") active_extruder_stack = cura.CuraApplication.CuraApplication.getInstance().getMachineManager().activeStack if active_extruder_stack: self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "") diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml index d4fd28cdd5..086e27d41b 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml @@ -86,7 +86,6 @@ Item RecommendedInfillDensitySelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true Layout.rightMargin: UM.Theme.getSize("default_margin").width @@ -95,7 +94,6 @@ Item RecommendedSupportSelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true } @@ -103,7 +101,6 @@ Item RecommendedAdhesionSelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true }