James Todd
James Todd
### What's the problem? Rendering a source image into its final form for preview is computationally expensive and though you can just redo everything over, this naive solution wastes both...
Progress indication is exceedingly important for an application to let it to the dirty work that takes time to process while keeping humans happy knowing that it's getting anywhere, otherwise...
CNCserver works based on an assumption that by sending certain commands on a serial output will result in moving a bot for CNC. Currently this only supports the EBB and...
This is the blanket g-code support ticket. G-code is a huge thing, not completely standardized, and adjusted on an application basis. It makes sense to support it for software that...
Strange we'd have something technically working for years, even demoed directly at MIT, and yet we still don't quite have something easily added to scratch. Good news! It appears they've...
Today I ran a 5hr workshop running two bots on two computers at the same time, using the experimental Scratch support with kids aged 5-15 today and I managed to...
These will be a language specific object/function based wrapper for the ReSTful API. A new repository should be created for each wrapper as `cncserver-sdk-[LANGUAGE]`. All the wrappers should work similarly...
Seeing as there is already buffer listing if simplified commands (as is now core), this functionality would allow for saving of these lists of commands in a simple "gcode like"...
Will help throw out requests at bad times
We don't _always_ want to wiggle, now do we? See #36 for discussion. Format should be for operations override should be something like the following payload: ``` { "operations":["down", "wiggle",...