mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Make _geSettingFromAllExtruders use zip
This is a bit cleaner to use
This commit is contained in:
parent
a6ca49d68c
commit
1759e01b27
2 changed files with 4 additions and 4 deletions
|
@ -180,7 +180,7 @@ class ExtruderManager(QObject):
|
|||
# \param setting_key \type{str} The setting to get the property of.
|
||||
# \param property \type{str} The property to get.
|
||||
# \return \type{List} the list of results
|
||||
def getAllExtruderSettings(self, setting_key: str, prop: str) -> List:
|
||||
def getAllExtruderSettings(self, setting_key: str, prop: str) -> List[Any]:
|
||||
result = []
|
||||
|
||||
for extruder_stack in self.getActiveExtruderStacks():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue