MrDraw/octoprint
Bryan Mayland 27bc7d3d03 Increase progress callback to every 1000 lines.
The processor handles 2500 lines per second on a 700MHz pi so as a baseline
that's still 2.5 updates per second.
2013-08-07 11:23:40 -04:00
..
static Refresh gcode visualization if the selected file is modified 2013-07-21 06:48:06 -04:00
templates Added left space on filesystem holding the uploads folder to the gcode files list 2013-07-20 16:01:17 +02:00
util Increase progress callback to every 1000 lines. 2013-08-07 11:23:40 -04: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 More in-source documentation for events 2013-06-29 14:33:05 +02:00
gcodefiles.py Merge gcodeInterpreter optimizations from daid/Cura 2013-08-07 11:01:48 -04:00
printer.py Refresh gcode visualization if the selected file is modified 2013-07-21 06:48:06 -04:00
server.py Added left space on filesystem holding the uploads folder to the gcode files list 2013-07-20 16:01:17 +02:00
settings.py Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +02:00
timelapse.py Fixed typo (flip{X|Y} => flip{H|V}) 2013-08-05 17:42:56 +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