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/atmat_signal_pro_base.def.json
parentf1174cb7f6f2c26bee408525bfde7cdc374a0bf5 (diff)
Remove "default_value" since the "value" overrides it
CURA-7976
Diffstat (limited to 'resources/definitions/atmat_signal_pro_base.def.json')
-rw-r--r--resources/definitions/atmat_signal_pro_base.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/atmat_signal_pro_base.def.json b/resources/definitions/atmat_signal_pro_base.def.json
index 774c179a34..947b2935e6 100644
--- a/resources/definitions/atmat_signal_pro_base.def.json
+++ b/resources/definitions/atmat_signal_pro_base.def.json
@@ -225,7 +225,7 @@
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": "130" },
"retraction_hop_enabled": { "value": "True" },
"retraction_hop": { "value": "0.5" },
- "retraction_combing": { "default_value": "noskin" },
+ "retraction_combing": { "value": "noskin" },
"retraction_combing_max_distance": { "value": "10" },
"travel_avoid_other_parts": { "value": "True" },
"travel_avoid_supports": { "value": "True" },