mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
JSON: default tower diam and support minimal diam changed to 3mm (CURA-870)
This commit is contained in:
parent
14b6ae2a4c
commit
18ef6f9a69
@ -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…
x
Reference in New Issue
Block a user