From 478c1be44b370c2ff0a73776fe0892a6de6f6444 Mon Sep 17 00:00:00 2001 From: TheRON Date: Fri, 24 Apr 2026 10:57:55 -0400 Subject: [PATCH] added strap_stamp_positioning() --- BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad index e1d8870..e08eaa9 100644 --- a/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad +++ b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad @@ -13,6 +13,8 @@ include include +include + /* Sliding the stamps minus the entire length of the stamp. @@ -54,8 +56,20 @@ Initial positioning of the ESP-32-S3 with the garden stamp enclosure No image published. Not yet mapped for potential uses. -------------------------------------------------------------------------- */ -esp32_stamp_positioning(); +*esp32_stamp_positioning(); module esp32_stamp_positioning() { esp32_VendorA(); garden_staple(); } + + +/* +Initial placement in a proposed conveyor segment +No image published. +Not yet mapped for potential uses. +-------------------------------------------------------------------------- */ +strap_stamp_positioning(strapLen=100, slideIDX=8, wirePairs=1); +module strap_stamp_positioning(strapLen, slideIDX, wirePairs) { + rotate([0, 90, 0]) raw_strap(adjWidth = S1655NW, adjLength = strapLen, adjThickness = S1655NT); + hindge_conveyor_standarSlideY(dimSlideY=slideIDX, drawPairs=wirePairs); +} \ No newline at end of file