Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-11-17 16:35:16 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-11-17 16:35:29 +0300
commit71c6df8829fbf566ab2fd6d67eb1b37a55256670 (patch)
treeab4c5bd72f839744e2c68acc10b9050b17aa5bb4 /resources/definitions/maker_starter.def.json
parent291d047facd6a6e2f88d4d7c83fa7e4373b4763f (diff)
Fix capitalization in what (should) refer(s) to a key-value.
CURA-8701
Diffstat (limited to 'resources/definitions/maker_starter.def.json')
-rw-r--r--resources/definitions/maker_starter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json
index d847bd4fe5..ea849b7039 100644
--- a/resources/definitions/maker_starter.def.json
+++ b/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"