Browse Source

Merge branch 'patch-1'

Jack Ha 6 years ago
parent
commit
44eb372cb8
1 changed files with 13 additions and 0 deletions
  1. 13 0
      resources/definitions/fdmprinter.def.json

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

@@ -5626,6 +5626,19 @@
                     "settable_per_mesh": false,
                     "settable_per_extruder": true
                 },
+                "minimum_polygon_circumference":
+                {
+                    "label": "Minimum polygon circumference",
+                    "description": "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details.",
+                    "unit": "mm",
+                    "type": "float",
+                    "default_value": 1.0,
+                    "minimum_value": "0.001",
+                    "minimum_value_warning": "0.05",
+                    "maximum_value_warning": "1.0",
+                    "settable_per_mesh": true,
+                    "settable_per_extruder": false
+                },
                 "meshfix_maximum_resolution":
                 {
                     "label": "Maximum Resolution",