discover_printers
Scan local network for 3D printers using mDNS and HTTP probing. Returns discovered printer details including host, port, type, and API status.
Instructions
Scan the local network for 3D printers.
Uses mDNS/Bonjour and HTTP subnet probing to find OctoPrint,
Moonraker/Creality, Bambu Lab, Elegoo, and Prusa printers on
the local network.
Args:
timeout: Maximum scan duration in seconds (default 5).
Returns a list of discovered printers with host, port, type, and
whether the API is reachable. Use ``register_printer`` to add
discovered printers to the fleet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No |