MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

Easy stream gcode to robot #270

Open i-make-robots opened 5 months ago

i-make-robots commented 5 months ago

A way to send one line at a time is good… but not good enough.

The method exists to stream gcode to the simulated robot. This could be made to work with the real machine, too.

idea 1

Both would have to work through a COM port. Serial connection would not know the difference. EditorPanel would not know the difference. In effect the EditorPanel would think everything is behind the Presentation layer of the serial connection.

idea 2

??