Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion attachments.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rounding.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading