mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Add exampled fot textures on pco1881_cap()
This commit is contained in:
parent
cb398bd7ff
commit
560fd589e4
1 changed files with 3 additions and 1 deletions
|
@ -991,8 +991,10 @@ module pco1881_neck(wall=2, anchor="support-ring", spin=0, orient=UP)
|
||||||
// orient = Vector to rotate top towards, after spin. See [orient](attachments.scad#orient). Default: `UP`
|
// orient = Vector to rotate top towards, after spin. See [orient](attachments.scad#orient). Default: `UP`
|
||||||
// Extra Anchors:
|
// Extra Anchors:
|
||||||
// "inside-top" = Centered on the inside top of the cap.
|
// "inside-top" = Centered on the inside top of the cap.
|
||||||
// Example:
|
// Examples:
|
||||||
// pco1881_cap();
|
// pco1881_cap();
|
||||||
|
// pco1881_cap(texture="knurled");
|
||||||
|
// pco1881_cap(texture="ribbed");
|
||||||
module pco1881_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP)
|
module pco1881_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP)
|
||||||
{
|
{
|
||||||
$fn = segs(33/2);
|
$fn = segs(33/2);
|
||||||
|
|
Loading…
Reference in a new issue