Skip to content

Version 0.65 (beta)

Pre-release
Pre-release

Choose a tag to compare

@tdeck tdeck released this 19 Jun 00:03
· 176 commits to main since this release

DO NOT INSTALL THIS RELEASE. It is outdated, and its unusual version number will cause trouble when upgrading.

This release adds support for starting prints on Bambu Labs printers in LAN mode. Because the Bambu Labs printing protocols are not well documented, it is a pre-release to allow folks to test it.

How to set up your printer

The printer must be placed in LAN only mode and in developer mode from the network settings menu on the device's touchscreen. On this screen, you will see the printer's IP address (something like "10.1.2.3") and access code, which is a short string of letters and numbers. You will need both of these. You will also need the printer's serial number. This document explains how to find the serial number.

When your printer is in LAN only mode, you will not be able to print form the Bambu cloud.

How to set up 3dmake
You'll need to edit your 3dmake configuration to add several lines. Run 3dm edit-global-config. Add these lines to the end of the file, and edit them to reflect your printer's settings:

print_mode = 'bambu_lan'
bambu_host = 'EDITME'
bambu_access_code = 'EDITME'
bambu_serial_number = 'EDITME'

Save your global config, and 3dm print should attempt to send prints to this printer.