this post was submitted on 02 Aug 2023
42 points (95.7% liked)

3DPrinting

14841 readers
37 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: !functionalprint@kbin.social 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 1 year ago
MODERATORS
42
Klipper vs Marlin (lemmy.world)
submitted 11 months ago* (last edited 11 months ago) by nosnahc@lemmy.world to c/3dprinting@lemmy.world
 

I actually have Marlin + Octoprint but found out recently that Klipper exist. I read everywhere that Klipper is better but I don't really get why. I understand that Klipper use raspberry as powerfull calculator instead of the STM32 of the printer, but octoprint is used to send Gcode to Marlin too... So what's the really difference please?

Edit : I don't understand how Klipper or Marlin can give better results when gcode and instructions are generated by Cura

you are viewing a single comment's thread
view the rest of the comments
[–] stooovie@lemmy.world 2 points 11 months ago

For me the responsivity of Klipper UI was reason enough. Octoprint is unbelievably slow on the same hardware. The other thing was ease of configuration - no firmware compilation and flashing necessary. And the third is the actual printing performance - Octoprint has a really bad implementation of the actual print data transfer, and the serial interface routinely chokes on fine data such as arcs. That never happens with Klipper, even at much, much higher print speeds.