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

Logic changes to make use of gcode buffering improvements #298

Open woutgg opened 8 years ago

woutgg commented 8 years ago

With the modifications to print3d's GCodeBuffer (details here, integration in progress), it is now possible for the server to perform several sanity checks while appending code as well as rejecting new code when the buffer is full.

Steps to take

For this to work though, the client should undergo some changes:

Where appropriate, links are marked with 'unsure'.

peteruithoven commented 8 years ago

See branch: https://github.com/Doodle3D/doodle3d-client/commits/feature/buffer-full-retry

woutgg commented 8 years ago

Only recent changes have been mentioned here, they should make a good starting point to find older changes (mainly in firmware and print3d) which facilitate the new ones though.