MiniExtruder
56
Likes
2233
Downloads
3255
Views
Published on January 24, 2013
Derived from
RepRapPro Mendel
by adrian-bowyer
Description
A very small extruder, ideal for multi-color or multi-material 3D-printers.
The design is derivated from the multi-material-extruder from RepRapPro.
The design is derivated from the multi-material-extruder from RepRapPro.
Instructions
The original design of this extruder comes from Adrian Bowyer (first seen on vimeo vimeo.com/54462325), I have just slightly modified it. The extruder body is modified to use a tongue to hold the bowden tube - so eMaker-Huxley and RepRapPro hot-ends should fit without problems (and without any adaptions). The second change to the original design is the screw hole for the idler (idler screw only can be removed, if the stepper motor is dismounted). And I have made a change to the grub hole in the small gear to make the nut retainer a little stronger. If you want to have a look to the original files please visit: github.com/reprappro/Mendel.
Update V2 (3 Feb 2013): assembly instruction added; V2-extruder-block added (moved filament-drive-axis 0.5mm for better fit of hobbed bolt; larger hole for idler screw); deeper hole for motor flange (better motor fitting if your printed bridges are not perfect).
Update (24 March 2013): OpenSCAD sources added (they are not really nice - but better than nothing)
Watch this extruder in action: YouTube ( youtube.com/user/3DAndyAustria ) – there you can find an assembly instruction video also.
Some pictures of the mounted extruder could be found on Flickr ( flickr.com/3d_andy ) - there you can see also the mounting kits for M8 or M6 threaded rods (and of course assembly pictures).
Needed parts to build one extruder-drive:
- 1 of each: extruder-body.stl, small-gear.stl, large-gear.stl, tongue.stl
- 1 M3x5 set screw
- 1 M3x12 bolts
- 2 M3x16 bolts
- 2 M3x30 bolts
- 4 M3 washers
- 4 M3 nuts
- 1 M3 nylock nut
- 3 623ZZ bearings
- 1 hobbed bolt (need one? Find me on eMAKERshop ( emakershop.com/Seller=2273 ) or write a private message on thingiverse)
For mounting the extruder to the top of a Mendel/Prusa (with M8 rods) you will need:
- 2 mendel-mount-front.stl
- 1 mendel-mount-rear.stl
- 3 M3 nuts
- 1 M3x16 bolt
- 2 M3x25 bolts
For mounting the extruder to M6 rods you will need:
- 2 huxley-mount.stl
- 2 M3 nuts
- 2 M3x20 bolts
Good luck!
Update V2 (3 Feb 2013): assembly instruction added; V2-extruder-block added (moved filament-drive-axis 0.5mm for better fit of hobbed bolt; larger hole for idler screw); deeper hole for motor flange (better motor fitting if your printed bridges are not perfect).
Update (24 March 2013): OpenSCAD sources added (they are not really nice - but better than nothing)
Watch this extruder in action: YouTube ( youtube.com/user/3DAndyAustria ) – there you can find an assembly instruction video also.
Some pictures of the mounted extruder could be found on Flickr ( flickr.com/3d_andy ) - there you can see also the mounting kits for M8 or M6 threaded rods (and of course assembly pictures).
Needed parts to build one extruder-drive:
- 1 of each: extruder-body.stl, small-gear.stl, large-gear.stl, tongue.stl
- 1 M3x5 set screw
- 1 M3x12 bolts
- 2 M3x16 bolts
- 2 M3x30 bolts
- 4 M3 washers
- 4 M3 nuts
- 1 M3 nylock nut
- 3 623ZZ bearings
- 1 hobbed bolt (need one? Find me on eMAKERshop ( emakershop.com/Seller=2273 ) or write a private message on thingiverse)
For mounting the extruder to the top of a Mendel/Prusa (with M8 rods) you will need:
- 2 mendel-mount-front.stl
- 1 mendel-mount-rear.stl
- 3 M3 nuts
- 1 M3x16 bolt
- 2 M3x25 bolts
For mounting the extruder to M6 rods you will need:
- 2 huxley-mount.stl
- 2 M3 nuts
- 2 M3x20 bolts
Good luck!
You must be logged in to post a comment.
thantik
on
April 2, 2013
said:
Thank you for posting this. The inner-toothed gear idea is fantastic, allowing for a higher gear ratio in a small space. I'm currently working on a NEMA 17 derivative.
watsdesign
on
January 25, 2013
said:
ah thanks for having exported it ! I tried too but failed even with the missing library


I like it, but some notes about coding:
You know instead of making comments `//This is thing` you can just make a module and say `translate(to_position) thing();` Also `for`can save a dozen lines in some places. For instance where it says //XXX anders:
translate([0,-2.5,2.6/2]) for( y=[0,5,-5,10] ) /// XXX ANDERS!!!
translate([0,y]) difference() {
cube([20,3,2.6], center=true); /// XXX ANDERS!!!
cube([19.2,2,2.6], center=true); /// XXX ANDERS!!!
}
That said, the code for the original you started from is far from perfect. (Not that i expect perfection :), neither are mine)
Oh, if happen to want it cleaned, I already have done it a bunch, I can post it somewhere if you wish. I want to make the E-motor easily removable and add the ability to configure it for the hobbled bolt. http://reprapworld.com/?produc...
Of course that'd lower the gear speed ratio, by about a factor two, if the servo is not ok with that.. hmm i have a problem. (maybe a need to start from scratch problem)
Thanks, if you wish I can publish your cleaned code here (I wrote you a PM).
The support thing is for the idler-bearing-hole (to create a nice rectangle to fit the idler bearing).