mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove robot mesh from default setup for now
This commit is contained in:
parent
3b126ed877
commit
821f9ca0e1
1 changed files with 0 additions and 7 deletions
|
@ -26,13 +26,6 @@ class PrinterApplication(QtApplication):
|
|||
root = self.getController().getScene().getRoot()
|
||||
platform = Platform(root)
|
||||
|
||||
mesh = SceneNode(platform)
|
||||
mesh.setMeshData(self.getMeshFileHandler().read(Resources.getPath(Resources.MeshesLocation, 'UltimakerRobot_support.stl'), self.getStorageDevice('local')))
|
||||
mesh.rotateByAngleAxis(45, Vector(0, 1, 0))
|
||||
mesh.translate(Vector(0, 10, 0))
|
||||
|
||||
box = BoxRenderer(mesh.getBoundingBox(), root)
|
||||
|
||||
try:
|
||||
self.getMachineSettings().loadValuesFromFile(Resources.getPath(Resources.SettingsLocation, 'ultimaker2.cfg'))
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue