diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 99236f7b7d..ba4eb6200c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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",