←back to thread

97 points surprisetalk | 1 comments | | HN request time: 0s | source
Show context
mikepurvis ◴[] No.45309951[source]
It would be interesting to try to have actual registration so that the embossed design can interact with the printed copy rather that just being an arbitrary background decoration.
replies(3): >>45310305 #>>45310456 #>>45310793 #
ugh123 ◴[] No.45310305[source]
The way I understand your comment is you could have a scene or objects printed on a card, then line up an embossed design over the print to create depth or imprint specific areas of the print creating various effects. That would be interesting
replies(1): >>45311008 #
em-bee ◴[] No.45311008[source]
also a tool that generates the emboss pattern based on the design of the card. so that for example a logo on the card gets embossed.
replies(2): >>45311263 #>>45311964 #
1. ginko ◴[] No.45311964[source]
I think it should be relatively straightforward to set up something like that with build123d[1]. You can load the emboss pattern from an SVG and project it on the surface of a cylinder with `project_faces()`[2]. Some positive/negative extrusion and some added keyholes and you're done.

[1] https://build123d.readthedocs.io/en/latest/index.html

[2] https://build123d.readthedocs.io/en/latest/direct_api_refere...