Adjusted docs of slicing API to match implementation
Follow-up to PR #1748
This commit is contained in:
parent
6aae0017c4
commit
ed46d9967a
1 changed files with 6 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue