mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 04:34:26 +08:00
Fix typo in removing Alternate Skin Rotations
This commit is contained in:
parent
66bc20eab1
commit
66005f28f3
@ -65,7 +65,7 @@ class VersionUpgrade43to44(VersionUpgrade):
|
||||
if "values" in parser:
|
||||
# Alternate skin rotation should be translated to top/bottom line directions.
|
||||
if "skin_alternate_rotation" in parser["values"] and parseBool(parser["values"]["skin_alternate_rotation"]):
|
||||
parser["skin_angles"] = "[45, 135, 0, 90]"
|
||||
parser["values"]["skin_angles"] = "[45, 135, 0, 90]"
|
||||
|
||||
result = io.StringIO()
|
||||
parser.write(result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user