mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Set the extruder metadata to its ID
Not the actual extruder! Contributes to issue CURA-4715.
This commit is contained in:
parent
05e232b498
commit
d9bc561d73
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class LegacyProfileReader(ProfileReader):
|
||||||
global_profile.setDirty(True)
|
global_profile.setDirty(True)
|
||||||
|
|
||||||
#Only the extruder stack has an extruder metadata entry.
|
#Only the extruder stack has an extruder metadata entry.
|
||||||
profile.addMetaDataEntry("extruder", ExtruderManager.getInstance().getActiveExtruderStack().definition)
|
profile.addMetaDataEntry("extruder", ExtruderManager.getInstance().getActiveExtruderStack().definition.getId())
|
||||||
|
|
||||||
#Split all settings into per-extruder and global settings.
|
#Split all settings into per-extruder and global settings.
|
||||||
for setting_key in profile.getAllKeys():
|
for setting_key in profile.getAllKeys():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue