Hello all, I am considering on getting a 3D printer. I want to print some stuff for a project. I am relatively new to this. I need the slicer software to be compatible (preferably open source) with linux since that’s what I am using. I have only found the stuff from Prusa to be compatible but they are expensive. I have heard of ender 3 but it is the only os printer by creality and saw the repo is 3yo without updates.

Can I get some suggestions?

  • WFH@lemm.ee
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 months ago

    Your OS doesn’t matter. Printers are dumb and only understand Gcode, which is basically a series of steps to follow for printing your part (move the head this amount in that direction while extruding that much etc.). Producing that code is the slicer’s job. What you want is a slicer that works perfectly on Linux. And good news, all open-source slicers work perfectly on Linux. What you need tho is a slicer that includes your printer’s profile.

    Try Cura or Prusaslicer (available as Flatpaks) or Orcaslicer (Appimage for now but will move to Flatpak eventually).

    • Guenther_Amanita@slrpnk.net
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      You don’t even need a Slicer that offers a profile for the printer. I have an obscure one and had to make a custom profile, but it works fine.

      I personally would recommend Cura over Prusa. They both do the same and copy each other all the time, but Cura is simpler by default imo.

      • kent_eh@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        had to make a custom profile, but it works fine.

        Yes, for a person with a bit of experience that is an easy task.

        It’s a bit more daunting for a newbie who is asking the sort of basic questions OP is doing