Lower the build volume to reduce Z fighting

This commit is contained in:
Arjen Hiemstra 2014-12-24 16:49:43 +01:00
parent c7cecb180d
commit bfa3c00200

View file

@ -51,7 +51,7 @@ class PrinterApplication(QtApplication):
platform = Platform(root)
volume = BuildVolume(root)
volume.translate(Vector(0, 75.1, 0))
volume.translate(Vector(0, 73, 0))
volume.scale(150.0)
self.getRenderer().setLightPosition(Vector(0, 150, 0))