3DPrinting
3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.
The r/functionalprint community is now located at: or [email protected]
There are CAD communities available at: [email protected] or [email protected]
Rules
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)
Moderation policy: Light, mostly invisible
view the rest of the comments
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!