19 lines
472 B
ReStructuredText
19 lines
472 B
ReStructuredText
|
|
.. 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)
|