mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:08:59 +08: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
@ -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…
x
Reference in New Issue
Block a user