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

1.1 KiB

tag title brief author requires group codes notes parameters examples
m0701 Load filament Load filament revilor NOZZLE_PARK_FEATURE,ADVANCED_PAUSE_FEATURE,FILAMENT_LOAD_UNLOAD_GCODES control
M701
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 index. Current extruder if omitted.
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
L false Extrude distance for insertion (positive value) (manual reload)
tag type
distance float
pre code
Load filament into the active extruder M701

Load filament into the active extruder. By default this will use the configured ADVANCED_PAUSE_FEATURE settings.