This project seeks to rewrite the libbbambu_networking.so, bambu_networking.dll, and libbambu_networking.dylib libraries by reverse engineering the AGPLv3'd binaries that Bambu Lab provided for Bambu Studio without providing the required complete, Corresponding Source.
  • Python 39.8%
  • Rust 36%
  • C++ 23.6%
  • CMake 0.3%
  • C 0.2%
Find a file
2026-05-22 09:14:58 -05:00
plugin Clean up callback storage 2026-05-22 09:14:56 -05:00
tools/contract-tests Gate ClusterM coverage smoke 2026-05-21 13:16:59 -05:00
.gitignore Update .gitignore 2026-05-22 09:14:58 -05:00
LICENSE Initial commit 2026-05-20 14:14:50 -05:00
next.md Add open-reference ABI exports 2026-05-20 16:11:48 -05:00
README.md Initial commit 2026-05-20 14:14:50 -05:00

baltobu-networking

AGPL-licensed clean-room Bambu networking plugin implementation.

The implementation code lives in plugin/. Contract probes, parity checks, and readiness tooling live in tools/contract-tests/. The OrcaSlicer plan/audit context that produced the initial implementation is preserved in docs/orca-plan/.

See next.md for the completion plan.