Machine Tests

Extruder Calibration

3D printer extruder depositing material

Calibrating the extruder is a crucial aspect of 3D printing with filament (FDM or FFF). If the extruder distributes too little material, the object will have holes or walls that are too delicate. On the other hand, if it dispenses too much material, it will create an issue called over-extrusion which will leave the piece with globs and strings, aka "Stringing".

The purpose of this calibration is to ensure correct material deposition during 3D printing.

Materials and tools required

To perform this operation you will need:

  • Your usual slicer
  • A rigid filament
  • Calliper or ruler (measuring tool)
  • A permanent marker

Procedure

Step 1

The first thing to do is to load the filament into the printer as usual. If you already have rigid material loaded in your machine just preheat the extruder.

Step 2

Connect your printer to your computer via USB or WiFi to be able to send G-code commands. If your slicer does not allow this option, download and install Pronterface to do this operation.

Step 3

With the help of the gauge and the marker pen, measure and mark the filament 110mm from the extruder inlet. Then send the following command from the computer: G1 E100 F100
This command orders 100mm of material to be extruded at a conservative speed to avoid any interference caused by filament tension or pressure on the hotend.

Step 4

Measure from the mark to the extruder inlet area and write down the value given. If this value is 10mm, the extruder is well calibrated. But if it is different, we must recalculate the steps per millimetre of the extruder.

To obtain the current number of steps per millimetre, send the command M503 and the printer will return a series of values. Among all these, you have to locate where it says M92 and then the number that accompanies E-value (normally at the end of this line). This number is the steps per millimetre.

Step 5

To calculate the new value of steps per millimetre, we have to find out how much material has actually been extruded. To do this, we subtract the measurement, we made with the calliper from 110mm.
Using the following formula we will get the exact value for the extruder pitches per millimetre:

equation steps per millimetre

Step 6

All that remains to be done now is to enter this new value in our printer. To do so, send the following command: "M92 value" (replacing value by the value obtained). Next, send the M500 command to store this value in the memory of our printer.

To check that everything has been saved correctly, turn off the printer and check again with the "M503" command to see if the new steps per millimetre have been saved correctly.

Step 7

Go back to step 3 and perform this calibration again to check that it has been done properly.

Reading next

3D printed retraction test part