mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Update build volume to render as lines.
This commit is contained in:
parent
3a2aa12bc3
commit
a2191965ac
2 changed files with 62 additions and 4 deletions
|
@ -73,7 +73,7 @@ class PrinterApplication(QtApplication):
|
|||
self._volume = BuildVolume(root)
|
||||
|
||||
self.getRenderer().setLightPosition(Vector(0, 150, 0))
|
||||
self.getRenderer().setBackgroundColor(QColor(200, 200, 200))
|
||||
self.getRenderer().setBackgroundColor(QColor(246, 246, 246))
|
||||
|
||||
camera = Camera('3d', root)
|
||||
camera.translate(Vector(-150, 150, 300))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue