This website requires JavaScript.
Explore
Help
Sign In
q3k
/
OctoPrint
Watch
1
Star
0
Fork
You've already forked OctoPrint
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e828d4e7b7
OctoPrint
/
octoprint
History
Richard Mitchell
e828d4e7b7
New settings split off
2013-02-23 19:37:38 +00:00
..
static
Merge remote-tracking branch 'upstream/devel' into devel
2013-02-23 18:40:28 +00:00
templates
New settings split off
2013-02-23 19:37:38 +00:00
util
Added logging to file on top of to stdout, temperature parsing now can cope with negative temperature (shouldn't normally occur but seems to happen with buggy firmware), added option to wait for "start" response from printer firmware before switching to state "operational" (defaults to previous behaviour)
2013-02-17 17:47:06 +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
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
Merge remote-tracking branch 'upstream/devel' into devel
2013-02-23 18:40:28 +00:00
settings.py
New temperature profile settings and hooked into ui. WIP: add and remove profiles
2013-02-23 17:47:01 +00:00
timelapse.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