MrDraw/octoprint
2013-09-10 23:18:30 +02:00
..
filemanager Slicing STL and sending to gcode to SD card in place 2013-08-03 04:07:38 +00:00
slicers Use progress bar to inform about ongoing slicing, popup a notification on completion anyways. Also properly handle failed slicing and notify about that. 2013-09-09 19:27:17 +02:00
static Bugfix: Do not allow STL file upload if Cura support is not enabled 2013-09-09 20:57:09 +02:00
templates Fixed a couple of merge issues, changed way Cura is called (just using "python" won't work in environments where the default python executable doesn't bring the necessary dependencies to run Cura, now using Cura startup script instead), introduced some messaging to notify UI what's going on. 2013-09-09 16:51:46 +02:00
tests Fixed/added unit test 2013-09-09 21:53:13 +02:00
util Merge branch 'devel' into slicerSupport 2013-09-10 23:18:30 +02: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 Properly initialize timelapse when started during a paused print, better error resilience in event handler 2013-08-27 22:13:39 +02:00
gcodefiles.py Bugfix: Do not allow STL file upload if Cura support is not enabled 2013-09-09 20:57:09 +02:00
printer.py Fixed a couple of merge issues, changed way Cura is called (just using "python" won't work in environments where the default python executable doesn't bring the necessary dependencies to run Cura, now using Cura startup script instead), introduced some messaging to notify UI what's going on. 2013-09-09 16:51:46 +02:00
server.py Bugfix: Do not allow STL file upload if Cura support is not enabled 2013-09-09 20:57:09 +02:00
settings.py Merge branch 'devel' into henricksonrw-cura-integration 2013-09-09 11:41:24 +02:00
timelapse.py Timelapse configuration may now be saved 2013-09-08 15:41:26 +02:00
users.py Enforces a new first-run setup wizard for access control to be run and forbids running OctoPrint as root unless a special command option is supplied 2013-08-10 21:59:05 +02:00