@Arthur_Wolf can you check why the mobile version of the site is not working correctly. I click on the link in the Google + app and all I get is the menu.
@funinthefalls Thats sort of expected, however it should be close to qworking, it’s just about changing afew things about how serial coms work. I hope somebody will open an issue with CP to ask them to add support for this. Thanks a lot for testing !
Hey guys, I saw the ticket on Github for this. I responded to that, but it would be great to get Smoothie support on CP. I do think it will take some folks to help out on the code if there are any volunteers.
The 1st part would just be getting a Smoothie buffer working in SPJS. It could make the most sense to use the TinyG buffer as the start point since that buffer is 100% perfect. That buffer does character counting and looks for an r:{} response to know the line got processed. I know Grbl sends an OK response instead, so guessing that’s what you send back when in “grbl-mode”. I know not a ton of folks know Go, but it really is so close to C it’s pretty easy to take up.
For the 2nd part, it could make sense to fork the Grbl workspace (or TinyG workspace) and then modify as needed and then deploy at http://chilipeppr.com/smoothie as the new standard workspace location.
I could help on direction/thoughts/approaches, but don’t have time to write code.