mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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
|
@ -21,8 +21,9 @@ from UM.i18n import i18nCatalog
|
|||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
## This job checks if there is an update available on the provided URL.
|
||||
class FirmwareUpdateCheckerJob(Job):
|
||||
"""This job checks if there is an update available on the provided URL."""
|
||||
|
||||
STRING_ZERO_VERSION = "0.0.0"
|
||||
STRING_EPSILON_VERSION = "0.0.1"
|
||||
ZERO_VERSION = Version(STRING_ZERO_VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue