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-08-24 17:51:47 +0300
committerJaime van Kessel <nallath@gmail.com>2022-08-24 17:51:47 +0300
commit03c88c18e6523ad370f094730d43f85e90d3a390 (patch)
tree9c02c6ecd21bee039d19087922ebabc6f849ed58
parent2ffd5b47bb6c1ce5c01dcdd7bdb747e7af834ec9 (diff)
Bump up the maximum_extrusion_area_deviation
CURA-9524 Fixes #12828
-rw-r--r--resources/definitions/fdmprinter.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index ce641cf032..4a40d1855a 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -6442,10 +6442,10 @@
"description": "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller.",
"type": "float",
"unit": "μm²",
- "default_value": 2000,
+ "default_value": 50000,
"minimum_value": "0",
"minimum_value_warning": "500",
- "maximum_value_warning": "50000",
+ "maximum_value_warning": "100000",
"settable_per_mesh": true
}
}