Take note of line 4. It is looking for a separate file called discover_printer.ini to retrieve printer information from. You can name the ini file whatever you want, just make sure to update the name within the powershell script.
Here’s the link to the ini file. Not sure why I even bothered to put it there since it’s so short lol.
PRINTER1_DEV_NAME= The name you want the printer to show up as in Bambu Studio
PRINTER1_USN= Serial number of the printer
PRINTER1_IP= Local IP address of the printer
PRINTER1_CODE= The access code for the printer that is in lan mode
You can do multiple printers in one ini, just change the number at the end of “PRINTER” to the next number.
We use this for X1E models, but the script looks to be generic so I don’t think it will matter which one you have.
I have only seen one person have an issue out of the 50 or so that use this script. It will connect from his machine but consistently fails to send files to the printer.
I just put the powershell script and the ini in the root directory of the Bambu Studio installation and make a shortcut to the ps1 script on the desktop. If you have powershell scripts locked down you may need to add a key at the bottom to allow it to run.
To use the script, open Bambu Studio first then run the script and browse to the device tab and click the + in the left hand menu to bring up discovered printers.
Sorry for the delay, I’ve been quite busy.
Here’s a link to the powershell script.
https://pastebin.com/RFtfLQNq
Take note of line 4. It is looking for a separate file called discover_printer.ini to retrieve printer information from. You can name the ini file whatever you want, just make sure to update the name within the powershell script.
Here’s the link to the ini file. Not sure why I even bothered to put it there since it’s so short lol.
https://pastebin.com/138TnASY
PRINTER1_DEV_NAME= The name you want the printer to show up as in Bambu Studio
PRINTER1_USN= Serial number of the printer
PRINTER1_IP= Local IP address of the printer
PRINTER1_CODE= The access code for the printer that is in lan mode
You can do multiple printers in one ini, just change the number at the end of “PRINTER” to the next number.
We use this for X1E models, but the script looks to be generic so I don’t think it will matter which one you have.
I have only seen one person have an issue out of the 50 or so that use this script. It will connect from his machine but consistently fails to send files to the printer.
I just put the powershell script and the ini in the root directory of the Bambu Studio installation and make a shortcut to the ps1 script on the desktop. If you have powershell scripts locked down you may need to add a key at the bottom to allow it to run.
To use the script, open Bambu Studio first then run the script and browse to the device tab and click the + in the left hand menu to bring up discovered printers.
I hope it works for you.
I’m not yet in a hurry. ;) Thank you for sharing!