mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added upgradeFirmware as machineAction
CURA-1385
This commit is contained in:
parent
fb1313ceda
commit
6f6d70ad0f
4 changed files with 94 additions and 4 deletions
|
@ -0,0 +1,6 @@
|
|||
from cura.MachineAction import MachineAction
|
||||
|
||||
class UpgradeFirmwareMachineAction(MachineAction):
|
||||
def __init__(self):
|
||||
super().__init__("UpgradeFirmware", "Upgrade Firmware")
|
||||
self._qml_url = "UpgradeFirmwareMachineAction.qml"
|
Loading…
Add table
Add a link
Reference in a new issue