mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Use the PrintApplication's getInstance method to instantiate the printer application
This commit is contained in:
parent
4572c7a9b7
commit
6019a0f215
1 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
from PrinterApplication import PrinterApplication
|
||||
|
||||
app = PrinterApplication()
|
||||
app.run()
|
||||
app = PrinterApplication.getInstance()
|
||||
app.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue