diff --git a/calibration.html b/calibration.html index ee85cb3..b82c83c 100644 --- a/calibration.html +++ b/calibration.html @@ -380,6 +380,12 @@
M500

Special note: Prusa has disabled M500 saving to EEPROM on some printers (eg. Mini). In these cases the above M92 gcode must be added to the start gcode in your slicer to be read before every print.

You can also use the Configuration menu on the LCD to make this change, but with a large change (eg. switch to geared extruder) it may take considerable time to turn the knob enough to reach the desired value. Don't forget to Store Settings to save to EEPROM.

+
+
Special note for dual/multi extrusion
+

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.

+
diff --git a/img/distinct-e-factors.jpg b/img/distinct-e-factors.jpg new file mode 100644 index 0000000..18e0494 Binary files /dev/null and b/img/distinct-e-factors.jpg differ