author | Michael Krelin <hacker@klever.net> | 2017-12-05 21:41:01 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2017-12-05 21:41:01 (UTC) |
commit | 98f9a2d2169059542f92d6546f9979664b805788 (patch) (side-by-side diff) | |
tree | adb9aa215dd6806deca1c7fdb534fd7b6173c104 /mixer-embeddest.scad | |
parent | 5539359e3a7a4437e043854865fc254209d1cb86 (diff) | |
download | extrudery-98f9a2d2169059542f92d6546f9979664b805788.zip extrudery-98f9a2d2169059542f92d6546f9979664b805788.tar.gz extrudery-98f9a2d2169059542f92d6546f9979664b805788.tar.bz2 |
the embeddest material switch
-rw-r--r-- | mixer-embeddest.scad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mixer-embeddest.scad b/mixer-embeddest.scad new file mode 100644 index 0000000..576be47 --- a/dev/null +++ b/mixer-embeddest.scad @@ -0,0 +1,10 @@ +extrusion_width=.5; + +use <mixer.scad>; + +the_mixer( + pushfit_type="embeddest", + pushfit_d = 8, + pushfit_h = 7, + interpushfit = extrusion_width +); |