MrDraw/src/octoprint
2014-09-12 12:18:15 +02:00
..
filemanager Added two file headers 2014-08-12 15:35:56 +02:00
plugin Introduced __plugin_init__ method called after all plugins have been discovered 2014-09-12 11:21:39 +02:00
plugins/discovery Added some comments to discovery plugin 2014-09-12 11:22:06 +02:00
server Fixed a bug that broke the first-run-dialog 2014-09-12 12:18:15 +02:00
slicers Properly handle exceptions other than a non-zero return code for slicing and timelapse rendering 2014-07-17 15:34:00 +02:00
static Try to reconnect to backend when switching from ap to wifi 2014-09-11 15:40:04 +02:00
templates Try to reconnect to backend when switching from ap to wifi 2014-09-11 15:40:04 +02:00
translations i18n: Added dutch and norwegian translations 2014-09-03 18:59:50 +02:00
util Added plugin helpers, added ssdp/zeroconf browsing in discovery plugin as first helpers 2014-09-10 22:28:03 +02:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Versioneer now also returns and persists the branch from which OctoPrint was installed 2014-09-03 10:56:39 +02:00
daemon.py Actually, umask 002 is what we want here. 2013-10-27 02:39:29 +02:00
events.py Plugins can now also be retrieved via entry_points, also added EventPlugin and afterStartup handler in StartupPlugin 2014-09-10 15:46:14 +02:00
gcodefiles.py And also forgot to push one more file 2014-05-19 18:00:57 +02:00
printer.py Also update the metadata correctly when an analysis finishes 2014-08-08 17:13:41 +02:00
settings.py First experiments with a plugin system, service discovery and connectivity ensurance 2014-09-05 17:11:11 +02:00
timelapse.py Properly handle exceptions other than a non-zero return code for slicing and timelapse rendering 2014-07-17 15:34:00 +02:00
users.py Added user apikeys, made ajax api available via apikeys, restified ajax api (WIP) 2013-11-19 22:53:26 +01:00