this post was submitted on 14 May 2026
1373 points (99.2% liked)

Technology

84653 readers
5406 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SmoothLiquidation@lemmy.world 7 points 1 day ago (1 children)

I remember this happening to Linksys with the WRT-54g routers. They shipped with firmware based on open software (I don’t remember the exact license) and they were brought to court and forced to release the source code.

In the end it really helped the sales of that model because hobbyists wanted it for the freedom of running their own code on it.

[–] lime@feddit.nu 0 points 23 hours ago (1 children)

oh yeah i remember that. pretty sure that was gpl.

this is sort of a predecessor to that situation thus far: bambu is obviously in the wrong with regards to not handing out gpl'ed source, but they are in their full right to refuse handing out stuff they've built on top. so the question then is, is rossman in the clear for having taken their source code? if he has bought one of their printers (most likely) it's pretty cut and dry, but if he took the code from somewhere else he has technically stolen it and the license does not apply. at least that's my read.

[–] nimble@programming.dev 1 points 11 hours ago (1 children)

You aren't understanding the GPL correctly.

  • The GPL applies to code built on top of GPL code, this is the viral nature of the GPL.
  • Anyone with a GPL license for the code can license anyone else, it does not have to come from the original creator. So Rossmann has a license granted by the creator of the fork. Also the source that Bambu Lab provide on GitHub provides a license as well.
[–] lime@feddit.nu 0 points 11 hours ago (1 children)

i'm using "on top" rather flippantly here, since orca is AGPL. but bambu may also have separate code running on the machines that is not agpl.

[–] nimble@programming.dev 2 points 11 hours ago (1 children)

Rossmann has only reuploaded the slicer fork, not any firmware (the article title is inaccurate). But yes, the slicer's AGPL license does not apply to the firmware.

[–] lime@feddit.nu 0 points 10 hours ago

well then. my argument is moot.