LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
265 stars 68 forks source link

Streaming Protocol for GRBL #188

Closed cprezzi closed 7 years ago

cprezzi commented 7 years ago

I have implemented the grbl streaming protocol in branch overrides. Could somebody please test.

Should I make the protocol swichable between ping-pong and streaming, or is it ok to move to the streaming protocol completely?

ghost commented 7 years ago

@chamnit would probably say Go Streaming! (: This is awesome!

ghost commented 7 years ago

I've pulled over overrides into Master so we can get a couple more users testing

I accidentally grabbed some TinyG work (nice coincidence, my new controller from Synthetos should arrive this week... the new G2 based laser specific controller of theirs...)

I cleaned up a error in server-smoothie.js too

cprezzi commented 7 years ago

Good you checked server-smoothie as I was not able to test because the lack of a smoothie board.

cprezzi commented 7 years ago

I started working on TinyG but didn't came to far. I try to use the comm library from TinyG but will need a board to finish work.