From c4b923eb743d0f80e8ac762375b33ef70043b40e Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Fri, 10 Jul 2015 17:52:15 +0200 Subject: [PATCH] Sets the platform activity on true when a model is loaded Also solved a problem with deleteSelection trigger contributes to #128 --- cura/BuildVolume.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index cf085bfe61..1556ee8d22 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -33,6 +33,7 @@ class BuildVolume(SceneNode): self.setCalculateBoundingBox(False) + def setWidth(self, width): self._width = width