From e24d2d15ae2dea87154b4106fdb95118626034c4 Mon Sep 17 00:00:00 2001
From: "p.kuiper"
Date: Wed, 6 Apr 2022 13:56:28 +0200
Subject: [PATCH] Reduced horizontal expansion offset to the theoretically
correct value of 0.1*layer_height if the correction is performed on both
sides of the wall (then totals 0.2*layer_height).
Relates to PP-154
---
resources/definitions/ultimaker.def.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index b3c01fc737..41593be8c2 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -81,7 +81,7 @@
"value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
},
"xy_offset": {
- "value": "-layer_height * 0.2"
+ "value": "-layer_height * 0.1"
}
}
}