this post was submitted on 17 Oct 2023
20 points (100.0% liked)

3DPrinting

15276 readers
102 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
 

Finally got my hands on a Raspberry Pi 4. I installed MainsailOS and I followed this guide and got Klipper set up and running in a few hours.

I literally doubled my print speed in the slicer settings, which is giving me a 30-40% reduction in print times and the print quality is actually better at the same time... The only concern I have now is how the whole table vibrates when printing so fast 😅

Managing the printer through the moonraker interface on Mainsail is really nice. I also set up Obico for remote monitoring away from home with an old webcam.

The issues I had during setup were pretty few, but I'll list them here:

  • The USB webcam I had did not work at all out of the box, but that was quickly fixed by installing Crowsnest - after install the camera (Logitech C270) was working perfectly
  • After installing Crowsnest, the camera worked, but the web interface was no longer connecting to Klipper - I found out this was because I set up my Raspberry Pi with a non-default username, and the Crowsnest installation had apparently updated my moonraker.conf to look for Klipper in the default location. Just had to update klippy_uds_address: /home/pi/printer_data/comms/klippy.sock to have my username instead of pi
  • The last problem I have is that I'm having so much fun printing at turbo speed through the slick web interface that I'm burning through my filament too fast and I need to order more soon.

Next on the list is a Raspberry Pi cam (the Logitech C270 is on its last leg) and some LED lighting to get a better view of the prints.

It really feels like I got a whole new printer. I am really impressed with it and I would definitely recommend to anyone with a cheaper Marlin printer and at least a little bit of Linux experience.

you are viewing a single comment's thread
view the rest of the comments
[–] kale@lemmy.zip 3 points 11 months ago (1 children)

The one thing I didn't like about klipper firmware on my CR-10 was the default filament runout setup. One of my first big prints (with expensive ApolloX filament) ran out. The default klipper setup waits something like an hour, with the hot end still hot, then completely shuts down.

So my home position was lost, and with a partial part on the plate, there was no way of re-homing, so it was a wasted part.

Make sure your filament runout timeout is set to 24 hours (and I think I might have made the temp lower so it didn't burn?)

I like klipper on mine, too. I do wish the default mesh would be loaded at startup, but it doesn't load any mesh. Which doesn't really matter, I guess. I have four build plates, three different styles, so I'm running bed levelling pretty much every print anyways.

[–] Jtskywalker@lemm.ee 1 points 11 months ago

Good tip - I don't have a runout sensor installed so I was not aware of this