flexi-bot/docs/marlin/_gcode/M702.md
2023-09-05 20:38:49 +02:00

1.2 KiB

tag title brief author requires group codes notes parameters example
m0702 Unload filament Unload filament revilor NOZZLE_PARK_FEATURE,ADVANCED_PAUSE_FEATURE,FILAMENT_LOAD_UNLOAD_GCODES control
M702
Enabled using [`FILAMENT_LOAD_UNLOAD_GCODES`](/docs/configuration/configuration.html#advanced-pause).
Uses the minimum temperature for safe extrusion as set by [`M302`](/docs/gcode/M302.html).
tag optional description values
T true Optional extruder number. If omitted, current extruder (or ALL extruders with [`FILAMENT_UNLOAD_ALL_EXTRUDERS`](/docs/configuration/configuration.html#advanced-pause)).
tag type
extruder int
tag optional description values
Z true Move the Z axis by this distance
tag type
distance float
tag optional description values
U false Retract distance for removal (manual reload)
tag type
distance float
pre code
Unload filament from current extruder M702

Unload filament. By default this command will use the configured ADVANCED_PAUSE_FEATURE settings.