mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
Add type annotation for layer_heights_added
CURA-6840
This commit is contained in:
parent
88e0a57374
commit
8d223c01d4
@ -65,7 +65,7 @@ class IntentModel(ListModel):
|
||||
|
||||
material_nodes = self._get_active_materials()
|
||||
|
||||
layer_heights_added = []
|
||||
layer_heights_added = [] # type: List[float]
|
||||
|
||||
for material_node in material_nodes:
|
||||
intents = self._get_intents_for_material(material_node, quality_groups)
|
||||
|
Loading…
x
Reference in New Issue
Block a user