Are there any reviewers on YouTube/Rumble/etc. or independent blogs that don’t post affiliate links, aren’t sponsored by the printer company, or had one sent out by the company? Those to me all seem like a conflict of interest.

Yes people need to make money, I’m not blind to that, but they can advertise other things that aren’t a direct conflict of interest.

I’m looking to get my first printer and would like to get info from an unbiased source. I just don’t know enough to weed through the million 3D printer channels.

The Sovol SV06 Ace seems nice with little research as it is large enough to print the project I have in mind and uses open source firmware (Klipper) which is a must for me.

  • CameronDev@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    but they can advertise other things that aren’t a direct conflict of interest.

    Advertising things that arent a direct conflict of interest just results in poorly targeted ads, which both consumers and advertisers don’t like.

    On the “open source” side, its not enough that the firmware is open source, the flashed binary needs to actually be unmodified. Marlin and klipper run 99% of the budget 3d printer space, and both are open source projects. There are still dozens of printers that are shipped with modified firmware with the changes kept secret. GPL is only as powerful as your lawyers are.

    • sic_semper_tyrannis@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      19 hours ago

      Is there a way to figure out if a product is shipped 100% open source? Maybe a website that keeps track of how open/closed each company is? Otherwise do you know of a way to reflash the system with an open source project? Something like a new OS from github? I’ve found in any hobby there tends to be a brand that has gotten lots of mod support from the community

      • CameronDev@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours ago

        Other than building the firmware and flashing it yourself not really?

        Usually they will have flashing instructions somewhere, and thats a goodish sign. Even better if they have the source code published somewhere. But unless you build it and flash it yourself its impossible to know what is on there.

        For a real-world example, many Anet A8 machines were shipping with “marlin”, but with the runaway thermal protection disabled.