From 4383f2ddf2847270996cd80f31d11f6b03da365c Mon Sep 17 00:00:00 2001 From: 10r3n20 Date: Tue, 15 Feb 2022 16:45:57 +0100 Subject: adjusted colors and size of origin gizmo --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cura/BuildVolume.py') diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 2aefb4823a..d039a3c68f 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -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] -- cgit v1.2.3