Switching between extruders

Slicer Modifications - SuperSlicer.

Printer Settings

  1. Name your extruders in the slicer similar to Klipper; extruder, extruder1, etc.


  2. Modify custom start g-code to include: ACTIVATE_EXTRUDER EXTRUDER=[tool_name] This will make sure that you have the correct stepper extruder chosen when printing starts. [tool_name] is linked to #1 above.

  3. Check-box for Single Extruder Multi Material. This will remove the T# in the M104 commands.

The above works in SuperSlicer with Klipper G-Code flavor. Using Prusa Slicer/Slic3r or SuperSlicer with other G-Code flavors will probably need additional tweaks like:
[tool_name] being 0, 1, 2, etc., and the Start G-Code being changed to T[tool_name] instead of ACTIVATE_EXTRUDER EXTRUDER=[tool_name]

1 Like