Merge remote-tracking branch 'origin/4.1'

This commit is contained in:
Lipu Fei 2019-05-03 10:47:16 +02:00
commit 2601e485da
25 changed files with 291 additions and 97 deletions

View file

@ -32,16 +32,7 @@ ListView
width: listView.width
outputDevice: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
checked:
{
// If the machine has a remote connection
var result = Cura.MachineManager.activeMachineId == model.id
if (Cura.MachineManager.activeMachineHasRemoteConnection)
{
result |= Cura.MachineManager.activeMachineNetworkGroupName == model.metadata["group_name"]
}
return result
}
checked: Cura.MachineManager.activeMachineId == model.id
onClicked:
{