added strap_stamp_positioning()

This commit is contained in:
2026-04-24 10:57:55 -04:00
parent f50190e723
commit 478c1be44b

View File

@@ -13,6 +13,8 @@
include <pgsm_sixinch.scad>
include <lib/esp32.scad>
include <lib/strapping.scad>
/*
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);
}