From 0cfaac3940726d211dbbeea9e992760b9489e4b0 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 29 Aug 2019 11:23:01 +0200 Subject: Set the BuildVolume node to disabled This prevents accidental modification of the node --- cura/BuildVolume.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cura/BuildVolume.py') diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 6bcc5988f9..17b28c12c8 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -65,6 +65,7 @@ class BuildVolume(SceneNode): self._origin_mesh = None # type: Optional[MeshData] self._origin_line_length = 20 self._origin_line_width = 1.5 + self._enabled = False self._grid_mesh = None # type: Optional[MeshData] self._grid_shader = None -- cgit v1.2.3