From 101056bca68c9f36630e0267867836ec88a6e912 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Oct 2021 15:22:17 +0200 Subject: [PATCH] Simplify description of lightning infill angle settings These two have garnered some feedback in that it's wholly unclear what the sentences even mean. Hopefully this correction makes it more clear for next time. Contributes to issue CURA-8638. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 86dfdee013..9cb20b3ec0 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2212,7 +2212,7 @@ "lightning_infill_prune_angle": { "label": "Lightning Infill Prune Angle", - "description": "The difference a lightning infill layer can have with the one immediately above w.r.t the pruning of the outer extremities of trees. Measured in the angle given the thickness.", + "description": "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines.", "unit": "°", "type": "float", "minimum_value": "0", @@ -2228,7 +2228,7 @@ "lightning_infill_straightening_angle": { "label": "Lightning Infill Straightening Angle", - "description": "The difference a lightning infill layer can have with the one immediately above w.r.t the smoothing of trees. Measured in the angle given the thickness.", + "description": "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line.", "unit": "°", "type": "float", "minimum_value": "0",