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-03-25 16:41:56 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-25 16:41:56 +0300
commitefdb60e1535d26c2b246174c9f6dff1aeb267cf3 (patch)
tree2bfed7ee87951e797e386611c041c25f7fa30898
parent835bdf8a0827d383e69e5682388cd3ef0a540f5d (diff)
Remove area_deviation from ultimaker.def.json
CURA-9036
-rw-r--r--resources/definitions/ultimaker.def.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index d062a043f3..978deeb7f4 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -62,9 +62,6 @@
"speed_equalize_flow_width_factor": {
"value": "110.0"
},
- "meshfix_maximum_extrusion_area_deviation": {
- "value": "50000"
- },
"top_layers": {
"value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))"
},