mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Lower the build volume to reduce Z fighting
This commit is contained in:
parent
c7cecb180d
commit
bfa3c00200
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue