improvement streaming GCode #75
Replies: 3 comments 3 replies
-
Yes improve streaming engine and do buffered streaming instead of simple ping/pong streaming. It is in todo list but not on top list for the moment |
Beta Was this translation helpful? Give feedback.
-
Not sure if this helps. In CNC machining it's called Drip Feeding a program. One whole block (or line) of G code is sent to the controller's buffered memory at a time. The controller sends a signal to the external device (can be a PC connected over serial port or a networked server running DNC software) that it is ready for the next block of G code. The buffered memory size on the controller has to be large enough to handle the Look Ahead function (G103). Hopefully that helps. |
Beta Was this translation helpful? Give feedback.
-
MSK TFT has a good use effect, we should learn its way |
Beta Was this translation helpful? Give feedback.
-
There is a lag when printing the periphery, especially for circles
Is there any solution
https://github.com/user-attachments/assets/c70e3009-63f9-458c-a247-72a4bb87e5c5
Beta Was this translation helpful? Give feedback.
All reactions