mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 07:48:53 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
ab23637f3b
37 changed files with 89 additions and 72 deletions
|
|
@ -161,10 +161,6 @@ Rectangle
|
|||
visible: showProgress;
|
||||
indeterminate:
|
||||
{
|
||||
if(!showProgress)
|
||||
{
|
||||
return false; //Never be indeterminate when not visible, since that triggers a redraw of the screen.
|
||||
}
|
||||
switch(Cura.MachineManager.printerOutputDevices[0].jobState)
|
||||
{
|
||||
case "pausing":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue