mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Add a cache for settable_per_extruder property
This commit is contained in:
parent
51737dccd6
commit
9c904f95ce
2 changed files with 13 additions and 1 deletions
|
@ -192,7 +192,7 @@ class GlobalStack(CuraContainerStack):
|
|||
self._extruders[position] = extruder
|
||||
self.extrudersChanged.emit()
|
||||
Logger.log("i", "Extruder[%s] added to [%s] at position [%s]", extruder.id, self.id, position)
|
||||
|
||||
|
||||
@override(ContainerStack)
|
||||
def getProperty(self, key: str, property_name: str, context: Optional[PropertyEvaluationContext] = None) -> Any:
|
||||
"""Overridden from ContainerStack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue