Browse Source

Add maximum deviation setting

This setting allows tweaking the deviation from the norm separately from the length of line segments.

Implements CURA-6458.
Ghostkeeper 6 years ago
parent
commit
932fb75145
1 changed files with 13 additions and 0 deletions
  1. 13 0
      resources/definitions/fdmprinter.def.json

+ 13 - 0
resources/definitions/fdmprinter.def.json

@@ -5875,6 +5875,19 @@
                     "settable_per_mesh": false,
                     "settable_per_extruder": true
                 },
+                "meshfix_maximum_deviation":
+                {
+                    "label": "Maximum Deviation",
+                    "description": "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller.",
+                    "type": "float",
+                    "unit": "mm",
+                    "default_value": 0.005,
+                    "value": "meshfix_maximum_resolution / 2",
+                    "minimum_value": "0.001",
+                    "minimum_value_warning": "0.003",
+                    "maximum_value_warning": "0.1",
+                    "settable_per_mesh": true
+                },
                 "support_skip_some_zags":
                 {
                     "label": "Break Up Support In Chunks",