diff --git a/plugins/3MFWriter/ThreeMFWriter.py b/plugins/3MFWriter/ThreeMFWriter.py index a3636a98b9..3be9a7478d 100644 --- a/plugins/3MFWriter/ThreeMFWriter.py +++ b/plugins/3MFWriter/ThreeMFWriter.py @@ -285,7 +285,7 @@ class ThreeMFWriter(MeshWriter): for plugin_id, _version, _value in backend_plugin_enum_value_regex.findall(value): plugin_ids.add(plugin_id) - # go through all stacks and find all the plugin id contained in the project + # Go through all stacks and find all the plugin id contained in the project global_stack = Application.getInstance().getMachineManager().activeMachine addPluginIdsInStack(global_stack)