From e7f2acfeab9e2341730a0d15ed8d92b246fe9e79 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 26 Aug 2016 09:51:41 +0200 Subject: [PATCH] Build volume message now shows for default of 30 sec --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 88171ee972..2acdd053bb 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -212,7 +212,7 @@ class BuildVolume(SceneNode): "@info:status", "The build volume height has been reduced due to the value of the" " \"Print Sequence\" setting to prevent the gantry from colliding" - " with printed models."), lifetime=10).show() + " with printed models.")).show() def getRaftThickness(self): return self._raft_thickness