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/tizyx_evy.def.json
parentf1174cb7f6f2c26bee408525bfde7cdc374a0bf5 (diff)
Remove "default_value" since the "value" overrides it
CURA-7976
Diffstat (limited to 'resources/definitions/tizyx_evy.def.json')
-rw-r--r--resources/definitions/tizyx_evy.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/tizyx_evy.def.json b/resources/definitions/tizyx_evy.def.json
index 7776007f41..1113d3b3e2 100644
--- a/resources/definitions/tizyx_evy.def.json
+++ b/resources/definitions/tizyx_evy.def.json
@@ -70,6 +70,6 @@
"z_seam_type": {"default_value": "back"},
"z_seam_x": {"value": "127.5"},
"z_seam_y": {"value": "250"},
- "retraction_combing": {"default_value": "off"}
+ "retraction_combing": {"value": "off"}
}
}