From 053c05b956c6ef6b263fd741921c9ba6973f2537 Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Tue, 30 Jun 2020 14:29:09 +0200 Subject: [PATCH] skin_outline_count function is moved from default_value to value field Rolledback previous commit Part of CURA-6684 --- resources/definitions/fdmprinter.def.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",