mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 00:35:53 +08:00
Use the PrintApplication's getInstance method to instantiate the printer application
This commit is contained in:
parent
4572c7a9b7
commit
6019a0f215
@ -2,5 +2,5 @@
|
||||
|
||||
from PrinterApplication import PrinterApplication
|
||||
|
||||
app = PrinterApplication()
|
||||
app.run()
|
||||
app = PrinterApplication.getInstance()
|
||||
app.run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user