MrDraw/docs/jsclientlib/slicing.rst
2016-08-26 17:47:38 +02:00

20 lines
605 B
ReStructuredText

.. sec-jsclientlib-slicing:
:mod:`OctoPrint.slicing`
------------------------
.. todo::
Needs to be documented
.. js:function:: OctoPrint.slicing.listAllSlicersAndProfiles(opts)
.. js:function:: OctoPrint.slicing.listProfilesForSlicer(slicer, opts)
.. js:function:: OctoPrint.slicing.getProfileForSlicer(slicer, profileId, opts)
.. js:function:: OctoPrint.slicing.addProfileForSlicer(slicer, profileId, profile, opts)
.. js:function:: OctoPrint.slicing.updateProfileForSlicer(slicer, profileId, profile, opts)
.. js:function:: OctoPrint.slicing.deleteProfileForSlicer(slicer, profileId, opts)