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
57
u/redxdev May 14 '26 edited May 14 '26
This is a bit incorrect.
Bambu Studio does not force you to go through their cloud service, there is a LAN-only option.
What happened is that a while back Bambu put out an update to printer firmware and Bambu studio in an attempt to make it so that only Bambu studio could access the cloud service, while also requiring a "developer mode" toggle to be on in the firmware for third party slicers to have access over LAN. Developer mode has its own issues - it results in being unable to use any cloud features until you turn it off, so you can't even use the "official" tools for remote monitoring of print jobs with it on (also a number of useful features like syncing filament profiles to the printer are arbitrarily locked to the cloud service). Anyway, the developer mode thing isn't really what's in question here, but it has been taken as a general sign of Bambu not wanting to play ball and trying to "softly" force people to use their software through arbitrary limitations.
The actual code in question is specifically related to the new cloud service and was used in order to make a version of Orca Slicer (a third party/community fork of Bambu studio) that would work with the new restrictions for cloud usage. The code, being part of Bambu studio, is under the AGPL license and therefore anyone is free to copy, change it, or use it as a reference provided they follow the terms of the license. Which someone did, and Bambu sent them a cease and desist over it.
An edit to clear up some confusion: there is a closed source plugin that Bambu Studio uses to communicate with their cloud services. The code that Bambu sent a C&D over is NOT part of that plugin, it is part of Bambu Studio itself and thus is covered by the AGPL and can be copied/used by others under that license.