MrDraw/src/octoprint
Mark Walker 7e894d2ac2 ClearableQueue redundant with self.close
Closing the printer connection and then reopening (when the users clicks
connect) will create a new fresh MachineCom object so the queues will
start out empty.  Plus ClearableQueue was even more tied to the Queue
implementation that the current _get/_put overrides.
(cherry picked from commit e7584cd)
2015-08-28 08:09:02 +02:00
..
filemanager FileMgr: Only remove callback if it exists. 2015-08-24 14:45:14 +02:00
plugin Fix: Don't automatically persist or return _config_version 2015-07-02 15:27:35 +02:00
plugins SWU: Various improvements for better usability 2015-08-26 16:03:11 +02:00
printer atomic_write context to save configs first to temp file, then move 2015-08-24 14:56:12 +02:00
server Made diskspace running low a bit more obvious 2015-08-27 17:14:10 +02:00
slicing Better resilience against errors within plugins 2015-07-14 09:26:20 +02:00
static Made diskspace running low a bit more obvious 2015-08-27 17:14:10 +02:00
templates Made diskspace running low a bit more obvious 2015-08-27 17:14:10 +02:00
translations/de/LC_MESSAGES Updated translation 2015-07-07 19:00:11 +02:00
util ClearableQueue redundant with self.close 2015-08-28 08:09:02 +02: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 Fixed some comments that were outdated 2015-06-30 19:12:52 +02:00
settings.py Made diskspace running low a bit more obvious 2015-08-27 17:14:10 +02:00
timelapse.py transpose=2 is counter clockwise, plus filter order should be rotation 2015-07-20 09:37:56 +02:00
users.py Fixes usersettings never reached the client's browser 2015-07-20 10:10:00 +02:00