CryptoAlgo

Results 115 comments of CryptoAlgo

@ellensp how about if the sanity check throws a warning if you try to enable it on a non-hw serial based controller? Currently I'm doing testing on an esp32, so...

@phizev, great to hear from your experience. I'm currently in the prototype stage with 2 TMC2209s hooked up to nema17 motors and an esp32 on a dev board. Currently im...

If I'm given the go-ahead, I could try drafting a PR, too

@ellensp Yes, but I wouldn't like spending time on a feature thats flat out not going to be accepted

@phizev I believe `SPI_ENDSTOPS` only polls the driver during homing

@hisiskeithb the doc comment right above the `SPI_ENDSTOPS` flag has this to say: (emphasis my own) > Poll the driver through SPI to determine load **when homing.**

@phizev I would suppose adding such a feature would make most sense if it was only enabled during homing, if performance while using software serial is as bad as you've...

@thisiskeithb I'm not sure enabling `ENDSTOPS_ALWAYS_ON_DEFAULT` and `SPI_ENDSTOPS` would cause the driver to be constantly polled thru SPI while printing, since that would surely have an impact if printing from...

Would removing the option to create tabs as a whole be better, or supporting them properly?