Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

Set total lines manually #31

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.

woutgg commented 8 years ago

Implemented (see https://github.com/Doodle3D/doodle3d-firmware/issues/51#issuecomment-198393165 for details).