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:
authorKonstantinos Karmas <konskarm@gmail.com>2021-09-28 16:38:39 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-09-28 16:38:39 +0300
commite1b56f918810c8863c88189ec858e665bda09f0d (patch)
tree30def944eeedd6b940813795e1046b3c9f408a28 /resources/definitions/liquid.def.json
parentf1174cb7f6f2c26bee408525bfde7cdc374a0bf5 (diff)
Remove "default_value" since the "value" overrides it
CURA-7976
Diffstat (limited to 'resources/definitions/liquid.def.json')
-rw-r--r--resources/definitions/liquid.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/liquid.def.json b/resources/definitions/liquid.def.json
index 744cbb9f3c..c25aa81a93 100644
--- a/resources/definitions/liquid.def.json
+++ b/resources/definitions/liquid.def.json
@@ -172,7 +172,7 @@
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 100" },
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
"optimize_wall_printing_order": { "value": "True" },
- "retraction_combing": { "default_value": "all" },
+ "retraction_combing": { "value": "all" },
"initial_layer_line_width_factor": { "value": "120" },
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
}