From 560fd589e4ce4d9a376ac390fcc541f4e13a1053 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 30 Aug 2019 16:22:43 -0700 Subject: [PATCH] Add exampled fot textures on pco1881_cap() --- threading.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/threading.scad b/threading.scad index 84fbb82..d1fbec6 100644 --- a/threading.scad +++ b/threading.scad @@ -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` // Extra Anchors: // "inside-top" = Centered on the inside top of the cap. -// Example: +// Examples: // pco1881_cap(); +// pco1881_cap(texture="knurled"); +// pco1881_cap(texture="ribbed"); module pco1881_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP) { $fn = segs(33/2);