mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:15:57 +08:00
Don't set extruder_nr per object for single extrusion printers
CURA-1754
This commit is contained in:
parent
e01c8a4f10
commit
fb96950762
@ -231,7 +231,8 @@ class StartSliceJob(Job):
|
|||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
# Ensure that the engine is aware what the build extruder is
|
# Ensure that the engine is aware what the build extruder is
|
||||||
changed_setting_keys.add("extruder_nr")
|
if stack.getProperty("machine_extruder_count", "value") > 1:
|
||||||
|
changed_setting_keys.add("extruder_nr")
|
||||||
|
|
||||||
# Get values for all changed settings
|
# Get values for all changed settings
|
||||||
for key in changed_setting_keys:
|
for key in changed_setting_keys:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user