Browse Source

Fix capitalization in what (should) refer(s) to a key-value.

CURA-8701
Remco Burema 3 years ago
parent
commit
71c6df8829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/maker_starter.def.json

+ 1 - 1
resources/definitions/maker_starter.def.json

@@ -78,7 +78,7 @@
             "default_value": 0.2
         },
         "support_pattern": {
-            "default_value": "ZigZag"
+            "default_value": "zigzag"
         },
         "support_infill_rate": {
             "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15"