Merge pull request #1 from Ultimaker/feature_autostart_discovery

Automatically start discovery
This commit is contained in:
Aldo Hoeben 2016-06-27 17:44:14 +02:00 committed by GitHub
commit f55cdbb8eb

View file

@ -59,6 +59,7 @@ Cura.MachineAction
height: 500
currentIndex: activeIndex
onCurrentIndexChanged: base.selectedPrinter = listview.model[currentIndex]
Component.onCompleted: manager.startDiscovery()
delegate: Rectangle
{
height: childrenRect.height
@ -142,11 +143,6 @@ Cura.MachineAction
}
}
}
Button
{
text: catalog.i18nc("@label","Start looking!")
onClicked: manager.startDiscovery()
}
}
Button
{