From 1d683a7a7e7bb40889bc1ee819441fbc712784d1 Mon Sep 17 00:00:00 2001 From: TheRON Date: Fri, 24 Apr 2026 12:16:05 -0400 Subject: [PATCH] initial upload --- BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BOSL2/V08APR26/SKU2689999/lib/snowmarker.scad 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); +}