mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Added stub for update checker
This commit is contained in:
parent
e7224c8c1a
commit
34801f78af
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ numpy.seterr(all='ignore')
|
|||
|
||||
class PrinterApplication(QtApplication):
|
||||
def __init__(self):
|
||||
super().__init__(name = 'cura')
|
||||
super().__init__(name = 'cura', version = "14.2.1")
|
||||
self.setRequiredPlugins([
|
||||
'CuraEngineBackend',
|
||||
'MeshView',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue