go_to_zero
Move CNC router to work coordinate zero with safe Z-axis handling. Raises Z to safe height, moves XY to zero, then lowers Z to the work surface.
Instructions
Move to work coordinate zero. Raises Z to safe height first, then moves XY, then lowers Z.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| safeZ | No | Safe Z height in mm above work zero (default 10) | |
| feedRate | No | Feed rate for XY move in mm/min (default 1000) | |
| confirm | No | Must be true to execute. Shows preview without it. |