mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
JSON lil fix: default didn't coicide with default inherited state
This commit is contained in:
parent
e308c69c54
commit
2e9ee9f668
1 changed files with 1 additions and 1 deletions
|
@ -1726,7 +1726,7 @@
|
|||
"description": "The distance between the nozzle and already printed parts when avoiding during travel moves.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 1.5,
|
||||
"default_value": 0.625,
|
||||
"value": "machine_nozzle_tip_outer_diameter / 2 * 1.25",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue