It’s a long way…to the GRBL 1.1
I CAN’T WAIT!!!
Have you tested the code I posted ? My new driver chip arrived this evening so I will be soldering it tomorrow and testing the new parser.
But if yours is working Luca then please confirm and i will drop my work in progress. Silly for two people to be developing the same thing.
With your new buttons will you also be changing the gcode list widget ? And I think that with v1+ a different jogging syntax exists. Have you coded for that?
I 'm changing also the Serial Por Console, the gcode widget not yet.
I used part of your code anyway. A preview can be found here http://www.lunix.it/grbl/workspace.html?forcerefresh=true but I have to fix lot of things…
My code has bugs for sure. I didn’t have any messages to test against. I am doing so now.
Is there a way as a community to ensure that we don’t have wasted duplicate effort in the future?
Yes of course… I have some trouble using github… but we can share the code ftw!!!
There are too many messages on the console.log. It’s very hard to debug errors… (I can’t see my topic on the community page… maybe I’m marked as spam?)
The easiest is just to add a filter into the console. And turn off sjps after a few seconds. So that you get a good selection but not a crazy amount.
Preview: http://chilipeppr.com/grbl-v1 the workspace is onb github, next i’ll upload to it also Serial Console widget and grbl widget…
Well done. I have squished 95% of the bugs in the parser now. Including some in the V 0.9 code. I will commit to github in the morning.
Unless you forked my code I guess a manual diff is going to be necessary.
What are you changing in the actual serial port widget (as opposed to the serial log widget)?
Ok I’m forking your widget and modify that with diffs
If you wait two hours before forking I will have completed the debugging of the JavaScript.
Oppps I’ve just commit changes
Some code has been debugged by me
Hi guys, FYI i have updated the spjs widget to include support for the Arduino Mega board ( mine is running grbl 1.1e ) in the following pull request :
I also started looking at the code with a view to support 1+,
@Rob_Zeilinga
Are you saying that the sjps widget somehow natively does not support grbl 1.1?
As opposed to the lack of support being on the axes widget and the grbl widget.
No - spjs did not recognize arduino mega board. I thought that was the reason for the grbl widget not working.
Uhhmm I’m getting strange error: Error: Load timeout for modules: inline:com-chilipeppr-widget-grbl
