Update shapes3d.scad

This commit is contained in:
Revar Desmera 2022-01-22 19:27:22 -08:00 committed by GitHub
parent 86a7766984
commit 247a2deb99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2141,7 +2141,6 @@ module text3d(text, h=1, size=10, font="Helvetica", halign, valign, spacing=1.0,
anch.z>0? TOP :
CENTER;
m = _attach_transform(base,spin,orient,geom);
echo(anchor=anchor, anch=anch, base=base);
multmatrix(m) {
$parent_anchor = anchor;
$parent_spin = spin;