mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 11:51:52 +02:00
Docs cleanup for common.scad
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user