mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Moved file plugins to own folder
This commit is contained in:
parent
d10c88d148
commit
1414a7e456
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class PrinterApplication(QtApplication):
|
||||||
|
|
||||||
root = self.getController().getScene().getRoot()
|
root = self.getController().getScene().getRoot()
|
||||||
mesh = SceneObject()
|
mesh = SceneObject()
|
||||||
mesh.setMeshData(self.getMeshFileHandler().read("plugins/STLReader/simpleTestCube.stl",self.getStorageDevice('local')))
|
mesh.setMeshData(self.getMeshFileHandler().read("plugins/FileHandlers/STLReader/simpleTestCube.stl",self.getStorageDevice('local')))
|
||||||
root.addChild(mesh)
|
root.addChild(mesh)
|
||||||
self.log('i',"Application started")
|
self.log('i',"Application started")
|
||||||
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml")
|
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue