mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 06:13:13 +08:00
Remove robot mesh from default setup for now
This commit is contained in:
parent
3b126ed877
commit
821f9ca0e1
@ -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…
x
Reference in New Issue
Block a user