mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix the simple create machine test
This commit is contained in:
parent
66d8e41064
commit
76163636a1
2 changed files with 18 additions and 5 deletions
|
@ -64,7 +64,6 @@ class CuraStackBuilder:
|
|||
|
||||
# Create ExtruderStacks
|
||||
extruder_dict = machine_definition.getMetaDataEntry("machine_extruder_trains")
|
||||
print(machine_definition, extruder_dict, machine_definition.getMetaDataEntry)
|
||||
for position in extruder_dict:
|
||||
cls.createExtruderStackWithDefaultSetup(new_global_stack, position)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue