discover_printers
Scan the local network to find 3D printers using mDNS and HTTP probing. Identifies OctoPrint, Moonraker, Bambu Lab, Elegoo, and Prusa printers, returning host, port, type, and API reachability.
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 |