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

Easier SD Card support through API #235

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

@jrv figured out you could save files on SD cards (used in Ultimaker's Ulticontroller for example): http://doodle3d.com/help/sd-card-upload-doodle3d Because this is quite challenging we could add easier support for SD card printing in the api. We could add endpoints like: GET: sdcard/ Returns info like whether an sdcard is supported and available. This could also be added to our general info endpoint. POST: sdcard/save Write gcode into a file. Because we can only handle so much data per post we need a first and last boolean so people can distribute gcode over multiple posts

POST: sdcard/print Print a file from SD card

POST: sdcard/pause POST: sdcard/delete Get: sdcard/list Reteive list of filenames