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:
authorJaime van Kessel <nallath@gmail.com>2022-07-08 10:55:11 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-08 10:55:11 +0300
commitafed96187c8debf72876e1218f6e965a9bc49ec1 (patch)
treeb8362bdabba0a05a6ed3ac62e26776d334e4b30b /resources/definitions/Mark2_for_Ultimaker2.def.json
parent9c0671f2a71421f1d11105127ebbab4857a860c5 (diff)
Change default_value to value
Diffstat (limited to 'resources/definitions/Mark2_for_Ultimaker2.def.json')
-rw-r--r--resources/definitions/Mark2_for_Ultimaker2.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/Mark2_for_Ultimaker2.def.json b/resources/definitions/Mark2_for_Ultimaker2.def.json
index b23b4d0035..6ecc6bbda3 100644
--- a/resources/definitions/Mark2_for_Ultimaker2.def.json
+++ b/resources/definitions/Mark2_for_Ultimaker2.def.json
@@ -159,7 +159,7 @@
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
"jerk_enabled": { "value": true },
- "jerk_print": { "value": 12 },
+ "jerk_print": {"value": 12 },
"jerk_travel":
{
"value": "jerk_print if magic_spiralize else 20"