Made sure the stock firmware printed the example gcode that came on the SD card and then immediately embarked on my journey to get klipper running on this guy.

I didn’t finish until the wee hours this morning so I’ve yet to really give it a go but all the essentials are operational.

Here’s the GitHub link to the config I created: https://github.com/0xD34D/ender3-v3-se-klipper-config

  • MicrosoftSam@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    Can you give a little more info about this? I don’t know what it is. I have to Ender 3s at work and would love some kind of dashboard.

    • Calania@feddit.nu
      link
      fedilink
      English
      arrow-up
      6
      ·
      10 months ago

      You should try to install octoprint on a raspberry pi. It’s the easiest way to get a web gui if you don’t want to mess with the firmware or mainboard

      • LazaroFilm@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        10 months ago

        Klipper is sooo much better than Octoprint. It replaced the whole software not just the web interface part. Klipper is absolutely amazing. Now for work, it’s an open source software with community support. So done corporate don’t like not having a company to blame if something goes wrong.

        • mee@programming.dev
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          Klipper isn’t a web interface. Octoprint works with Klipper as a web interface. They’re different software for different things.

            • u_tamtam@programming.dev
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              Octoprint has tons of great plugins and features that mainsail/fluidd have no equivalent for, and can be used to control klipper printers too.

    • hibbfd@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      klipper is the firmware flashed to the printer

      gui is achieved and accessed through mainsail or octoprint. I haven’t tried octoprint.

      mainsail runs on a raspberry pi and can manage multiple klipper printers with one device. you can also add klipperscreen, it’s an addon that can be used with a touchscreen for an interface at the printer (or anywhere really)…

      but I just access mine running mainsail through my phone browser or the laptop I use to model and slice. I like orcaslicer because it integrates mainsail right into a tab in the slicer and provides a seamless user experience.

        • hibbfd@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          another thing to note… klipper firmware takes the heavy processing typically handled by the printer control board, and offloads the burden onto the computer or device you have hooked up to the printer, processing and feeding the gcode one line at a time. so whatever device you are using needs to be up to the specs. I’m using an rpi 3b+ and have no issues.