mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Don't set extruder_nr per object for single extrusion printers
CURA-1754
This commit is contained in:
parent
e01c8a4f10
commit
fb96950762
1 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,7 @@ 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
|
||||||
|
if stack.getProperty("machine_extruder_count", "value") > 1:
|
||||||
changed_setting_keys.add("extruder_nr")
|
changed_setting_keys.add("extruder_nr")
|
||||||
|
|
||||||
# Get values for all changed settings
|
# Get values for all changed settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue