OctoPrint/octoprint
Richard Mitchell e07043bf36 Realised I wanted to use the fan control during printing 2013-02-10 09:07:50 +00:00
..
static Added extrusion controls, kept motor and fan controls in general control area as suggested (recurring demand suggests that they definitely aren't something to be added by anyone individually via custom controls), made custom controls always position themselves below the general stuff. 2013-02-10 00:40:06 +01:00
templates Realised I wanted to use the fan control during printing 2013-02-10 09:07:50 +00:00
util Merge branch 'ajd4096-master' into devel 2013-02-06 19:56:45 +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 GCode file list now automatically switches to page with newly uploaded file as soon as upload request comes back from backend as finished. Progress bar also gets emptied again then. Careful: might take a bit after the upload progress reaches 100% since the file still has to be written to disk in the backend (have to look into how to get this done in a streaming way), metadata analysis gets triggered after returning a response. 2013-02-04 22:24:32 +01:00
printer.py Removed stripes from gcode table, fixed a tiny bug 2013-02-03 22:34:52 +01:00
server.py Added extrusion controls, kept motor and fan controls in general control area as suggested (recurring demand suggests that they definitely aren't something to be added by anyone individually via custom controls), made custom controls always position themselves below the general stuff. 2013-02-10 00:40:06 +01:00
settings.py Merge branch 'gcodeViewer' into devel 2013-02-03 21:38:00 +01:00
timelapse.py Further work on custom controls and custom bitrate for timelapses 2013-01-27 11:12:28 +01:00