mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Fixes for selecting active variant, material and quality - CURA-4482
This commit is contained in:
parent
4701518404
commit
bc6984a0ed
4 changed files with 58 additions and 42 deletions
|
@ -52,7 +52,7 @@ class CuraStackBuilder:
|
|||
if not extruder_definition:
|
||||
# create extruder stack for single extrusion machines that have no separate extruder definition files
|
||||
extruder_definition = registry.findDefinitionContainers(id = "fdmextruder")[0]
|
||||
new_extruder_id = registry.uniqueName(machine_definition.getId() + " " + "fdmextruder")
|
||||
new_extruder_id = registry.uniqueName(machine_definition.getName() + " " + extruder_definition.id)
|
||||
new_extruder = cls.createExtruderStack(
|
||||
new_extruder_id,
|
||||
definition=extruder_definition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue