With StudioBridge it is possible to make Bambu Lab 3D Printers visible in Bambu Studio or Orca Slicer, that can not be automatically added by them.
It is also possible to conenct printers from other subnets or from accessible external networks (e.g. via VPN) or in your normal home network.
There are many scripts for all kinds of systems, but many users feel more comfortable with a GUI. Therefore I developed StudioBridge, which is basically based on the scripts i found in countless forums.
StudioBridge sends a UDP request to your Slicer (Bambu Studio or Orca Slicer) with the printer data (IP address, serial number, printer type, printer name). Once all the data has been entered, it can be sent to your Slicer, making the printer visible. Now the printer can be accessed via the LAN access code. This means that all the usual functions are available.
This Programm has nothing to do with Bambu Connect and it also doesn't replace it. It's only for the connection in your Slicer.
With StudioBridge all printers of the Bambu Lab assortment can be added. It is also possible to create and save a profile for each printer.
It should work on all platforms with Java. Successfully tested on:
- Windows 10/11
- Linux Ubuntu 24.04 LTS/24.10
- MacOS 14.7/15.1
To skip the update process, you can simply add the "--noupdate" argument
java -jar ./StudioBridge.jar --noupdate
- min. Java 1.8
Lightmode
Darkmode
StudioBridge is built in Java, so a Java Runtime Environment (JRE) is required to run the program. Below are simple instructions for installing Java on Windows, macOS, and Linux, as well as for launching the StudioBridge GUI.
Java Installation
Windows:
1. Visit the official Java website and download the latest Java Runtime Environment (JRE) for Windows.
2. Run the downloaded installer file and follow the on-screen instructions to complete the installation.
3. To confirm that Java is installed, you can search for “Java” in the Start menu. You should see options like “Java Control Panel” if installation was successful.
macOS:
1. Visit the official Java website and download the latest Java Runtime Environment (JRE) for macOS.
2. Open the downloaded .dmg file and follow the instructions to install Java by dragging it into the Applications folder.
3. After installation, open “System Preferences,” then “Java” to verify Java is installed and configured correctly.
Linux:
1. Most Linux distributions offer Java in their software repositories. Open the Software Center or Package Manager for your distribution and search for “OpenJDK” or “Java Runtime Environment.”
2. Select the version you need (Java 8 or later) and install it.
3. You can check if Java is installed by searching for it in the applications menu or checking for “Java” in system settings.
Running the StudioBridge GUI
1. Download the StudioBridge.jar file from the GitHub releases page.
2. Locate the StudioBridge.jar file in your Downloads or specified folder.
3. Double-click the .jar file to launch StudioBridge. This should open the GUI, allowing you to configure and use your 3D printers with Bambu Studio over LAN.
If the .jar file does not open directly, ensure Java is properly installed, and check your system’s default settings for opening .jar files.