Updated documentation for MachineActions

This commit is contained in:
Jaime van Kessel 2016-12-06 14:21:57 +01:00
parent 5aa394b197
commit 3e54c86c88
5 changed files with 22 additions and 5 deletions

View file

@ -8,6 +8,8 @@ from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura")
## A simple action to handle manual bed leveling procedure for printers that don't have it on the firmware.
# This is currently only used by the Ultimaker Original+
class BedLevelMachineAction(MachineAction):
def __init__(self):
super().__init__("BedLevel", catalog.i18nc("@action", "Level build plate"))