mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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):
|
class PrinterApplication(QtApplication):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(name = 'Cura')
|
super().__init__(name = 'cura')
|
||||||
self.setRequiredPlugins(['CuraEngineBackend', 'MeshView', 'LayerView', 'STLReader','SelectionTool','CameraTool'])
|
self.setRequiredPlugins(['CuraEngineBackend', 'MeshView', 'LayerView', 'STLReader','SelectionTool','CameraTool'])
|
||||||
self._physics = None
|
self._physics = None
|
||||||
self._volume = None
|
self._volume = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue