From The 3D Printer Brain

DupI3: FilamentSteps

Calibrating the Extruder Steps/mm or eSteps

Measure 120mm from top of extruder, using some control panel ( repetier host, s3d, mattercontrol ) extrude 100mm of filament:

Now measure the distance from the top of the extruder to the mark you had made. It should be 20mm. If its not,

new_e_steps = old_e_steps * (100 / distance_actually_moved) … or, old_e_steps * (100 / (120 - distance_to_mark))

So now that you have the correct amount of filament being fed....... mostly. Take the new_e_steps and enter that into the Ext1 Steps / mm value in the Printer EEPROM setup from the Host or via the LCD (remember to save the EEPROM if using the LCD).

Repeat the test again to make sure it works and if it is still off do the math over and enter the new value to get even closer.

Video on how to calibrate an extruder

Retrieved from http://3dprinterbrain.info/pmwiki.php/DupI3/FilamentSteps
Page last modified on January 24, 2016, at 01:22 AM