diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 1e7936f0c9..1fb243ab0a 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -477,7 +477,9 @@ class CuraApplication(QtApplication): self._volume.rebuild() if self.getController().getTool("ScaleTool"): - self.getController().getTool("ScaleTool").setMaximumBounds(self._volume.getBoundingBox()) + bbox = self._volume.getBoundingBox() + bbox.setBottom(0.0) + self.getController().getTool("ScaleTool").setMaximumBounds(bbox) offset = machine.getSettingValueByKey("machine_platform_offset") if offset: