mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:45:54 +08:00
Lower the minimum Y of the build volume a bit so we never exclude things positioned on the platform
This commit is contained in:
parent
4801233728
commit
0175eb7b59
@ -121,4 +121,4 @@ class BuildVolume(SceneNode):
|
|||||||
else:
|
else:
|
||||||
self._disallowed_area_mesh = None
|
self._disallowed_area_mesh = None
|
||||||
|
|
||||||
self._aabb = AxisAlignedBox(minimum = Vector(minW, minH, minD), maximum = Vector(maxW, maxH, maxD))
|
self._aabb = AxisAlignedBox(minimum = Vector(minW, minH - 1.0, minD), maximum = Vector(maxW, maxH, maxD))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user