fix example

This commit is contained in:
Adrian Mariano 2025-11-09 19:55:20 -05:00
parent 87ebecc4fc
commit 0deea857d7

View file

@ -4947,7 +4947,8 @@ module prism_connector(profile, desc1, anchor1, desc2, anchor2, shift1, shift2,
// Example(3D): Attaching to sphere with scaling of the prism
// sphere(d=20)
// attach_prism(circle(r=4,$fn=64), RIGHT+TOP+FWD, fillet=2, rounding=1.5, l=7, scale=.5);
// Example(3D): Attaching to an extrusion. Here we used a rounded rectangle and resample it to ensure enough points to match the curve of the ellipse.
// Example(3D): Attaching to an extrusion. Here we used a rounded rectangle and resample it to ensure enough points to match the curve of the ellipse.
// $fn=128;
// rr = subdivide_path(rect(7,rounding=2), maxlen=.5);
// linear_sweep(ellipse([15,7]),h=19)
// attach_prism(rr, [.5,-1], fillet=2, rounding=1.5, length=7);