OctoPrint/octoprint/static/js
Gina Häußge 09ae8fcdc2 Always send M110 with the new line number (default 0)
Previously it worked since the first command of every print was forced to be an M110 and the line number at the beginning of each print was always forced back to 0 as well. Now it just uses the actual line number (increased on each sent of a checksumed/numbered line) and resets that when an M110 is encountered. What was missing was forcing the line number of the actual M110 command to the desired line number as well. Should be "more correct" than before now, and work.
2013-06-25 20:05:31 +02:00
..
bootstrap Added missing files 2013-04-14 13:15:54 +02:00
jquery Added jquery.min.js locally to avoid depending on 2013-06-17 00:11:17 +02:00
socket.io User management now working 2013-04-13 22:21:53 +02:00
avltree.js Made gcode viewer capable of handling progress information 2013-06-09 14:00:15 +02:00
knockout.js User management now working 2013-04-13 22:21:53 +02:00
less-1.3.3.min.js Refactored pagination/sorting/filtering of gcode files into own configurable listHelper now used to provide pagination etc to both gcode and timelapse file list. 2013-03-06 23:27:16 +01:00
modernizr.custom.js New option to sort gcode files by size, reverted former utc "fix" (doesn't work anymore, works without the fix, I have no idea...), added adjusted modernizr, delete metadata from old gcode file version when adding a new one 2013-03-03 19:37:52 +01:00
ui.js Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
underscore.js User management now working 2013-04-13 22:21:53 +02:00