This page is under construction and may not have complete or up-to-date information.
Description
Extruder settings.
An extruder is a combination of one or more motors and heaters that push molten plastic to build objects.
Total number of extruders.
The number of addressable extruder tools that can be selected with T0
, T1
, etc.
Example
Default nominal filament diameter
The expected filament diameter (1.75, 2.85, 3.0, …). Used for Volumetric, Filament Width Sensor, etc.
Example
Single nozzle with multiple steppers.
Enable this option for a Cyclops extruder or any “multi-extruder” that shares a single nozzle. This option may be enabled automatically for certain types of extruder.
Single nozzle standby temperature.
Save and restore the nozzle temperature when doing a tool-change. Set standby temperature for the unselected tool using M104 T
or M109 T
.
Dual extruder sharing a single stepper motor.
Various extruder designs exist allowing a single stepper motor to be shared with more than one extruder, usually by using a servo to move a pinch-wheel so that it engages a different filament input. Enable this option if you have one of these devices.
Switching Extruder servo number.
The servo used to switch extruder stepper motors.
Angles for E0, E1[, E2, E3]
The servo angles applying to each E stepper motor.
Switching extruder using movement.
Switch extruders by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#
.
Switching Nozzle
A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles. Can be combined with SWITCHING_EXTRUDER
.
Angles for E0, E1 (single servo) or lowered/raised (dual servo).
Mechanical Switching Nozzle
Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#
.
Parking Extruder
Two separate X-carriages with extruders that connect to a moving part via a solenoid docking mechanism. Requires SOL1_PIN
and SOL2_PIN
.
Distance to move beyond the parking point to grab the extruder.
If enabled, the solenoid is NOT magnetized with applied voltage.
Magnetic Parking Extruder
Two separate X-carriages with extruders that connect to a moving part via a magnetic docking mechanism using movements and no solenoid.
Related Media
Distance to move beyond the parking point to grab the extruder.
Switching Toolhead
Support for swappable and dockable toolheads, such as the E3D Tool Changer. Toolheads are locked with a servo.
Magnetic Switching Toolhead
Support swappable and dockable toolheads with a magnetic docking mechanism using movement and no servo.
Prime the nozzle before release from the dock.
Electromagnetic Switching Toolhead
Parking for CoreXY / HBot kinematics. Toolheads are parked at one edge and held with an electromagnet. Supports more than 2 Toolheads.
Related Media
Mixing Extruder
- Adds G-codes
M163
andM164
to set and “commit” the current mix factors. - Extends the stepping routines to move multiple steppers in proportion to the mix.
- Optional support for Repetier Firmware’s ‘
M164 S<index>
’ supporting virtual tools. - This implementation supports up to two mixing extruders.
- Enable
DIRECT_MIXING_IN_G1
forM165
and mixing inG1
(from Pia Taubert’s reference implementation).
(mm) Relative X-offset for each nozzle.
- Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
- The offset has to be 0 for the extruder 0 hotend (default extruder).
- For the other hotends it is their distance from the extruder 0 hotend.
(mm) Relative Y-offset for each nozzle.
- Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
- The offset has to be 0 for the extruder 0 hotend (default extruder).
- For the other hotends it is their distance from the extruder 0 hotend.
(mm) Relative Z-offset for each nozzle. Used to precisely align Z with extruders that move out of the way.
- Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
- The offset has to be 0 for the extruder 0 hotend (default extruder).
- For the other hotends it is their distance from the extruder 0 hotend.