mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Implementing missing functionalities on the addmachine -> add original wizard
contributes to #CURA-256
This commit is contained in:
parent
463fbae9aa
commit
861b535f9d
5 changed files with 117 additions and 33 deletions
|
|
@ -14,6 +14,7 @@ Item
|
|||
|
||||
SystemPalette{id: palette}
|
||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
property variant printer_connection: UM.USBPrinterManager.connectedPrinterList.rowCount() != 0 ? UM.USBPrinterManager.connectedPrinterList.getItem(0).printer : null
|
||||
Label
|
||||
{
|
||||
id: pageTitle
|
||||
|
|
@ -61,6 +62,9 @@ Item
|
|||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
text: catalog.i18nc("@action:button","Upgrade to Marlin Firmware");
|
||||
onClicked: {
|
||||
printer_connection.updateAllFirmware
|
||||
}
|
||||
}
|
||||
Button {
|
||||
id: skipUpgradeButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue