MrDraw/docs/plugins/index.rst

25 lines
651 B
ReStructuredText
Raw Normal View History

.. automodule:: octoprint.plugin.types
.. _sec-plugins:
2015-01-16 16:11:31 +00:00
#######
Plugins
#######
Starting with OctoPrint 1.2.0, there's now a plugin system in place which allows to individually
extend OctoPrint's functionality.
2015-01-16 16:11:31 +00:00
Right now plugins can be used to extend OctoPrint's web interface, to execute specific tasks on server startup and
shutdown, to provide custom (API) endpoints with special functionality, to react on system events or to add support for
additional slicers. More plugin types are planned for the future.
.. toctree::
2015-01-16 16:11:31 +00:00
:maxdepth: 3
2015-01-16 16:11:31 +00:00
using.rst
gettingstarted.rst
infrastructure.rst
distributing.rst
mixins.rst
hooks.rst