initial upload
This commit is contained in:
24
BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad
Normal file
24
BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
/* 79-character width
|
||||||
|
012345678.012345678.012345678.012345678.012345678.012345678.012345678.012345678
|
||||||
|
*/
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
// LibFile: snowmarker.scad
|
||||||
|
// FileGroup: FIBERGLASS
|
||||||
|
// FileSummary: Shaped stock COTS made from fiberglass
|
||||||
|
//
|
||||||
|
// DETAILS:
|
||||||
|
// Cheap rods are flaking, must be handled outside in gloves!
|
||||||
|
// Todo: NONE
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
include <BOSL2/std.scad>
|
||||||
|
|
||||||
|
include <params.scad>
|
||||||
|
|
||||||
|
// Snow marker 3/8"
|
||||||
|
/*
|
||||||
|
snowMarkerAND = 9.525; // Stock type A, Nominal Dia
|
||||||
|
*/
|
||||||
|
*rawRod(adjDia=snowMarkerAND, cutLen=100);
|
||||||
|
module rawRod(adjDia, cutLen) {
|
||||||
|
ycyl(l=cutLen, d=snowMarkerAND);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user