mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Add default position to fdm extruder definition - CURA-4482
This commit is contained in:
parent
f36c9ffbc0
commit
4701518404
3 changed files with 18 additions and 17 deletions
|
@ -51,7 +51,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")
|
||||
extruder_definition = registry.findDefinitionContainers(id = "fdmextruder")[0]
|
||||
new_extruder_id = registry.uniqueName(machine_definition.getId() + " " + "fdmextruder")
|
||||
new_extruder = cls.createExtruderStack(
|
||||
new_extruder_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue