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>2019-08-29 12:23:01 +0300
committerJaime van Kessel <nallath@gmail.com>2019-08-29 12:23:01 +0300
commit0cfaac3940726d211dbbeea9e992760b9489e4b0 (patch)
tree29a986e061f33d6a4569a1d46aa70c0653b1d928 /cura/BuildVolume.py
parent867a881de91deb017fb05518113ed975c0246397 (diff)
Set the BuildVolume node to disabled
This prevents accidental modification of the node
Diffstat (limited to 'cura/BuildVolume.py')
-rwxr-xr-xcura/BuildVolume.py1
1 files changed, 1 insertions, 0 deletions
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