mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 21:09:15 +08:00
Clarify description of Max Comb Distance With No Retract
It wasn't really clear that a value of 0 essentially equates to not having any maximum (like setting it to infinity).
This commit is contained in:
parent
dccf4ef097
commit
1cab9cb567
@ -3841,7 +3841,7 @@
|
||||
"retraction_combing_max_distance":
|
||||
{
|
||||
"label": "Max Comb Distance With No Retract",
|
||||
"description": "When non-zero, combing travel moves that are longer than this distance will use retraction.",
|
||||
"description": "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user