Просмотр исходного кода

Capitalize first word of comment comment

CURA-10719

Co-authored-by: Jaime van Kessel <nallath@gmail.com>

Casper Lamboo 1 год назад
Родитель
Сommit
9b6abf80d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/3MFWriter/ThreeMFWriter.py

+ 1 - 1
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)