mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Use updated python type notation
This commit is contained in:
parent
732aefedbb
commit
41f1029dc0
@ -848,7 +848,7 @@ class BuildVolume(SceneNode):
|
||||
"""
|
||||
|
||||
result = {}
|
||||
skirt_brim_extruder = None #type: ExtruderStack
|
||||
skirt_brim_extruder: ExtruderStack = None
|
||||
for extruder in used_extruders:
|
||||
if int(extruder.getProperty("extruder_nr", "value")) == int(self._global_container_stack.getProperty("skirt_brim_extruder_nr", "value")):
|
||||
skirt_brim_extruder = extruder
|
||||
|
Loading…
x
Reference in New Issue
Block a user