diff --git a/calibration.html b/calibration.html index 861d1f9..cfea13e 100644 --- a/calibration.html +++ b/calibration.html @@ -404,6 +404,7 @@ M84 ; disable motors
By default, Marlin expects the e-steps for each of your extruders to be the same. To work around this, you must compile with DISTINCT_E_FACTORS uncommented/enabled in configuration.h:
You will then be able to enter a unique M92 value for each extruder.
+If recompiling the firmware is not an option. The M92 command for each extruder can be inserted into the slicer 'tool change' section. This way the correct e-steps will be set just before extrusion for that tool takes place.