mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add some unhappy flow tests for rebuild
This commit is contained in:
parent
090b7ac225
commit
54740dd486
2 changed files with 23 additions and 1 deletions
|
@ -478,7 +478,6 @@ class BuildVolume(SceneNode):
|
|||
self._disallowed_area_size = max(size, self._disallowed_area_size)
|
||||
return mb.build()
|
||||
|
||||
|
||||
## Recalculates the build volume & disallowed areas.
|
||||
def rebuild(self) -> None:
|
||||
if not self._width or not self._height or not self._depth:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue