mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix docs for VersionUpgrade 3.3 to 3.4
CURA-5035
This commit is contained in:
parent
49649e3d4a
commit
ad3317a992
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@ import io #To serialise the preference files afterwards.
|
||||||
from UM.VersionUpgrade import VersionUpgrade #We're inheriting from this.
|
from UM.VersionUpgrade import VersionUpgrade #We're inheriting from this.
|
||||||
|
|
||||||
|
|
||||||
## Upgrades configurations from the state they were in at version 3.2 to the
|
## Upgrades configurations from the state they were in at version 3.3 to the
|
||||||
# state they should be in at version 3.3.
|
# state they should be in at version 3.4.
|
||||||
class VersionUpgrade33to34(VersionUpgrade):
|
class VersionUpgrade33to34(VersionUpgrade):
|
||||||
|
|
||||||
## Gets the version number from a CFG file in Uranium's 3.2 format.
|
## Gets the version number from a CFG file in Uranium's 3.3 format.
|
||||||
#
|
#
|
||||||
# Since the format may change, this is implemented for the 3.2 format only
|
# Since the format may change, this is implemented for the 3.3 format only
|
||||||
# and needs to be included in the version upgrade system rather than
|
# and needs to be included in the version upgrade system rather than
|
||||||
# globally in Uranium.
|
# globally in Uranium.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue