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