fix mis-alignment

This commit is contained in:
Bernhard 2023-03-20 08:57:16 +01:00
parent 98acfc9ead
commit fd4a76bce0

View file

@ -90,8 +90,7 @@ with BuildSketch() as build:
Add(build_text.sketch)
# add the customizable text to the build text sketch
with Locations(
(l1 @ 1 + l2 @ 1) / 2
- Vector((cust_vertices[-1].X + cust_vertices[0].X - 1.2), 1.4)
(l1 @ 1 + l2 @ 1) / 2 - Vector((cust_vertices[-1].X + cust_vertices[0].X), 1.4)
):
Add(cust_text.sketch)