From 45143107ca3dd663f385ed5084691dd66193f568 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 11 Jun 2015 13:57:56 +0200 Subject: [PATCH] skin alternate rotation setting --- resources/settings/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index ea4c59ed7c..1565a1cc07 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -254,6 +254,13 @@ "default": "Lines", "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.", + "type": "boolean", + "default": false, + "visible": false + }, "skin_outline_count": { "label": "Skin Perimeter Line Count", "description": "Number of lines around skin regions. Using one or two skin perimeter lines can greatly improve on roofs which would start in the middle of infill cells.",