Added slider/rail anchor examples.

This commit is contained in:
Revar Desmera
2025-05-15 15:49:14 -07:00
parent 32d6527e2c
commit fe39bfc2a9

View File

@@ -35,7 +35,9 @@
// orient = Vector to rotate top towards, after spin. See [orient](attachments.scad#subsection-orient). Default: `UP`
// $slop = The printer-specific slop value to make parts fit just right.
// Example:
// slider(l=30, base=10, wall=4, $slop=0.2, spin=90);
// slider(l=30, base=10, wall=4, $slop=0.2);
// Example(VPD=190;VPR=[75,0,350]): Vertically centered anchors are aligned with the slider V tips.
// slider(l=30, base=10, wall=4) show_anchors();
function slider(l=30, w=10, h=10, base=10, wall=5, ang=30, chamfer=2, anchor=BOTTOM, spin=0, orient=UP) = no_function("slider");
module slider(l=30, w=10, h=10, base=10, wall=5, ang=30, chamfer=2, anchor=BOTTOM, spin=0, orient=UP)
{
@@ -88,6 +90,8 @@ module slider(l=30, w=10, h=10, base=10, wall=5, ang=30, chamfer=2, anchor=BOTTO
// orient = Vector to rotate top towards, after spin. See [orient](attachments.scad#subsection-orient). Default: `UP`
// Example:
// rail(l=100, w=10, h=10);
// Example(VPD=325;VPR=[80,0,25]): Anchors
// rail(l=100, w=10, h=10) show_anchors();
function rail(l=30, w=10, h=10, chamfer=1.0, ang=30, anchor=BOTTOM, spin=0, orient=UP) = no_function("rail");
module rail(l=30, w=10, h=10, chamfer=1.0, ang=30, anchor=BOTTOM, spin=0, orient=UP)
{