mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Capitalize first word of comment comment
CURA-10719 Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
e3d482514b
commit
9b6abf80d7
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class ThreeMFWriter(MeshWriter):
|
||||||
for plugin_id, _version, _value in backend_plugin_enum_value_regex.findall(value):
|
for plugin_id, _version, _value in backend_plugin_enum_value_regex.findall(value):
|
||||||
plugin_ids.add(plugin_id)
|
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
|
global_stack = Application.getInstance().getMachineManager().activeMachine
|
||||||
addPluginIdsInStack(global_stack)
|
addPluginIdsInStack(global_stack)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue