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:
Ghostkeeper 2021-05-11 15:35:14 +02:00
parent dccf4ef097
commit 1cab9cb567
No known key found for this signature in database
GPG Key ID: 14C3586CD2EFC5B9

View File

@ -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,