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:
authorp.kuiper <p.kuiper@ultimaker.com>2022-04-06 14:56:28 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-04-06 14:56:28 +0300
commite24d2d15ae2dea87154b4106fdb95118626034c4 (patch)
tree5206a78beea1b0327b5fe392f2e8b374e9891f35 /resources/definitions/ultimaker.def.json
parent2d1b9c54097557ee2b56bd8522ced863c3d813dd (diff)
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
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}
}