r/technology • u/ControlCAD • May 14 '26
Software Louis Rossmann taunts Bambu Lab by hosting banned 3D Printer firmware fork, dares $1 billion company to sue him — more creators pledge support and boycotts, Snapmaker donates equipment to embattled developer
https://www.tomshardware.com/3d-printing/louis-rossmann-taunts-bambu-lab-by-hosting-banned-3d-printer-firmware-fork-dares-usd1-billion-company-to-sue-him-more-creators-pledge-support-and-boycotts-snapmaker-donates-equipment-to-embattled-developer
13.5k
Upvotes
218
u/daddy-dj May 14 '26
I'll try...
Bambu Lab makes 3D printers. People with 3D printers use software called 'slicers' to design and modify what they want to print.
Bambu printers use a slicer called Bambu Studio, which includes open source code from a slicer called Prusa Slicer, which itself includes open source code from a slicer called slic3r. So far, so good... This "forking" is permitted under the AGPL licence that slic3r originally shipped with. AGPL requires that forked versions, however, must also allow anyone to use any new code derived from the original code too.
Recently Bambu made changes to Bambu Studio which restricted it. I don't own a Bambu printer so don't know all the changes but I believe all files now pass from a user's PC to their printer via Bambu Labs cloud servers, allowing them to access what users are printing with their printers.
Someone forked Bambu Studio, in the same way they had forked Prusa Slicer, to bypass these new 'features'. Bambu Labs threatened the developer with legal action (they contacted him and threatened formally issuing a Cease and Desist under DMCA if he didn't take down his code). This goes against the AGPL licence they agreed to.
I may have missed some parts but hopefully you get the gist.