mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Set the BuildVolume node to disabled
This prevents accidental modification of the node
This commit is contained in:
parent
867a881de9
commit
0cfaac3940
@ -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…
x
Reference in New Issue
Block a user