mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Updated documentation for MachineActions
This commit is contained in:
parent
5aa394b197
commit
3e54c86c88
5 changed files with 22 additions and 5 deletions
|
@ -7,6 +7,9 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
import UM.Settings.InstanceContainer
|
||||
|
||||
|
||||
## The Ultimaker Original can have a few revisions & upgrades. This action helps with selecting them, so they are added
|
||||
# as a variant.
|
||||
class UMOUpgradeSelection(MachineAction):
|
||||
def __init__(self):
|
||||
super().__init__("UMOUpgradeSelection", catalog.i18nc("@action", "Select upgrades"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue