diff --git a/BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad b/BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad new file mode 100644 index 0000000..9ff03e5 --- /dev/null +++ b/BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad @@ -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 + +include + +// 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); +}