mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:25:53 +08:00
Add unreachable label if a printer can not be reached inside a cluster
CL-896
This commit is contained in:
parent
7ad2e67074
commit
1b9deb2790
@ -197,6 +197,9 @@ Component
|
||||
if (modelData.state == "disabled")
|
||||
{
|
||||
return catalog.i18nc("@label", "Not available")
|
||||
} else if (modelData.state == "unreachable")
|
||||
{
|
||||
return catalog.i18nc("@label", "Unreachable")
|
||||
}
|
||||
if (modelData.activePrintJob != null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user