Add unit test

CURA-10719
This commit is contained in:
c.lamboo 2023-08-02 14:03:55 +02:00
parent 9b6abf80d7
commit c436dd36cf
2 changed files with 57 additions and 1 deletions

View file

@ -286,7 +286,7 @@ class ThreeMFWriter(MeshWriter):
plugin_ids.add(plugin_id)
# Go through all stacks and find all the plugin id contained in the project
global_stack = Application.getInstance().getMachineManager().activeMachine
global_stack = CuraApplication.getInstance().getMachineManager().activeMachine
addPluginIdsInStack(global_stack)
for container in global_stack.getContainers():