mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
adjusted colors and size of origin gizmo
This commit is contained in:
parent
a9e3acb623
commit
4383f2ddf2
2 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ class BuildVolume(SceneNode):
|
|||
|
||||
self._origin_mesh = None # type: Optional[MeshData]
|
||||
self._origin_line_length = 20
|
||||
self._origin_line_width = 1.5
|
||||
self._origin_line_width = 1
|
||||
self._enabled = False
|
||||
|
||||
self._grid_mesh = None # type: Optional[MeshData]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue