Custom Stamp V1
implemented unverified
Custom stamp: a die plate carrying MIRRORED text relief (the op refuses an unmirrored die — the impression must read forwards) under a revolved grip knob. Ink pads, clay and leather take the same die at different relief depths — presets live as examples. v1 renders text from one bundled font; SVG relief waits on a path-to-polygon dependency.
Built from a real example — orbit to inspect.
Declaration example
A minimal product declaration for this archetype — exposed parameters at
their defaults. Validate and build it with
forge validate / forge build.
schema: product/v1
id: my_custom_stamp
archetype: custom_stamp_v1@1
params:
stamp_text: FORGE
die_l: 60mm
die_w: 25mm
text_size: 10mm Parameters
| parameter | type | default | range | role | |
|---|---|---|---|---|---|
stamp_textthe text the stamp prints (rendered mirrored on the die) | string | FORGE | — | functional | exposed |
die_l | length | 60mm | 20mm … 140mm | functional | exposed |
die_w | length | 25mm | 12mm … 80mm | functional | exposed |
die_t | length | 6mm | 4mm … 12mm | structural | |
corner_r | length | 4mm | 1mm … 12mm | aesthetic | |
text_size | length | 10mm | 6mm … 40mm | functional | exposed |
relief_depth | length | 1.6mm | 0.8mm … 4mm | functional | |
grip_d | length | 30mm | 18mm … 60mm | functional | |
grip_h | length | 25mm | 12mm … 60mm | functional |
Regions
-
diemounting surface
Contract
Guarantees
must-have features and invariants — verified on every build
mounting_plate_bodymirrored_stamp_dietext_size < die_w
Will refuse
explicit prohibitions — the engine refuses to build these
- none declared
Not claimed
what passing validation does not mean
- Provided “as is” under Apache-2.0 — no warranty of fitness for a particular purpose.
Built from operations
rounded_platestandoff_patterntext_emboss
Subscribed validators (7)
form.min_stroke_width_okform.stamp_mirrored_okform.holes_within_outlinetopology.text_relief_presenttopology.ribs_presenttopology.pockets_presenttopology.single_connected_solid