mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:05:57 +08:00
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
This commit is contained in:
commit
648f167911
@ -202,7 +202,7 @@ class BuildVolume(SceneNode):
|
||||
self._disallowed_areas = areas
|
||||
|
||||
def render(self, renderer):
|
||||
if not self.getMeshData() or self.isVisible():
|
||||
if not self.getMeshData() or not self.isVisible():
|
||||
return True
|
||||
|
||||
if not self._shader:
|
||||
|
Loading…
x
Reference in New Issue
Block a user