From 1cab9cb567321654b38575a0113d2f69206ac2c2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 May 2021 15:35:14 +0200 Subject: [PATCH] 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). --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c3352e82ba..24d9de5122 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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,