Files
machines/systems/flexibot/docs/marlin/_gcode/M125.md
T
2025-03-11 23:32:39 +01:00

1.2 KiB

tag, title, brief, author, requires, group, codes, notes, parameters, examples
tag title brief author requires group codes notes parameters examples
m0125 Park Head Save current position and move to filament change position. thinkyhead PARK_HEAD_ON_PAUSE nozzle
M125
Requires `PARK_HEAD_ON_PAUSE`.
tag optional description values
L true Retract length (otherwise `FILAMENT_CHANGE_RETRACT_LENGTH`)
tag type
linear float
tag optional description values
X true X position to park at (otherwise `FILAMENT_CHANGE_X_POS`)
tag type
linear float
tag optional description values
Y true Y position to park at (otherwise `FILAMENT_CHANGE_Y_POS`)
tag type
linear float
tag optional description values
Z true Z raise before park (otherwise `FILAMENT_CHANGE_Z_ADD`)
tag type
linear float
tag optional description values
P true Always show a prompt and await a response (With an LCD menu)
type
bool
pre code
Retract 2cm of filament and park the nozzle M125 L20 ; park and retract

Save the current nozzle position and move to the configured park position.