mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Improve documentation for translate function
It says now that the function updates the settings to what they should be in the new version. Contributes to issue CURA-844.
This commit is contained in:
parent
f7ca489877
commit
28da3c1a4f
1 changed files with 4 additions and 3 deletions
|
@ -32,10 +32,11 @@ class VersionUpgrade21to22(VersionUpgrade):
|
||||||
return None
|
return None
|
||||||
return profile.export()
|
return profile.export()
|
||||||
|
|
||||||
## Translates settings for the change from Cura 2.1 to 2.2.
|
## Updates settings for the change from Cura 2.1 to 2.2.
|
||||||
#
|
#
|
||||||
# Each setting is changed in-place in the provided dictionary. This
|
# The keys and values of settings are changed to what they should be in
|
||||||
# changes the input parameter.
|
# the new version. Each setting is changed in-place in the provided
|
||||||
|
# dictionary. This changes the input parameter.
|
||||||
#
|
#
|
||||||
# \param settings A dictionary of settings (as key-value pairs) to update.
|
# \param settings A dictionary of settings (as key-value pairs) to update.
|
||||||
# \return The same dictionary.
|
# \return The same dictionary.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue