Luke Gardner

Results 9 comments of Luke Gardner

Awesome, sorry for missing that.

This is fixed in my "development" branch on my fork if you're interested. Edit: see 06daa3d.

This is fixed in my "development" branch on my fork if you're interested. Edit: see 9125550 and 611417a.

@9swampy I'm glad you were able to browse some of the changes in my PR message. As a noob "developer" (if an un-trained mechanical engineer qualifies), I appreciate and welcome...

Came here to ask for this. Printer was booting while setting things up in PrusaSlicer, and connection failed as a result. Not a huge deal, since I was able to...

@chenlzdashuaige I have a fork of DeepNestSharp with this capability if you want to try it out. Disclaimer: everything _seems_ to work (and I've been using it for months), but...

I was just messing around with a long, thin part and thought of this as well. I've worked extensively with Solidworks, CATIA, and MasterCAM. In both Solidworks and MasterCAM, the...

Another way for the numlock state to get out of sync (and also to re-sync it): alt-tab away from dxx-redux, press numlock, then return to dxx-redux. So querying at startup...

To test out @arbruijn's theory, I modified arch\\sdl\\key.c to print out the state of the numlock key as reported by Windows and SDL, respectively: ``` #include ... void key_handler(SDL_KeyboardEvent *kevent)...