Cloned this Github, ran pip install ., then octoprint serve.
OctoPrint connects to my MP Select Mini v2.
I get SerialException: [Errno 13] could not open port /dev/ttyACM0: [Errno 13] Permission denied: '/dev/ttyACM0'
Yes.
1.3.9
Elementary OS Loki, based on Ubuntu
MonoPrice Select Mini v2
https://gist.github.com/hkyq/de82969f9861c2be81a88fc9a845e75a
Terminal - https://gist.github.com/hkyq/c5de796c5b44a414ce885c97f2893083
https://gist.github.com/hkyq/f6ddbab35742e6b179a3cd1ab30f5ca8
I have read the FAQ. The OctoPrint folder & all its contents are owned by h.
Fixed by changing permissions with sudo chmod 666 /dev/ttyACM0
.
Most helpful comment
Fixed by changing permissions with
sudo chmod 666 /dev/ttyACM0.