mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-18 05:28:34 -07:00
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:
parent
9528791a79
commit
862e459f52
1 changed files with 1 additions and 2 deletions
|
|
@ -1510,8 +1510,7 @@
|
||||||
{
|
{
|
||||||
"label": "Extra Skin Wall Count",
|
"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.",
|
"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": "0 if top_bottom_pattern == 'concentric' else 1",
|
||||||
"default_value": 1,
|
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "10",
|
"maximum_value_warning": "10",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue