Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

makerbot driver should follow protocol spec more closely #251

Open woutgg opened 10 years ago

woutgg commented 10 years ago

The S3G protocol specifies a state machine for handling transmission of packets. It would be a good thing to implement this in the makerbot driver. See https://raw.githubusercontent.com/makerbot/s3g/master/doc/SendCommand.png and other diagrams in S3G documentation.