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-10-21 18:11:52 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-10-21 18:13:25 +0300
commit3abbcc99c07b3b434a95183968e2b2e1cf7664ab (patch)
treeed5804ee0a83e012321bcbe638b49f414af760a2 /resources/definitions/cubicon_common.def.json
parent74c432428b21bd220ca468632c3c3929673d7f94 (diff)
fixed top bottom pattern zigzag in profiles
The enum value should be placed in single quotes in double quotes
Diffstat (limited to 'resources/definitions/cubicon_common.def.json')
-rw-r--r--resources/definitions/cubicon_common.def.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/definitions/cubicon_common.def.json b/resources/definitions/cubicon_common.def.json
index f700df7ae6..3bff01bf9b 100644
--- a/resources/definitions/cubicon_common.def.json
+++ b/resources/definitions/cubicon_common.def.json
@@ -45,8 +45,8 @@
"wall_thickness": { "value": "1.2" },
"cool_min_layer_time_fan_speed_max": { "default_value": 15 },
"cool_min_layer_time": { "default_value": 15 },
- "support_interface_pattern": { "default_value": "zigzag" },
- "support_pattern": { "default_value": "zigzag" },
+ "support_interface_pattern": { "default_value": "'zigzag'" },
+ "support_pattern": { "default_value": "'zigzag'" },
"retraction_amount": { "default_value": 1.5 }
}
-} \ No newline at end of file
+}