mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Lower-case cura application name for consistency
This commit is contained in:
parent
50f02726a3
commit
7d98cd83a6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import os.path
|
|||
|
||||
class PrinterApplication(QtApplication):
|
||||
def __init__(self):
|
||||
super().__init__(name = 'Cura')
|
||||
super().__init__(name = 'cura')
|
||||
self.setRequiredPlugins(['CuraEngineBackend', 'MeshView', 'LayerView', 'STLReader','SelectionTool','CameraTool'])
|
||||
self._physics = None
|
||||
self._volume = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue