Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
stoppillowrape @lemmy.world
Posts 0
Comments 9
Klipper and Ender5+ are kicking my ass
  • I forgot you will also need tty access, so you'll also need to do:

    sudo usermod -a -G tty $USER

    After that you will need to relogin in order for the changes to take effect. I'd say just to reboot so you know everything is reloaded with:

    sudo reboot now

    These are all of course assumptions based on your mentioning permissions, and without any logs to verify. If you decide to go with the nuclear option and redo the OS and setup I'd recommend looking at using https://github.com/th33xitus/kiauh. It will allow you to setup Mainsail, but also you can try other front end options as well. Just something to consider if you decide not to continue troubleshooting and opt to start over.

  • Klipper and Ender5+ are kicking my ass
  • 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/*

  • Klipper and Ender5+ are kicking my ass
  • 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?