Hi Scott Trying to use Laser Web to as GCode Sender I am using

Hi Scott
Trying to use Laser Web to as GCode Sender
I am using a custom version of grbl firmware which uses a none standard GCode syntax to send raster information. This causes a syntax error and the job is aborted.

Is there an easy way to turn off syntax checking while still implementing the standard wait for OK serial protocol used by grbl??

Every thing is working perfectly as long as I don’t send this custom syntax.
Thanks

have you by chance tried the Universal GCODE Sender application to send your custom GCODE? I know this doesn’t answer your question but I thought I’d throw it out there just in case.

I have custom software that I have been using in a windows environment that works just fine. The end game is to install Laser Web on a raspberry pi and use it in a headless way so Universal GCode sender won’t help because I am after the web interface.

+Peter van der Walt Oops, I bad, Sorry Peter. I do want to make this mod. Just looking for some general direction of which files are responsible for doing the syntax check??

Do you send periodic [?] commands to get real time position between statements. If your code does not syntax check this is the only thing that makes sense??

Could you let me know what file and function has this as this will cause problems for what I am doing. I realize that this will cause LaserWeb not to update the current position but that is OK.
Thanks

Thanks, Awsome