mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
JSON lil fix: default didn't coicide with default inherited state
This commit is contained in:
parent
e308c69c54
commit
2e9ee9f668
@ -1726,7 +1726,7 @@
|
|||||||
"description": "The distance between the nozzle and already printed parts when avoiding during travel moves.",
|
"description": "The distance between the nozzle and already printed parts when avoiding during travel moves.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1.5,
|
"default_value": 0.625,
|
||||||
"value": "machine_nozzle_tip_outer_diameter / 2 * 1.25",
|
"value": "machine_nozzle_tip_outer_diameter / 2 * 1.25",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
"maximum_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user