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