mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-16 01:19:37 -07:00
Set default_value and minimum_value for Inside Travel avoid distance
Minimum value is set to half the nozzle width as any lower could potentially cause collision with the printed outer wall Default value is set to 0.6
This commit is contained in:
parent
966ca502d9
commit
da90d27015
1 changed files with 2 additions and 3 deletions
|
|
@ -4712,10 +4712,9 @@
|
|||
"description": "The distance between the nozzle and already printed outer walls when travelling inside a model.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
"default_value": 0.6,
|
||||
"value": "machine_nozzle_size * 1.5",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "machine_nozzle_size * 0.5",
|
||||
"minimum_value": "machine_nozzle_size * 0.5",
|
||||
"maximum_value_warning": "machine_nozzle_size * 10",
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off'",
|
||||
"settable_per_mesh": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue