From 4501ec98b7045a799a42e3b531a7f56256aea9e7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 30 Mar 2016 18:42:49 +0200 Subject: [PATCH] JSON: reintroduced moved skin_no_small_gaps_heuristic (CURA-1309) Changes made by Jeroen to setting which changed order --- resources/machines/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index caf94c1572..5ebb3fe342 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -498,6 +498,13 @@ "default": "lines", "visible": false }, + "skin_no_small_gaps_heuristic": { + "label": "Ignore small Z gaps", + "description": "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such a case set this setting to false.", + "type": "boolean", + "default": true, + "visible": false + }, "skin_alternate_rotation": { "label": "Alternate Skin Rotation", "description": "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions.",