Browse Source

Set the BuildVolume node to disabled

This prevents accidental modification of the node
Jaime van Kessel 5 years ago
parent
commit
0cfaac3940
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/BuildVolume.py

+ 1 - 0
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