mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Load extruder profiles into the correct extruder
CURA-2478
This commit is contained in:
parent
144dcb5a65
commit
f55c35df6e
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class CuraContainerRegistry(ContainerRegistry):
|
|||
return
|
||||
|
||||
machine_extruders = list(ExtruderManager.getInstance().getMachineExtruders(global_container_stack.getId()))
|
||||
machine_extruders.sort(key = lambda k: k.getMetaDataEntry("position"))
|
||||
|
||||
for plugin_id, meta_data in self._getIOPlugins("profile_reader"):
|
||||
if meta_data["profile_reader"][0]["extension"] != extension:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue