mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add type annotation for layer_heights_added
CURA-6840
This commit is contained in:
parent
88e0a57374
commit
8d223c01d4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class IntentModel(ListModel):
|
||||||
|
|
||||||
material_nodes = self._get_active_materials()
|
material_nodes = self._get_active_materials()
|
||||||
|
|
||||||
layer_heights_added = []
|
layer_heights_added = [] # type: List[float]
|
||||||
|
|
||||||
for material_node in material_nodes:
|
for material_node in material_nodes:
|
||||||
intents = self._get_intents_for_material(material_node, quality_groups)
|
intents = self._get_intents_for_material(material_node, quality_groups)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue