From 2ce7c919119e91e5629eb751e277ab7572a2ec0a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 6 Nov 2017 17:30:07 +0100 Subject: [PATCH] Add setting for contact point spread I'm not sure what will come of this later, but for now I need it. Contributes to issue CURA-4523. --- resources/definitions/fdmprinter.def.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index f57273e280..8c311a9f2f 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3678,6 +3678,18 @@ "settable_per_mesh": false, "settable_per_extruder": true }, + "support_tree_branch_distance": + { + "label": "Tree Support Branch Distance", + "description": "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove.", + "unit": "mm", + "type": "float", + "minimum_value": "0.001", + "default_value": 4, + "limit_to_extruder": "support_infill_extruder_nr", + "enabled": "support_tree_enable", + "settable_per_mesh": true + }, "support_tree_wall_thickness": { "label": "Tree Support Wall Thickness",