MrDraw/src
Gina Häußge baab1ce70a Use new generic TypedQueue for send queue and command queue
That way no M105 cascades can be triggered by the  M105 polling timer (or the M27
polling timer).

Adjusted logging output to make clear which queue rejected typed entry.

Made timeout handler send M105 with type "temperature" as well to make sure
we don't suddenly have two M105 directly after each other in the send_queue,
one from the polling timer, one from the timeout handler.

Fixes #1275
2016-03-11 17:25:39 +01:00
..
octoprint Use new generic TypedQueue for send queue and command queue 2016-03-11 17:25:39 +01:00
octoprint_setuptools Re-added dependency_links option for create_plugin_setup_parameters 2015-07-22 22:10:31 +02:00