MrDraw/src/octoprint
2015-02-10 10:55:47 +01:00
..
filemanager More error resilient handling of .metadata.yaml writes in local storage 2014-12-20 01:06:40 +01:00
plugin Some more unit tests for the plugin manager 2015-02-05 19:20:51 +01:00
plugins Adjusted discovery plugin to new blueprint and settings functionality for plugins 2015-01-30 22:22:39 +01:00
printer Fall back to unmodified default profile if the overridden version is invalid 2015-02-03 11:46:30 +01:00
server Fix the system menu again (stupid comma...) 2015-02-09 21:43:15 +01:00
slicing The plugin system now also injects self._settings into SettingsPlugins and create the blueprint for BlueprintPlugins 2015-01-30 13:22:35 +01:00
static Directly update color coding for success/failure in file list after finishing a print job 2015-02-10 10:55:47 +01:00
templates Properly disable UI elements again after change in templating 2015-02-09 16:12:07 +01:00
translations [i18n] Translation update 2014-12-18 15:15:23 +01:00
util Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or Yinf, causing in turn the file API to fail until the offending file was deleted and its metadata removed 2015-02-01 17:27:12 +01:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Fixed a couple of more missing branch fields and added Changelog entry 2014-11-04 10:07:46 +01:00
daemon.py Renamed delpid to term to better match its modified behavior. Moved the registration of the SIGTERM handler to avoid an extremely unlikely race condition. 2015-01-10 01:34:47 -08:00
events.py Added exception logging for event bus worker loop 2015-01-19 12:13:04 +01:00
settings.py Removed left overs from former cura integration 2015-01-28 15:36:44 +01:00
timelapse.py Only decrement the image counter if it is set and larger than 0 2014-12-28 00:19:55 +01:00
users.py Properly recognize app session keys everywhere. Also fixed a bug where the ApiUser was not properly provisioned with his roles. 2014-11-14 17:58:42 +01:00