mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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