summaryrefslogtreecommitdiff
path: root/mixer-embeddest-narrow.scad
Unidiff
Diffstat (limited to 'mixer-embeddest-narrow.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--mixer-embeddest-narrow.scad11
1 files changed, 11 insertions, 0 deletions
diff --git a/mixer-embeddest-narrow.scad b/mixer-embeddest-narrow.scad
new file mode 100644
index 0000000..f8cdb10
--- a/dev/null
+++ b/mixer-embeddest-narrow.scad
@@ -0,0 +1,11 @@
1extrusion_width=.5;
2
3use <mixer.scad>;
4
5the_mixer(
6 pushfit_type="embeddest",
7 pushfit_d = 8,
8 pushfit_h = 7,
9 interpushfit = extrusion_width,
10 joint="narrow"
11);