mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
Set the BuildVolume node to disabled
This prevents accidental modification of the node
This commit is contained in:
parent
867a881de9
commit
0cfaac3940
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class BuildVolume(SceneNode):
|
||||||
self._origin_mesh = None # type: Optional[MeshData]
|
self._origin_mesh = None # type: Optional[MeshData]
|
||||||
self._origin_line_length = 20
|
self._origin_line_length = 20
|
||||||
self._origin_line_width = 1.5
|
self._origin_line_width = 1.5
|
||||||
|
self._enabled = False
|
||||||
|
|
||||||
self._grid_mesh = None # type: Optional[MeshData]
|
self._grid_mesh = None # type: Optional[MeshData]
|
||||||
self._grid_shader = None
|
self._grid_shader = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue