MrDraw/docs
Gina Häußge 36ae6dd6b9 Added adaptive rate limiting to client
The client now tries to detect if it's fast enough to process the
state updates usually send every 500ms, and if not notifies the
server to throttle the rate (e.g. to 1/1s, 1/1.5s etc).

Additionally, since the terminal tab of the client turned out to
be quite CPU intense when line number calculation, filtering etc
is enabled, the terminal tab now also falls back into a bit less
fancy mode if it detects its being processed too slow and optionally
even disables logging completely during printing (where a lot
of log messages need to be processed in a minimum amount of
time).

That way the UI should stay responsive even on very low powered
clients (e.g. chromium on a Pi), while printing.
2016-01-27 12:04:17 +01:00
..
_static [Docs] RTD needs a little extra help to get the code tag colors fixed... 2015-03-19 21:05:27 +01:00
api Added adaptive rate limiting to client 2016-01-27 12:04:17 +01:00
configuration Added documentation for server commands 2015-08-26 15:56:35 +02:00
development Even more documentation of the internal modules 2015-03-06 01:42:49 +01:00
events update docs to reflect new payload data 2015-04-02 14:53:00 -04:00
features Fixed custom control M114 example to also match negative coordinates 2016-01-05 11:48:55 +01:00
images [Docs] Forgot to check in an image 2015-04-15 18:57:30 +02:00
modules More/fixed documentation on the octoprint.server.util module 2015-05-26 13:16:01 +02:00
plugins PluginSettings.get_plugin_data_folder moved to OctoPrintPlugin.get_plugin_data_folder 2015-06-24 13:59:45 +02:00
sphinxext [Docs] Documented octoprint.comm.protocol.gcode hook 2015-03-25 18:24:51 +01:00
conf.py [Doc] let's see if moving the figures out of the tables solves the PDF issue 2015-03-26 10:55:51 +01:00
index.rst Also refer to wiki from docs until everything "official" is migrated 2015-07-04 23:51:29 +02:00
make.bat Starting documentation based on Sphinx 2013-12-02 17:40:31 +01:00
Makefile Starting documentation based on Sphinx 2013-12-02 17:40:31 +01:00