Skip to content

Instantly share code, notes, and snippets.

@R3DPanda1
R3DPanda1 / BambuConnectorV2.ps1
Last active April 5, 2025 12:45
PowerShell script to make BambuStudio v2.x discover specific printers by IP address.
<#
BSnotify PowerShell Version – Made with ChatGPT
--------------------------------------------------
This script was derived from:
- https://github.com/jonans/bsnotify/tree/main
- https://gist.github.com/Alex-Schaefer/72a9e2491a42da2ef99fb87601955cc3
- https://gist.github.com/fritzw/7d981046b509a27e204d01c9bd73f37b
It automatically detects the local IPv4 address (ignoring loopback), then continuously (every 10 seconds) sends a spoofed SSDP NOTIFY message for each configured printer.
This enables Bambu Studio or Orca Slicer to discover printers even if they’re on different subnets or VLANs.