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:
authorJelle Spijker <spijker.jelle@gmail.com>2021-11-17 21:49:47 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-11-17 21:50:15 +0300
commit52d639f980ced4a97dc82663f10ad60cb5bf0689 (patch)
tree1f5e508e738eaf20b54b57ad85b5f14504757088 /resources/definitions/ultimaker.def.json
parent71c6df8829fbf566ab2fd6d67eb1b37a55256670 (diff)
fixed missing , in json
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 33ef546dab..9e0182a966 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -43,7 +43,7 @@
},
"skin_angles": {
"value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
- }
+ },
"line_width": {
"value": "machine_nozzle_size"
},