Browse Source

Adds a setting to select skin pattern for first layer

14bitVoid 8 years ago
parent
commit
8ee6b89a56
1 changed files with 14 additions and 0 deletions
  1. 14 0
      resources/definitions/fdmprinter.def.json

+ 14 - 0
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",