mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Don't disable fuzzy skin any more
It's added back in for the stable release. Contributes to issue CURA-8466.
This commit is contained in:
parent
60b1876a24
commit
764e18d62c
1 changed files with 0 additions and 4 deletions
|
@ -99,10 +99,6 @@ class VersionUpgrade413to50(VersionUpgrade):
|
|||
old_value = old_value[1:]
|
||||
parser["values"]["speed_equalize_flow_width_factor"] = f"=100 if ({old_value}) else 0" # If it used to be enabled, set it to 100%. Otherwise 0%.
|
||||
|
||||
# Disable Fuzzy Skin as it doesn't work with with the libArachne walls
|
||||
if "magic_fuzzy_skin_enabled" in parser["values"]:
|
||||
parser["values"]["magic_fuzzy_skin_enabled"] = "False"
|
||||
|
||||
result = io.StringIO()
|
||||
parser.write(result)
|
||||
return [filename], [result.getvalue()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue