mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:45:55 +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
|
from PrinterApplication import PrinterApplication
|
||||||
|
|
||||||
app = PrinterApplication()
|
app = PrinterApplication.getInstance()
|
||||||
app.run()
|
app.run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user