Create initial receptacle design
This commit is contained in:
parent
561427774a
commit
26c5a213df
3 changed files with 119 additions and 32 deletions
6
justfile
Normal file
6
justfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
default: (build "cartridge") (build "receptacle")
|
||||
|
||||
build target:
|
||||
echo 'use <{{target}}.scad>; $fn = 128; {{target}}();' > part.scad
|
||||
openscad -o {{target}}.stl part.scad
|
||||
rm part.scad
|
||||
Loading…
Add table
Add a link
Reference in a new issue