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:
authorJaime van Kessel <nallath@gmail.com>2022-02-17 11:27:05 +0300
committerGitHub <noreply@github.com>2022-02-17 11:27:05 +0300
commitbed290e968d0ddbf29bb2c963baa2fbb3022723f (patch)
treeddbd761c1e570d53736d3c38cd234c6b8806fb46
parent5fc89b6053fed01ccba6ceae29089aa81f1346e0 (diff)
parent4383f2ddf2847270996cd80f31d11f6b03da365c (diff)
Merge pull request #11486 from Ultimaker/origin-visualization-improvements
Origin visualization improvements
-rwxr-xr-xcura/BuildVolume.py2
-rw-r--r--resources/themes/cura-light/theme.json10
2 files changed, 6 insertions, 6 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]
diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json
index 8b686b83f0..ed0bdf832f 100644
--- a/resources/themes/cura-light/theme.json
+++ b/resources/themes/cura-light/theme.json
@@ -380,16 +380,16 @@
"status_unknown": [127, 127, 127, 255],
"disabled_axis": [127, 127, 127, 255],
- "x_axis": [255, 0, 0, 255],
- "y_axis": [0, 0, 255, 255],
- "z_axis": [0, 255, 0, 255],
+ "x_axis": [218, 30, 40, 255],
+ "y_axis": [36, 162, 73, 255],
+ "z_axis": [25, 110, 240, 255],
"all_axis": [255, 255, 255, 255],
"viewport_background": [250, 250, 250, 255],
"volume_outline": [50, 130, 255, 255],
"buildplate": [244, 244, 244, 255],
- "buildplate_grid": [129, 131, 134, 255],
- "buildplate_grid_minor": [230, 230, 231, 255],
+ "buildplate_grid": [180, 180, 180, 255],
+ "buildplate_grid_minor": [228, 228, 228, 255],
"convex_hull": [35, 35, 35, 127],
"disallowed_area": [0, 0, 0, 40],