Merge pull request #11776 from Ultimaker/PP-154_adjust_horizontal_expansion

Reduced horizontal expansion offset to the theoretically correct valu…
This commit is contained in:
Jaime van Kessel 2022-04-07 10:49:39 +02:00 committed by GitHub
commit 0cb5a147ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}