OctoPrint/octoprint
Gina Häußge 6fd0646128 Revamped gcode analysis.
Now UI and backend take data from saved metadata (if available). Metadata gets written after file upload and also on startup (for files that have not been added yet). Gcode analysis is interrupted if a printjob is started and resumed when it ends. Frontend is notified when new metadata comes available and UI triggers reload of gcode file list.  Also started on implementing proper logging.
2013-02-03 21:14:22 +01:00
..
static Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
templates Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
util Fixed exception triggered on analysis abort 2013-02-01 11:01:20 +01: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
gcodefiles.py Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
printer.py Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
server.py Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
settings.py Revamped gcode analysis. 2013-02-03 21:14:22 +01:00
timelapse.py Further work on custom controls and custom bitrate for timelapses 2013-01-27 11:12:28 +01:00