mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Lower the build volume to reduce Z fighting
This commit is contained in:
parent
c7cecb180d
commit
bfa3c00200
@ -51,7 +51,7 @@ class PrinterApplication(QtApplication):
|
|||||||
platform = Platform(root)
|
platform = Platform(root)
|
||||||
|
|
||||||
volume = BuildVolume(root)
|
volume = BuildVolume(root)
|
||||||
volume.translate(Vector(0, 75.1, 0))
|
volume.translate(Vector(0, 73, 0))
|
||||||
volume.scale(150.0)
|
volume.scale(150.0)
|
||||||
|
|
||||||
self.getRenderer().setLightPosition(Vector(0, 150, 0))
|
self.getRenderer().setLightPosition(Vector(0, 150, 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user