mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 02:03:13 +08:00
parent
56c0cae71f
commit
3f47ffeae7
@ -256,10 +256,7 @@ class StartSliceJob(Job):
|
|||||||
self._buildGlobalInheritsStackMessage(stack)
|
self._buildGlobalInheritsStackMessage(stack)
|
||||||
|
|
||||||
# Build messages for extruder stacks
|
# Build messages for extruder stacks
|
||||||
# Send the extruder settings in the order of extruder positions. Somehow, if you send e.g. extruder 3 first,
|
for extruder_stack in global_stack.extruderList:
|
||||||
# then CuraEngine can slice with the wrong settings. This I think should be fixed in CuraEngine as well.
|
|
||||||
extruder_stack_list = sorted(list(global_stack.extruders.items()), key = lambda item: int(item[0]))
|
|
||||||
for _, extruder_stack in extruder_stack_list:
|
|
||||||
self._buildExtruderMessage(extruder_stack)
|
self._buildExtruderMessage(extruder_stack)
|
||||||
|
|
||||||
for group in filtered_object_groups:
|
for group in filtered_object_groups:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user