mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Convert doxygen to rst for Firmware update plugins
This commit is contained in:
parent
54d2fe95d1
commit
6ca9b4678e
3 changed files with 20 additions and 12 deletions
|
@ -19,8 +19,10 @@ if MYPY:
|
|||
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
## Upgrade the firmware of a machine by USB with this action.
|
||||
|
||||
class FirmwareUpdaterMachineAction(MachineAction):
|
||||
"""Upgrade the firmware of a machine by USB with this action."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__("UpgradeFirmware", catalog.i18nc("@action", "Update Firmware"))
|
||||
self._qml_url = "FirmwareUpdaterMachineAction.qml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue