mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06: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",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue