mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Correct a typo in typing. [CURA-6016]
This commit is contained in:
parent
75ff03f3c8
commit
b413b4cdb6
@ -59,7 +59,7 @@ class BaseMaterialsModel(ListModel):
|
|||||||
self._extruder_stack = None
|
self._extruder_stack = None
|
||||||
|
|
||||||
self._available_materials = None # type: Optional[Dict[str, MaterialNode]]
|
self._available_materials = None # type: Optional[Dict[str, MaterialNode]]
|
||||||
self._favorite_ids = set() # type: Set(str)
|
self._favorite_ids = set() # type: Set[str]
|
||||||
|
|
||||||
def _updateExtruderStack(self):
|
def _updateExtruderStack(self):
|
||||||
global_stack = self._machine_manager.activeMachine
|
global_stack = self._machine_manager.activeMachine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user