mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add unit test
CURA-10719
This commit is contained in:
parent
9b6abf80d7
commit
c436dd36cf
2 changed files with 57 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue