Create initial receptacle design

This commit is contained in:
Nettika 2025-10-05 06:01:12 +00:00
parent 561427774a
commit 26c5a213df
3 changed files with 119 additions and 32 deletions

6
justfile Normal file
View 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