MrDraw/docs/jsclientlib/slicing.rst

21 lines
605 B
ReStructuredText
Raw Normal View History

2016-08-26 15:47:38 +00:00
.. 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)