mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add test for CuraStackBuilder
This commit is contained in:
parent
0c11304a7b
commit
c1818bcfbe
2 changed files with 64 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ 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