mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge branch '2.3' of github.com:Ultimaker/Cura
This commit is contained in:
commit
80a5978d54
1 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,9 @@ class StartSliceJob(Job):
|
||||||
material_instance_container = stack.findContainer({"type": "material"})
|
material_instance_container = stack.findContainer({"type": "material"})
|
||||||
|
|
||||||
for key in stack.getAllKeys():
|
for key in stack.getAllKeys():
|
||||||
|
# Do not send settings that are not settable_per_extruder.
|
||||||
|
if stack.getProperty(key, "settable_per_extruder") == False:
|
||||||
|
continue
|
||||||
setting = message.getMessage("settings").addRepeatedMessage("settings")
|
setting = message.getMessage("settings").addRepeatedMessage("settings")
|
||||||
setting.name = key
|
setting.name = key
|
||||||
if key == "material_guid" and material_instance_container:
|
if key == "material_guid" and material_instance_container:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue