From e5896d5764df7b84c03c7fad0a11b0968acec1d6 Mon Sep 17 00:00:00 2001 From: TheRON Date: Wed, 22 Apr 2026 14:03:03 -0400 Subject: [PATCH] initial upload --- .../V08APR26/SKU2689999/asm_proto_0001a.scad | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad diff --git a/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad new file mode 100644 index 0000000..ff9a487 --- /dev/null +++ b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad @@ -0,0 +1,37 @@ +/* 79-character width +012345678.012345678.012345678.012345678.012345678.012345678.012345678.012345678 +*/ +/////////////////////////////////////////////////////////////////////////////// +// LibFile: asm_proto_0001a.scad +// FileGroup: SKU2689999 +// FileSummary: The metal wire stacking and placement of an array +// +// DETAILS: +// The potetial is a conveyor belt - or a catepillar track +// Todo: NONE +/////////////////////////////////////////////////////////////////////////////// + +include + + +/* +Sliding the stamps minus the entire length of the stamp. +No image published. +Not yet mapped for potential uses. +-------------------------------------------------------------------------- */ +*hinged_conveyor_stacked(linkCount=1, slideY=(-wMidHeight), stackZ = wd); + +/* +The COTS wire is not flat, so a 3*wd reduction is more accurate +No image pulished. +Not yet mapped for potential uses. +-------------------------------------------------------------------------- */ +arcCompensate = 3*wd; +hinged_conveyor_stacked(linkCount=1, slideY=(-(wMidHeight-arcCompensate)), stackZ = wd); + + +/* +Single-pivot hinge, the two wires are in contact. Bent wires will cause tension. +No image published. +Not yet mapped for potential uses. +-------------------------------------------------------------------------- */ \ No newline at end of file