mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Increase axis line width
This commit is contained in:
parent
ce9bd3b2c0
commit
bb34e0da39
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class BuildVolume(SceneNode):
|
|||
|
||||
self._origin_mesh = None # type: Optional[MeshData]
|
||||
self._origin_line_length = 20
|
||||
self._origin_line_width = 0.5
|
||||
self._origin_line_width = 1.5
|
||||
|
||||
self._grid_mesh = None # type: Optional[MeshData]
|
||||
self._grid_shader = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue