stoppillowrape@lemmy.worldto3DPrinting@lemmy.world•Klipper and Ender5+ are kicking my assEnglish
0·
1 year agoSince 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/*
Awesome, I’m glad you we were able to get it solved and it get everything back working.