Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10r3n20 <l.romagnoli@ultimaker.com>2022-02-15 18:45:57 +0300
committer10r3n20 <l.romagnoli@ultimaker.com>2022-02-15 18:45:57 +0300
commit4383f2ddf2847270996cd80f31d11f6b03da365c (patch)
treed1e59d8fbf19018b080582beb5cf71c4ac3bad7f /cura/BuildVolume.py
parenta9e3acb6231f13ad23e0e8df00444a4be12ef4a9 (diff)
adjusted colors and size of origin gizmo
Diffstat (limited to 'cura/BuildVolume.py')
-rwxr-xr-xcura/BuildVolume.py2
1 files changed, 1 insertions, 1 deletions
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]