mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +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,6 +231,7 @@ class StartSliceJob(Job):
|
||||
Job.yieldThread()
|
||||
|
||||
# Ensure that the engine is aware what the build extruder is
|
||||
if stack.getProperty("machine_extruder_count", "value") > 1:
|
||||
changed_setting_keys.add("extruder_nr")
|
||||
|
||||
# Get values for all changed settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user