mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Build volume message now shows for default of 30 sec
This commit is contained in:
parent
8046e72a10
commit
e7f2acfeab
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class BuildVolume(SceneNode):
|
||||||
"@info:status",
|
"@info:status",
|
||||||
"The build volume height has been reduced due to the value of the"
|
"The build volume height has been reduced due to the value of the"
|
||||||
" \"Print Sequence\" setting to prevent the gantry from colliding"
|
" \"Print Sequence\" setting to prevent the gantry from colliding"
|
||||||
" with printed models."), lifetime=10).show()
|
" with printed models.")).show()
|
||||||
|
|
||||||
def getRaftThickness(self):
|
def getRaftThickness(self):
|
||||||
return self._raft_thickness
|
return self._raft_thickness
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue