JSON: default tower diam and support minimal diam changed to 3mm (CURA-870)

This commit is contained in:
Tim Kuipers 2016-02-12 13:58:23 +01:00
parent 14b6ae2a4c
commit 18ef6f9a69

View file

@ -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",