mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
JSON: default tower diam and support minimal diam changed to 3mm (CURA-870)
This commit is contained in:
parent
14b6ae2a4c
commit
18ef6f9a69
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue