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

Make max buffer size dynamic #255

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

Currently our GCodeBuffer is limited by a fixed MAX_BUFFER_SIZE. At the moment it's set to 3MB. Can we make this dynamic, according to the available free space? On a fresh box, without sketches I seem to have 14.4MB available.

woutgg commented 8 years ago

See https://github.com/Doodle3D/print3d/issues/35