MrDraw/src/octoprint
Gina Häußge 48d74ef2fd Improved handshake procedure on comm layer
"Hello" command sent to printer to trigger initial handshake can now be
configured. Commands that _always_ necessitate to be sent with checksum/
line number (e.g. M110 on Marlin) can be configured as such too.

Also fixed an issue causing the "Hello" command to not be actually enqueued
first thing on opening a connection. Seems to not have caused harm in the
wild, but was unintentional.
(cherry picked from commit 5c2ae37)
2016-03-09 11:23:50 +01:00
..
filemanager Fixed file manager unit tests, added tests for print recovery functionality 2016-02-09 10:45:54 +01:00
plugin Fix missing kwargs in PluginSettings remove 2016-01-04 09:25:58 -08:00
plugins Kill background tasks of virtual printer on disconnect 2016-02-16 15:09:22 +01:00
printer Always reset the job data on disconnect 2016-02-16 09:52:56 +01:00
server Limit file upload dialogs to supported file extensions 2016-02-09 18:03:04 +01:00
slicing Fixed checks with os.path.realpath() for systems with symlinked paths 2015-12-04 17:36:49 +01:00
static Fixed a bug that prevented the "Upload to SD" button from working 2016-02-15 09:58:04 +01:00
templates Added estimates total time from gcode viewer to gcode viewer tab 2016-02-10 09:58:40 +01:00
translations/de/LC_MESSAGES Updated translation files & german translation 2016-02-10 12:43:13 +01:00
util Improved handshake procedure on comm layer 2016-03-09 11:23:50 +01:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Refreshed versioneer again 2015-10-23 09:53:25 +02: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 Refactored timelapse core 2015-10-02 18:18:31 +02:00
settings.py Improved handshake procedure on comm layer 2016-03-09 11:23:50 +01:00
timelapse.py More timelapse unit tests 2016-02-10 16:44:46 +01:00
users.py Disabled ACL is now tracked through enabled flag on UserManager 2015-12-17 13:08:45 +01:00