Jeff Siddall

Results 24 comments of Jeff Siddall

IIRC my camera started working when I installed some PIL OS packages. Ex: sudo apt-get install python3-tk python-pip python3-pil python3-pil.imagetk

bCNC variables are persistent for as long as bCNC is running. You could store your Z-probe value in a variable and then have a button to re-set G92 manually after...

IIRC I had to install some OS PIL packages to get the camera to show up in bCNC. Granted, this was in Kubuntu, but similar packages should exist for the...

I don't think the serial port status is affecting this. I tried running the sleep function without any of the USB related lines and even with sleep(1), which should be...

Note that it is possible to turn off systick which prevents idle from returning every millisecond: ``` SysTick->CTRL &= ~SysTick_CTRL_TICKINT_Msk; LowPower.idle(); SysTick->CTRL |= SysTick_CTRL_TICKINT_Msk; ```

Agree, use case is limited, but sometimes it might be useful. It relates to this issue because it solves the problem of "idle() doesn't work as expected" by preventing it...

Also seeing this on V1.9.0 on Linux (since no one else seemed to be running that in the posts I read). Hopefully already fixed for all platforms.

According to issue #288 it is resolved in 2.0

FWIW this is still happening in version 4.1.1, only some files and usually only one extra copy