OctoPrint/octoprint
Gina Häußge bd28c73bc5 Merge branch 'richard-jm/appearance' into devel 2013-03-02 12:20:24 +01:00
..
static Title and limited color control via settings 2013-03-02 10:56:32 +00:00
templates Title and limited color control via settings 2013-03-02 10:56:32 +00:00
util That was easy enough to continue temp monitoring whilst paused 2013-03-01 22:19:58 +00: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 Made settings module more flexible regarding variable path lengths to needed values, made speed for printer movement configurable 2013-02-16 20:28:09 +01:00
server.py Title and limited color control via settings 2013-03-02 10:56:32 +00:00
settings.py Title and limited color control via settings 2013-03-02 10:56:32 +00:00
timelapse.py Bugfix: added getter for interval attribute on TimedTimelapse, went missing since a refactoring a couple of weeks back. 2013-02-28 09:46:26 +01:00