Support for manual device addition for plugins (WIP). [CURA-6294]

This commit is contained in:
Remco Burema 2019-03-06 17:50:40 +01:00
parent 48cc9b3c1d
commit 7a7e710b2a
3 changed files with 11 additions and 3 deletions

View file

@ -148,6 +148,8 @@ Item
{
addPrinterByIpScreen.hasPushedAdd = true
tempTimerRequest.running = true
UM.OutputDeviceManager.addManualDevice(hostnameField.text, hostnameField.text)
}
}