From 1145641a784cbbf99f42ba30083ecbfdb2892788 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Wed, 30 Apr 2025 20:46:40 -0400 Subject: [PATCH] anchor fix --- shapes3d.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes3d.scad b/shapes3d.scad index 5cf3e0dd..ef9c4b37 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -1287,10 +1287,10 @@ module textured_tile( tex_skip=0, style="min_edge", atype="tex", - anchor=CENTER, spin=0, orient=UP + anchor, spin=0, orient=UP ) { - + anchor = default(anchor, atype=="tex" ? BOTTOM : CENTER); vnf_data = textured_tile(size=size, ysize=ysize, height=height, w1=w1, w2=w2, ang=ang, h=h, shift=shift, texture=texture, tex_size=tex_size, tex_reps=tex_reps,tex_extra=tex_extra,