Browse Source

JSON bugfix: maker_starter had become wrong

Tim Kuipers 9 years ago
parent
commit
b785ba05ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/settings/maker_starter.json

+ 1 - 1
resources/settings/maker_starter.json

@@ -36,7 +36,7 @@
         "layer_height_0": { "default": 0.2, "visible": false },
         "wall_line_count": { "default": 2, "visible": true },
         "top_layers": { "default": 4, "visible": true },
-        "bottom_thickness": { "bottom_layers": { "default": 4, "visible": true },
+        "bottom_layers": { "default": 4, "visible": true },
         "material_print_temperature": { "visible": false },
         "material_bed_temperature": { "visible": false },
         "material_diameter": { "default": 1.75, "visible": false },