From 99deac28705b4055a8256e75a4880fae9bb8abaa Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 8 Sep 2015 16:25:38 +0200 Subject: [PATCH] bugfixes for skin extrusion width; feature: toggle skin_no_small_gaps_heuristic --- resources/machines/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index b1c50d1201..85f7d1b9f1 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -390,6 +390,13 @@ "default": "lines", "visible": false }, + "skin_no_small_gaps_heuristic": { + "label": "Model has 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.", + "type": "boolean", + "default": false, + "visible": false + }, "skin_alternate_rotation": { "label": "Alternate Skin Rotation", "description": "Alternate between diagonal skin fill and horizontal + vertical skin fill. Although the diagonal directions can print quicker, this option can improve on the printing quality by reducing the pillowing effect.",