Justin Clift

Results 81 issues of Justin Clift

Creating this from the discussion in [a (now merged) PR](https://github.com/mbasso/awesome-wasm/pull/83#issuecomment-435664908): > > Out of curiosity, why the "new entries should be added to the end"? (eg unsorted) Kind of thinking...

The lessons use javascript to explain things, which likely works really well for a javascript-literate audience. Being as WebAssembly is now gaining good adoption, and WebGL can be used in...

### Describe the new feature One of our Patreon sponsors asked an interesting question: > Is there a way I can enable the spellcheck functions of Macos in the browse...

enhancement

This bug was due to a misunderstanding of what AXIS_RADIUS means.

While poking around the Printrbot website(s), looking for info on which of their products use g2core, this problem showed up: * [G2 Board and M400 gcode](https://printrbot.zendesk.com/hc/en-us/community/posts/115018180483-G2-Board-and-M400-gcode) It looks like Octoprint...

enhancement

This fixes the compilation problem that occurs when no `SPINDLE_ENABLE_POLARITY` value is defined in a given settings file.

Came across an interesting bug (with workaround) while setting up homing for the A axis. The problem line of code is here: https://github.com/synthetos/g2/blob/9fd1dae6aa9f7285894d8c1f31efefc18c1447f0/g2core/cycle_homing.cpp#L238 That code works for linear axis, where...

bug

This is for #375, and compiles ok. I haven't tested if it fixes the problem though.

Received this via private email several weeks ago. Putting it here for tracking purposes, so it doesn't get lost: > I use G28.2 command to home the robot. > >...

bug