mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 06:35:56 +08:00
Remove todos that are no longer applicable
Remove debug print statement CURA-9321
This commit is contained in:
parent
1a464051d4
commit
9dff733345
@ -54,7 +54,6 @@ class ActiveIntentQualitiesModel(ListModel):
|
|||||||
self._updateDelayed()
|
self._updateDelayed()
|
||||||
|
|
||||||
def _update(self):
|
def _update(self):
|
||||||
print("Updating")
|
|
||||||
active_extruder_stack = cura.CuraApplication.CuraApplication.getInstance().getMachineManager().activeStack
|
active_extruder_stack = cura.CuraApplication.CuraApplication.getInstance().getMachineManager().activeStack
|
||||||
if active_extruder_stack:
|
if active_extruder_stack:
|
||||||
self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "")
|
self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "")
|
||||||
|
@ -86,7 +86,6 @@ Item
|
|||||||
RecommendedInfillDensitySelector
|
RecommendedInfillDensitySelector
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
// TODO Create a reusable component with these properties to not define them separately for each component
|
|
||||||
labelColumnWidth: parent.firstColumnWidth
|
labelColumnWidth: parent.firstColumnWidth
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.rightMargin: UM.Theme.getSize("default_margin").width
|
Layout.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
@ -95,7 +94,6 @@ Item
|
|||||||
RecommendedSupportSelector
|
RecommendedSupportSelector
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
// TODO Create a reusable component with these properties to not define them separately for each component
|
|
||||||
labelColumnWidth: parent.firstColumnWidth
|
labelColumnWidth: parent.firstColumnWidth
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
@ -103,7 +101,6 @@ Item
|
|||||||
RecommendedAdhesionSelector
|
RecommendedAdhesionSelector
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
// TODO Create a reusable component with these properties to not define them separately for each component
|
|
||||||
labelColumnWidth: parent.firstColumnWidth
|
labelColumnWidth: parent.firstColumnWidth
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user