Browse Source

JSON: feat: conical support (experimental)

Tim Kuipers 9 years ago
parent
commit
17347da91d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      resources/settings/fdmprinter.json

+ 7 - 0
resources/settings/fdmprinter.json

@@ -1667,6 +1667,13 @@
                         "value": true
                     }
                 },
+                "support_conical_enabled": {
+                    "label": "Conical Support",
+                    "description": "Experimental feature: Make support areas smaller at the bottom than at the overhang.",
+                    "type": "boolean",
+                    "default": false,
+                    "visible": false
+                },
                 "support_angle": {
                     "label": "Overhang Angle",
                     "description": "The maximum angle of overhangs for which support will be added. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller overhang angle leads to more support.",