This repository contains a python script which can add a printer to the Bambu Studio software.
Copy the file 'confidentials.conf' to 'confidentials.py' and fill in the information about the printer. Open Bambu Studio and run the script with python. The printer should now be visible.
If Bambu Studio does not recognize your printer or the camera is not compatible you have specified the wrong model name. I found out the right model name by simply sniffing the discover-packages with Wireshark. You can use the response of the printer and replace it in the script if necessary.
Values for PRINTER_DEV_MODEL:
- Bambu Lab P1S: "C12"
- (also spotted): "C11"
The software does not find the printer when working with VPN connections. The printer can be controlled via the cloud but if someone wants more privacy the script allows to find and use the printer in the Bambu Studio software.
Happy printing.