From 5e782ae85b0636f1b168aa885a0c059716bab0db Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 10 Mar 2017 16:03:23 +0100 Subject: [PATCH] fix: type fix for last commit (CURA-3440) --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index f25899a065..d03f4327f6 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1340,7 +1340,7 @@ "unit": "mm", "type": "float", "default_value": 2.24, - "value": "top_layers * layer_height / math.tan(math.radians(min_skin_angle_for_expansion))", + "value": "top_layers * layer_height / math.tan(math.radians(max_skin_angle_for_expansion))", "minimum_value": "0", "enabled": "expand_upper_skins or expand_lower_skins", "settable_per_mesh": true