mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Fix different strategies for machine and quality in project loading
CURA-4839
This commit is contained in:
parent
c0bce6ffd4
commit
1c605a5108
4 changed files with 41 additions and 19 deletions
|
@ -60,7 +60,6 @@ class ExtruderStack(CuraContainerStack):
|
|||
keys_to_copy = ["material_diameter", "machine_nozzle_size"] # these will be copied over to all extruders
|
||||
|
||||
for key in keys_to_copy:
|
||||
|
||||
# Since material_diameter is not on the extruder definition, we need to add it here
|
||||
# WARNING: this might be very dangerous and should be refactored ASAP!
|
||||
definition = stack.getSettingDefinition(key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue