From 8ee6b89a568dc872a4255c28edb6075d1852a5ed Mon Sep 17 00:00:00 2001 From: 14bitVoid <14bitvoid@protonmail.com> Date: Mon, 2 Jan 2017 22:54:53 +0100 Subject: [PATCH] Adds a setting to select skin pattern for first layer --- resources/definitions/fdmprinter.def.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 173f4bbfe5..7a3efd67c9 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -890,6 +890,20 @@ "default_value": "lines", "settable_per_mesh": true }, + "top_bottom_pattern_0": + { + "label": "Bottom Pattern Initial Layer", + "description": "The pattern on the bottom of the print on the first layer.", + "type": "enum", + "options": + { + "lines": "Lines", + "concentric": "Concentric", + "zigzag": "Zig Zag" + }, + "default_value": "lines", + "settable_per_mesh": true + }, "wall_0_inset": { "label": "Outer Wall Inset",