diff --git a/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad index 21962b9..e1d8870 100644 --- a/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad +++ b/BOSL2/V08APR26/SKU2689999/asm_proto_0001a.scad @@ -12,7 +12,7 @@ /////////////////////////////////////////////////////////////////////////////// include - +include /* Sliding the stamps minus the entire length of the stamp. @@ -35,12 +35,11 @@ The arcCompenstate param could present the 'standard' slide recipes No image published. Not yet mapped for potential uses. -------------------------------------------------------------------------- */ -hindge_conveyor_standarSlideY(dimSlideY=8, drawPairs=3); +*hindge_conveyor_standarSlideY(dimSlideY=8, drawPairs=3); module hindge_conveyor_standarSlideY(dimSlideY, drawPairs) { minSlideX = wClosedEnd-(1.25*wd); // Minium distance for a functional print arrayMoveX = (2*wClosedEnd)-(2.5*wd); // moves the stamps in locked pairs -//centerX = ((0.5*drawPairs)*arrayMoveX)-(wClosedEnd-(1.25*wd)); centerX = 0.5*(drawPairs*arrayMoveX)+(wClosedEnd-(1.25*wd)); translate([-centerX, 0, 0]) // move back to center @@ -48,3 +47,15 @@ translate([-centerX, 0, 0]) // move back to center hinged_conveyor_sided(slideX=minSlideX, slideY=dimSegmentY[dimSlideY]); } } + + +/* +Initial positioning of the ESP-32-S3 with the garden stamp enclosure +No image published. +Not yet mapped for potential uses. +-------------------------------------------------------------------------- */ +esp32_stamp_positioning(); +module esp32_stamp_positioning() { + esp32_VendorA(); + garden_staple(); +}