Просмотр исходного кода

Build volume message now shows for default of 30 sec

Jaime van Kessel 8 лет назад
Родитель
Сommit
e7f2acfeab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cura/BuildVolume.py

+ 1 - 1
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