MrDraw/docs/jsclientlib/printerprofiles.rst

19 lines
472 B
ReStructuredText
Raw Normal View History

2016-08-26 15:47:38 +00:00
.. sec-jsclientlib-printerprofiles:
:mod:`OctoPrint.printerprofiles`
--------------------------------
.. todo::
Needs to be documented
.. js:function:: OctoPrint.printerprofiles.list(opts)
.. js:function:: OctoPrint.printerprofiles.get(id, opts)
.. js:function:: OctoPrint.printerprofiles.add(profile, additional, opts)
.. js:function:: OctoPrint.printerprofiles.update(id, profile, additional, opts)
.. js:function:: OctoPrint.printerprofiles.delete(id, opts)