Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Set total lines manually #51

Closed peteruithoven closed 8 years ago

peteruithoven commented 8 years ago

Currently the total_lines is probably buffered_lines + current_line, but this means that while still sending (buffering) gcode total_lines is far of the actual total lines. It would be interesting to allow overriding this in the /printer/print api request.

Also see: https://github.com/Doodle3D/print3d/issues/31

woutgg commented 8 years ago

Implemented here in the server, here in the firmware and here in the client.