This is an old revision of the document!
From the following page, an upgrade kit is offered, mainly containing a filament extruder motor with a gear reduction. The gear reduction would give the extruder more force to push the filament in.
The following information I was able to find:
Extruder Frame Specifications:
After following the extruder intake calibration procedure it was observed that instead of 100mm the intake was only 25mm, So this resulted into the following DEFAULT_AXIS_STEPS_PER_UNIT in Configuration.h:
//Old value: #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 185.20 } #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, E779.80 }
And after performing a second calibration, a distance from 19.9mm was measured, resulting in the following:
//Old value: #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 185.20 } #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, E780.58 }
With using the following test file:
We were able to compare the print result with the original extruder motor and the Redrex gear reduction extruder motor (Bowden-type):
The main differences are that the stringing/oozing plastic is much less with the Redrex gear reduction extruder motor.
If other problems appear with filament not being able to pushed in, also the Zeelo dual drive extruder/motor could be a solution.