mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 06:15:10 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
5bc7ddf3ee
@ -1,6 +1,6 @@
|
|||||||
import configparser
|
import configparser
|
||||||
import io
|
import io
|
||||||
from typing import Tuple, List
|
from typing import Dict, Tuple, List
|
||||||
|
|
||||||
from UM.VersionUpgrade import VersionUpgrade
|
from UM.VersionUpgrade import VersionUpgrade
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ _removed_settings = {
|
|||||||
|
|
||||||
_renamed_settings = {
|
_renamed_settings = {
|
||||||
"support_infill_angle": "support_infill_angles"
|
"support_infill_angle": "support_infill_angles"
|
||||||
} # type: Dict[str, str]
|
} # type: Dict[str, str]
|
||||||
|
|
||||||
## Upgrades configurations from the state they were in at version 4.2 to the
|
## Upgrades configurations from the state they were in at version 4.2 to the
|
||||||
# state they should be in at version 4.3.
|
# state they should be in at version 4.3.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user