this post was submitted on 12 May 2026
404 points (97.9% liked)

3DPrinting

22608 readers
1200 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe/ may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] prenatal_confusion@feddit.org 2 points 5 hours ago* (last edited 5 hours ago)

Afaik the firmware is self developed and closed source, so not free. as in freedom of code and free as in beer.

The software slicer is based on prusa slicer which is based on slic3r which uses the agplv3 which dictates that all works derived from the original code needs to be published as code under the same license. They do that. But the trick is that they add closed source modules that are essential for the whole system to work and therefore control their devices and ecosystem via restrictive licenses or plain unavailability of sources.

Regarding creality : the last time I used a creality printer it used marlin as firmware and it was trivial to compile and flash and modify.

But in general you don't need to make your product easy to jailbreak under most ooensource licenses, you need to publish the code. Those are two different things.