Convert doxygen to rst for UltimakerMachineActions, USBPrinting

This commit is contained in:
Nino van Hooff 2020-05-15 14:00:44 +02:00
parent d96359f208
commit de82406782
4 changed files with 37 additions and 21 deletions

View file

@ -14,9 +14,12 @@ from UM.Logger import Logger
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):
"""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+
"""
def __init__(self):
super().__init__("BedLevel", catalog.i18nc("@action", "Level build plate"))
self._qml_url = "BedLevelMachineAction.qml"