From 18ef6f9a6967e6f3abe7123f19aa430673bdb812 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 12 Feb 2016 13:58:23 +0100 Subject: [PATCH] JSON: default tower diam and support minimal diam changed to 3mm (CURA-870) --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index c216192df5..e517161c03 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1433,7 +1433,7 @@ "description": "The diameter of a special tower.", "unit": "mm", "type": "float", - "default": 1, + "default": 3.0, "min_value": "0", "max_value_warning": "10", "visible": false, @@ -1444,7 +1444,7 @@ "description": "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.", "unit": "mm", "type": "float", - "default": 1, + "default": 3.0, "min_value": "0", "max_value_warning": "10", "max_value": "support_tower_diameter",