summaryrefslogtreecommitdiff
path: root/mixer-embedded.scad
blob: 397572fc9fc92bec0ed2827d01d7f17eafc8283b (plain)
1
2
3
4
5
6
7
8
9
10
extrusion_width=.4;

use <mixer.scad>;

the_mixer(
 pushfit_type="embedded",
 pushfit_d = 12,
 pushfit_h = 7,
 interpushfit = extrusion_width
);