This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
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. |