dzid26

Results 45 comments of dzid26

Use [Intellistep ](https://github.com/CAP1Sup/Intellistep) firmware.

> What you have done is impressive with the integrated closed loop circut - but the A4950 is older and antiquated. What about the TMC4671 - ? Or other even...

Shift shall still capitalize. Always. Even when caps lock is activated. And pressing shift should also deactivate the caps lock. So even when you forgot to turn off the caps...

Everything seems to work. I would like the `compile_commands.json` to be created automatically in the same way as `c_cpp_properties.json` is.

> Hi @dan1994, > > After the initial discussion on this feature request, I’d come to the opinion that if it were to be included, I’d want to include more...

I am on WSL2 with VcXsrv using OpenGL. Qt is 5.12.8. It's looping and the only way to stop the loop is by clicking X on Windows' toolbar. Then PlotJuggler...

I don't have a second PlO core. Disabling Builtin Python doesn't make a difference. I fixed it for my project by editing `launch.json` file. The `projectEnvName` by default was pointing...

@juleq I think the range test would have to be done while still in float. It would have to be compared to 2^bits for unsigned and +/- 2^(bits-1) for signed...

@juleq No, because `double` maximum value is a massive 1.79e+308. There would always be a possibility to overflow even the int64. In any case this wouldn't be efficient. Unless I...

> > @andlaus Can still overflow. > > even if the value of the physical signal is in range [signal.minimum, signal.maximum]? C code doesn't have access to these values currently....