start_gcode_interception
Initiate a real-time G-code interception session to enforce safety rules and monitor printer commands.
Instructions
Start a real-time G-code interception session for a printer.
Automatically loads safety-profile-based rules (temperature limits,
feedrate caps, blocked commands) for the printer. Use
``add_interception_rule`` to add custom rules after starting.
Args:
printer_name: Target printer name (e.g. "ender3", "voron-350").
Returns a session ID and initial rule set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||