2014-09-12 12:26:29 +00:00
|
|
|
.. _sec-plugins:
|
|
|
|
|
|
2015-01-16 16:11:31 +00:00
|
|
|
#######
|
|
|
|
|
Plugins
|
|
|
|
|
#######
|
2014-09-12 12:26:29 +00:00
|
|
|
|
|
|
|
|
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
|
2014-09-30 21:20:22 +00:00
|
|
|
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.
|
2014-09-12 12:26:29 +00:00
|
|
|
|
2014-09-30 21:20:22 +00:00
|
|
|
.. toctree::
|
2015-01-16 16:11:31 +00:00
|
|
|
:maxdepth: 3
|
2014-09-12 12:26:29 +00:00
|
|
|
|
2015-01-16 16:11:31 +00:00
|
|
|
using.rst
|
2014-09-30 21:20:22 +00:00
|
|
|
developing.rst
|