mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Comment. CURA-2605
This commit is contained in:
parent
b119be7d11
commit
d45f61f778
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ 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:
|
if stack.getProperty(key, "settable_per_extruder") == False:
|
||||||
continue
|
continue
|
||||||
setting = message.getMessage("settings").addRepeatedMessage("settings")
|
setting = message.getMessage("settings").addRepeatedMessage("settings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue