readme
This commit is contained in:
parent
ddc7e4f6ce
commit
377a4a405c
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue