• bdonvr@thelemmy.club
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 天前

    If you’re interested and can get your hands on some kind of SBC (like a raspberry pi) Klipper has been amazing for my printer. You can also use pretty much any computer but it’ll be much less efficient energy wise.

    • WIZARD POPE💫@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      20 小时前

      Does the printer need to be runing custom firmware for klipper or is it just on the external device? I have been running octoprint for a while now without much issue.

      • CoopaLoopa@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        10 小时前

        Klipper requires that the printer is running Klipper firmware.

        OctoPrint can work with printers running Klipper or Marlin.

        Main advantage of Klipper is that it moves all the gcode and movement processing off of the microcontroller on your printers main board. Also, Klipper let’s you update firmware settings through a config file without actually having to reflash the printers firmware.

        OctoPrint works great as an easy add-on for a printer running the stock Marlin firmware. Main thing people want is wifi print uploads and camera monitoring anyway.