mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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,7 +231,8 @@ class StartSliceJob(Job):
|
|||
Job.yieldThread()
|
||||
|
||||
# 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
|
||||
for key in changed_setting_keys:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue