mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
fix mis-alignment
This commit is contained in:
parent
98acfc9ead
commit
fd4a76bce0
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue