Docs cleanup for common.scad

This commit is contained in:
Garth Minette
2021-01-28 16:59:46 -08:00
parent 1ce59caa57
commit a13a09db8d
5 changed files with 257 additions and 134 deletions

View File

@@ -131,6 +131,9 @@ module pco1810_neck(wall=2, anchor="support-ring", spin=0, orient=UP)
}
}
function pco1810_neck(wall=2, anchor="support-ring", spin=0, orient=UP) =
no_function("pco1810_neck");
// Module: pco1810_cap()
// Usage:
@@ -195,6 +198,10 @@ module pco1810_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP)
}
}
function pco1810_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP) =
no_function("pco1810_cap");
// Section: PCO-1881 Bottle Threading
@@ -316,6 +323,9 @@ module pco1881_neck(wall=2, anchor="support-ring", spin=0, orient=UP)
}
}
function pco1881_neck(wall=2, anchor="support-ring", spin=0, orient=UP) =
no_function("pco1881_neck");
// Module: pco1881_cap()
// Usage:
@@ -372,6 +382,9 @@ module pco1881_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP)
}
}
function pco1881_cap(wall=2, texture="none", anchor=BOTTOM, spin=0, orient=UP) =
no_function("pco1881_cap");
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap