Andrew Marles

Results 4 issues of Andrew Marles

First, I would like to thank @J-Dunn for the work on this issue mentioned here: https://github.com/Schildkroet/GRBL-Advanced/issues/58 In particular this post: https://github.com/Schildkroet/GRBL-Advanced/issues/58#issuecomment-871296602 I think it's relevant to open this issue here...

A couple of things I've noticed testing W5500 on a new version of the PicoBOB. First, the reset pin does not appear to be toggling correctly. I do not have...

Been working on this board for a while and it is ready for release. Design files will be posted shortly. https://github.com/Expatria-Technologies/Flexi-HAL

I think that on lines 2010 and lines 2023 that the bang should not be prefixed on the call to spindle_get_caps: https://github.com/grblHAL/core/blob/9a060d7ea0f01cab7444fee447741b010cb4cb3a/settings.c#L2010 https://github.com/grblHAL/core/blob/9a060d7ea0f01cab7444fee447741b010cb4cb3a/settings.c#L2023 I think they should be `available =...