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-04-07 11:49:39 +0300
committerGitHub <noreply@github.com>2022-04-07 11:49:39 +0300
commit0cb5a147ed5243fc87b483c34b6a0079c0064eea (patch)
tree6bc5269e96398d6d7c8246618a7681c9d4c22269
parent0a8ef5162e1261ab839531bd4804c0c8eeaaf52f (diff)
parente24d2d15ae2dea87154b4106fdb95118626034c4 (diff)
Merge pull request #11776 from Ultimaker/PP-154_adjust_horizontal_expansion
Reduced horizontal expansion offset to the theoretically correct valu…
-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"
}
}
}