mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 02:03:13 +08:00
Comment. CURA-2605
This commit is contained in:
parent
b119be7d11
commit
d45f61f778
@ -204,6 +204,7 @@ class StartSliceJob(Job):
|
||||
material_instance_container = stack.findContainer({"type": "material"})
|
||||
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user