Browse Source

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.
Ghostkeeper 3 years ago
parent
commit
101056bca6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/definitions/fdmprinter.def.json

+ 2 - 2
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",