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:
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