From bb34e0da39c0399abb208cdc2a33a2656477da82 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 5 Aug 2019 10:44:20 +0200 Subject: [PATCH] Increase axis line width --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index ed211ed7b4..6bcc5988f9 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -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