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-08-06 19:31:04 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-08-06 19:31:04 +0300
commit694d9987d3167407acb9cde6d870a857bbdf192a (patch)
treecd01f49efe3c382bb90815ffd76fd2f4ea73d7bc /resources/definitions/winbo_superhelper105.def.json
parent562be41bd09d566cb3becd6e0166dcce8f2452a0 (diff)
Correct superfluous commas,
Why does JSON not allow trailing comma's, Ugh, CURA-7279
Diffstat (limited to 'resources/definitions/winbo_superhelper105.def.json')
-rw-r--r--resources/definitions/winbo_superhelper105.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/winbo_superhelper105.def.json b/resources/definitions/winbo_superhelper105.def.json
index 7a14d672e8..055967f8ab 100644
--- a/resources/definitions/winbo_superhelper105.def.json
+++ b/resources/definitions/winbo_superhelper105.def.json
@@ -117,6 +117,6 @@
"support_interface_enable": { "value": "True" },
"support_interface_height": { "value": "0.5" },
"support_roof_pattern": { "value": "'concentric'" },
- "z_seam_type": { "value": "'shortest'" },
+ "z_seam_type": { "value": "'shortest'" }
}
}