From 48afeb93b13e409161df0ec89f0ded09332a48ca Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Mon, 13 Jul 2026 22:18:22 -0400 Subject: [PATCH] doc fixes --- attachments.scad | 2 +- rounding.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attachments.scad b/attachments.scad index 01e3de47..6cc8b529 100644 --- a/attachments.scad +++ b/attachments.scad @@ -611,7 +611,7 @@ module orient(anchor, spin) { // . // Several options can adjust how the child is positioned. You can specify `inset=` to inset the // aligned object from its alignment location. If you set `inside=true` then the -// child appears inside the parent instead of on its surface so that you can use {{diff()}} to subract it. +// child appears inside the parent instead of on its surface so that you can use {{diff()}} to subtract it. // In this case the child receives a default "remove" tag. // . // The overlap option and shiftout option both move the object away from its aligned position. They diff --git a/rounding.scad b/rounding.scad index d6cea2ba..b0a14910 100644 --- a/rounding.scad +++ b/rounding.scad @@ -2348,7 +2348,7 @@ function _rp_compute_patches(top, bot, rtop, rsides, ktop, ksides, concave) = // "prismoid" = For four sided prisms only, defined standard prismsoid anchors, with RIGHT set to the face closest to the RIGHT direction. // Example: Uniformly rounded pentagonal prism // rounded_prism(pentagon(3), height=3, -// joint_top=0.5, joint_bot=0.5, joint_sides=0.5) position(FWD) cube(1); +// joint_top=0.5, joint_bot=0.5, joint_sides=0.5); // Example: Maximum possible rounding. // rounded_prism(pentagon(3), height=3, // joint_top=1.5, joint_bot=1.5, joint_sides=1.5);