mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
JSON: travel_avoid_distance should default to nozzle_outer radius, not diameter (CURA-1195)
This commit is contained in:
parent
11a65e249d
commit
355f5210c9
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 1.5,
|
||||
"inherit_function": "machine_nozzle_tip_outer_diameter * 1.25",
|
||||
"inherit_function": "machine_nozzle_tip_outer_diameter / 2 * 1.25",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||
"visible": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue