mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix typo in removing Alternate Skin Rotations
This commit is contained in:
parent
66bc20eab1
commit
66005f28f3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue