added esp32_stamp_positioning();

This commit is contained in:
2026-04-23 15:52:22 -04:00
parent 812e347b13
commit 92c0fb8b1e

View File

@@ -12,7 +12,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
include <pgsm_sixinch.scad> include <pgsm_sixinch.scad>
include <lib/esp32.scad>
/* /*
Sliding the stamps minus the entire length of the stamp. 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. No image published.
Not yet mapped for potential uses. 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) { module hindge_conveyor_standarSlideY(dimSlideY, drawPairs) {
minSlideX = wClosedEnd-(1.25*wd); // Minium distance for a functional print minSlideX = wClosedEnd-(1.25*wd); // Minium distance for a functional print
arrayMoveX = (2*wClosedEnd)-(2.5*wd); // moves the stamps in locked pairs 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)); centerX = 0.5*(drawPairs*arrayMoveX)+(wClosedEnd-(1.25*wd));
translate([-centerX, 0, 0]) // move back to center 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]); 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();
}