656 B
656 B
deckbox
These are the 3d printed parts for a simple Magic The Gathering deckbox. The box is made out of plywood, rocketsticks and 3d printed corner pieces. The lid is held on by magnets.
This programm first generates an openscad file which is then automatically opened and can be exported to other formats. It only works whenn openscad is installed as a flatpak, alternatively tweak "src/rcad/mod.rs".
why?
- because i like runtime variables
- because openscad doesn't support extruding just the stroke as an svg, so this lets me add some automativ preprocessing of svgs via inkscape, see 'path(path: &Vec, stroke: Option) -> String'