mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Write to the right device after changes in Uranium API
This commit is contained in:
parent
c2e672591c
commit
078295d6e1
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ Rectangle {
|
|||
}
|
||||
label: Item { }
|
||||
}
|
||||
onClicked: devicesModel.requestWriteToCurrentDevice()
|
||||
onClicked: devicesModel.requestWriteToDevice(devicesModel.currentDevice.id)
|
||||
}
|
||||
|
||||
Button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue