skin_outline_count is now determined with equation in default_value

Failed on test `test_validateOverridingDefaultValue` previously.
Part of CURA-6684
This commit is contained in:
jelle Spijker 2020-06-30 13:44:27 +02:00 committed by Jelle Spijker
parent 9528791a79
commit 862e459f52
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -1510,8 +1510,7 @@
{
"label": "Extra Skin Wall Count",
"description": "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material.",
"value": "0 if top_bottom_pattern == 'concentric' else 1",
"default_value": 1,
"default_value": "0 if top_bottom_pattern == 'concentric' else 1",
"minimum_value": "0",
"maximum_value_warning": "10",
"type": "int",