this post was submitted on 23 Jun 2023
6 points (100.0% liked)

3DPrinting

15291 readers
17 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
 

I'll start out saying, i'm not very good with this stuff.... I have an Ender 5+.
I had it setup with octoprint and klipper from a guide I found a couple years ago, and it worked OK for me to get klipper installed, working on octoprint, and pressure advance tuned ok ish.

Recently my SD Card became corrupt, and like an idiot I didn't have anything backed up.

So I'm trying to setup the system again from less than scratch and it's kicking my ass.

I've decided i'd like to try Mainsail, as it's interface looks interesting (no other reason) But I can't for the life of me get it working.

EVERY guide I try and follow seems to fail on the connect between klipper and the printer.

I can flash the klipper firmware successfully, and have updated the port ID in the printer.cfg file, but it always comes back to klipper not being able to see/access the port.

Any help would be appreciated here.

you are viewing a single comment's thread
view the rest of the comments
[–] stoppillowrape@lemmy.world 2 points 1 year ago (4 children)

What hardware are you using for hosting klipper and mainsail? Are you using a pi and mainsail os or a pi with raspberry pi os and kiauh to setup klipper and mainsail? Could you post your klippy.log?

[–] ironhydroxide@partizle.com 0 points 1 year ago (3 children)

Hardware is a Pi4, 4GB. I've looked through the log, don't know how to upload file here for you to look through it, and it's too long for character limit. It does indicate issues with the serial port, either permission denied in the case i tried tty0 symlink, or no such file or directory when going strait to the serial/by-id.

I've tried many setups. First was following https://www.klipper3d.org/Installation.html#obtain-a-klipper-configuration-file With octopi. Next was another guide that I can't seem to find the link to again. But was a default raspbian lite x32, and installing klipper and mainsail on top with kiauh. next was this guide https://www.obico.io/blog/install-klipper-ender-3/ which I modified for the Ender5+ (what processor to compile for)

I've had varying success, initial try the USB wouldn't show in serial/by-id, I swapped cables and still had no entry. Swapped cables back and tried the next guide/OS, and that gave me the entry in serial/by-id.

also I Tried using the symlink tty0, but that didn't work either.

For the current OS/Setup I think i've messed with too many things, and just need to start over from fresh OS. But I can't think of anything different to try.

[–] stoppillowrape@lemmy.world 0 points 1 year ago (1 children)

Since you mention permissions/access denied, have you given your user permissions to use serial? You can do this with:

sudo usermod -a -G dialout $USER

What is the output of:

ls -al /dev/serial/by-id/*

[–] ironhydroxide@partizle.com 0 points 1 year ago (1 children)

This is likely the problem. I'll try it when I get off work.

Thanks!!

[–] ironhydroxide@partizle.com 1 points 1 year ago

Thank you for pointing me in the right direction.

Pi Imager lets you option for a username change. I changed it originally, and mainsail is setup for "pi" user normally.

I reflashed with pi Imager, without changing username, and it all is working now.

load more comments (1 replies)
load more comments (1 replies)