From 46f4caab32b63af0771a3d65d6719421d8b6d83e Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 4 May 2016 15:32:20 +0200 Subject: [PATCH] JSON feat: conical_overhang_enabled (CURA-1412) --- resources/machines/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index ef9dab1673..5b3e84025a 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1944,6 +1944,13 @@ "enabled": "draft_shield_height_limitation == \"limited\"", "global_only": true }, + "conical_overhang_enabled": { + "label": "Make Overhang Printable", + "description": "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical.", + "type": "boolean", + "default": false, + "visible": false + }, "coasting_enable": { "label": "Enable Coasting", "description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing.",