From a81f153d257136fc0c03c80c45e5486fbbb87956 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 30 May 2025 17:25:03 -0400 Subject: [PATCH] replace affine_skew reference with skew --- rounding.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rounding.scad b/rounding.scad index d2c71b1a..37e10ac4 100644 --- a/rounding.scad +++ b/rounding.scad @@ -2340,7 +2340,7 @@ function _rp_compute_patches(top, bot, rtop, rsides, ktop, ksides, concave) = // rounded_prism(pentagon(3), apply(rot(45),pentagon(3)), height=3, // joint_top=0.5, joint_bot=0.5, joint_sides=0.5); // Example: skew top -// rounded_prism(path3d(pentagon(3)), apply(affine3d_skew_yz(0,-20),path3d(pentagon(3),3)), +// rounded_prism(path3d(pentagon(3)), apply(skew(azy=-20),path3d(pentagon(3),3)), // joint_top=0.5, joint_bot=0.5, joint_sides=0.5); // Example: this rotation gives coplanar sides // rounded_prism(path3d(square(4)), apply(yrot(-100)*right(2),path3d(square(4),3)),