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 15:53:28 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-25 15:53:28 +0300
commit835bdf8a0827d383e69e5682388cd3ef0a540f5d (patch)
tree1ba3b2a160a6ffad9120d677ec2bf9a496a282bc /resources/definitions/fdmprinter.def.json
parent894615914a534ee47de85e4c71e1b64cd6f2d9ca (diff)
parent5ea08ad66eec4eab91c2f75f4c9ea80921b026a0 (diff)
Merge branch 'CURA-9036_fix_average_width_simplify' of github.com:Ultimaker/Cura
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index bdef9e8b14..b76120834d 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -6451,8 +6451,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": 50000,
+ "default_value": 2000,
"minimum_value": "0",
+ "minimum_value_warning": "500",
+ "maximum_value_warning": "50000",
"settable_per_mesh": true
}
}