Reverted X^Y syntax to pow(X,Y)

This commit is contained in:
Garth Minette
2022-01-21 17:23:15 -08:00
parent 3cbcce51a5
commit 535fea37e5
3 changed files with 12 additions and 13 deletions

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;