mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
skin_outline_count function is moved from default_value to value field
Rolledback previous commit Part of CURA-6684
This commit is contained in:
parent
862e459f52
commit
053c05b956
1 changed files with 2 additions and 1 deletions
|
|
@ -1510,7 +1510,8 @@
|
|||
{
|
||||
"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.",
|
||||
"default_value": "0 if top_bottom_pattern == 'concentric' else 1",
|
||||
"value": "0 if top_bottom_pattern == 'concentric' else 1",
|
||||
"default_value": 1,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "10",
|
||||
"type": "int",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue