OctoPrint/octoprint
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
..
static Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
templates Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
util Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
__init__.py Gcode filemanagement now lives in its own module. Upload triggers gcode analysis, result is stored into metadata file. Print jobs triggered and their results are saved as well. Adjusted UI to display gcode analysis result and last print date and (color coded) result if available. Also adjusted gcode file list to color code entries according to last print result. 2013-01-30 20:56:17 +01:00
daemon.py Added credits to daemon.py 2013-03-10 21:08:14 +01:00
events.py Switched Timelapses to using Eventbus instead of direct connection 2013-06-16 21:50:50 +02:00
gcodefiles.py Added filament diameter retrieval from gcode generated by Cura, fixed Slic3r version 2013-06-18 21:28:05 +02:00
printer.py Fixing #166 showed a deeper rooted issue with line number handling introduced with repetier/sdcard/gcodestreaming 2013-06-24 22:09:40 +02:00
server.py Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
settings.py Always send M110 with the new line number (default 0) 2013-06-25 20:05:31 +02:00
timelapse.py Merge branch 'peteruithoven-master' into devel 2013-06-23 14:58:58 +02:00
users.py Upgraded to most recent Flask-Principal version, since an attribute name was changed there which OctoPrint uses 2013-04-14 15:33:11 +02:00