mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove settings from extruder that are not settable_per_extruder. CURA-2605
This commit is contained in:
parent
70ab3d7b1b
commit
b119be7d11
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ class StartSliceJob(Job):
|
|||
material_instance_container = stack.findContainer({"type": "material"})
|
||||
|
||||
for key in stack.getAllKeys():
|
||||
if stack.getProperty(key, "settable_per_extruder") == False:
|
||||
continue
|
||||
setting = message.getMessage("settings").addRepeatedMessage("settings")
|
||||
setting.name = key
|
||||
if key == "material_guid" and material_instance_container:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue