mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fixed mistake in printer application & continued work on calibration interface
This commit is contained in:
parent
ac465521e3
commit
ff850c5bec
1 changed files with 2 additions and 3 deletions
|
@ -95,10 +95,9 @@ class PrinterApplication(QtApplication):
|
||||||
|
|
||||||
controller.getScene().setActiveCamera('3d')
|
controller.getScene().setActiveCamera('3d')
|
||||||
|
|
||||||
|
|
||||||
self.initializeEngine()
|
|
||||||
self._engine.addImageProvider("camera",self._camera_image_provider)
|
|
||||||
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml")
|
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml")
|
||||||
|
self.initializeEngine()
|
||||||
|
|
||||||
if self._engine.rootObjects:
|
if self._engine.rootObjects:
|
||||||
self.exec_()
|
self.exec_()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue