This commit is contained in:
qwertzuiopy 2025-04-07 23:04:19 +02:00
parent ddc7e4f6ce
commit 377a4a405c

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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?
1. because i like runtime variables
2. 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<Path>, stroke: Option<f32>) -> String'