Adjusted docs of slicing API to match implementation

Follow-up to PR #1748
This commit is contained in:
Gina Häußge 2017-02-21 14:17:14 +01:00
parent 6aae0017c4
commit ed46d9967a

View file

@ -268,9 +268,14 @@ Slicer
- ``string``
- Identifier of the slicer
* - ``displayName``
- 0..1
- 1
- ``string``
- Display name of the slicer
* - ``sameDevice``
- 1
- ``boolean``
- Whether the slicer runs on the same device as OctoPrint (``true``) and hence can't be used while printing,
or not (``false``)
* - ``default``
- 1
- ``boolean``