Disable printers that are not host of a group

CURA-6449

 - Group printers into hosts and non-hosts and of unknown type.
 - Show available/connectable printers first in the list.
 - Show sections for connectable and non-connectable printers.
This commit is contained in:
Lipu Fei 2019-04-11 11:32:02 +02:00
parent 7d644c0d1a
commit 588dd6cd78
3 changed files with 36 additions and 4 deletions

View file

@ -53,7 +53,7 @@ Button
verticalCenter: parent.verticalCenter
}
text: machineSelectorButton.text
color: UM.Theme.getColor("text")
color: enabled ? UM.Theme.getColor("text") : UM.Theme.getColor("small_button_text")
font: UM.Theme.getFont("medium")
visible: text != ""
renderType: Text.NativeRendering