mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:49:00 +08:00
Moved file plugins to own folder
This commit is contained in:
parent
d10c88d148
commit
1414a7e456
@ -17,7 +17,7 @@ class PrinterApplication(QtApplication):
|
||||
|
||||
root = self.getController().getScene().getRoot()
|
||||
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)
|
||||
self.log('i',"Application started")
|
||||
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml")
|
||||
|
Loading…
x
Reference in New Issue
Block a user