Browse Source

Adjust the unit of the "Maximum Extrusion Area Deviation" setting

And along with it, also adjust the default value and minimum/maximum value warnings.

CURA-7751
Kostas Karmas 4 years ago
parent
commit
89c5698ad2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      resources/definitions/fdmprinter.def.json

+ 4 - 4
resources/definitions/fdmprinter.def.json

@@ -6132,11 +6132,11 @@
                     "label": "Maximum Extrusion Area Deviation",
                     "description": "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller.",
                     "type": "float",
-                    "unit": "mm²",
-                    "default_value": 2,
+                    "unit": "μm²",
+                    "default_value": 2000,
                     "minimum_value": "0",
-                    "minimum_value_warning": "0.01",
-                    "maximum_value_warning": "10",
+                    "minimum_value_warning": "500",
+                    "maximum_value_warning": "100000",
                     "settable_per_mesh": true
                 }
             }