From 3c4c91947e4eed82babe58550316789ffcde2444 Mon Sep 17 00:00:00 2001
From: "p.kuiper"
Date: Fri, 7 Jan 2022 12:26:22 +0100
Subject: [PATCH] Set the default value of the Maximum Extrusion Area Deviation
to 50.000um2 and remove the warning levels.
Relates to PP-45
---
resources/definitions/fdmprinter.def.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 3ef51c5a46..e12c5a8056 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -6339,10 +6339,8 @@
"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",
"settable_per_mesh": true
}
}