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