KevinOConnor

Results 194 comments of KevinOConnor

Thanks. Can you provide some background on why this feature is useful? Why would users want to organize LEDs into "virtual chains"? Can they use macros or display_templates for the...

Thanks for the report. However, I'm not sure I understand the issue. The +t flag on a directory just prevents a user from deleting a file created by another user....

> pi@Repetier-Server:~ $ sudo -u repetierserver ls /tmp/printer ls: cannot access '/tmp/printer': Permission denied `ls` is reporting that only because it can not follow the link (it doesn't have permission...

The main Klipper software can obtain the location of the pseudo-tty from the command-line. Specifically, one can add `-I /path/to/something` to the command-line args specified in `/etc/default/klipper`. There's a little...

I just ran unit tests. For example, as root: ``` mkdir /tmp/xyz ln -s /root/.bashrc /tmp/xyz/testfile ln -s /etc/motd /tmp/xyz/testfile2 chmod o+t /tmp/xyz ``` Then when run as a regular...

Works fine for me: ``` pi@octopi:~ $ sudo usermod -a -G tty games pi@octopi:~ $ ls -ld /tmp/ drwxrwxrwt 11 root root 4096 Sep 13 02:35 /tmp/ pi@octopi:~ $ sudo...

Thanks for reporting and tracking this down. It does seem that Klipper could do better here. Alas, changing the install scripts will cause lots of pain, so I don't have...

Thanks. Nice catch. Looks good to me. I'll give a couple of days to see if there are any other comments, but otherwise look to commit. -Kevin

Thanks. Just out of curiosity, is there a reason to define spi3 in this case, as it seems like users could just use spi1 for PB4,PB5,PB4. -Kevin