From ed46d9967a3fb7360ee2f337a26391c144e52e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 21 Feb 2017 14:17:14 +0100 Subject: [PATCH] Adjusted docs of slicing API to match implementation Follow-up to PR #1748 --- docs/api/slicing.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/api/slicing.rst b/docs/api/slicing.rst index ff3b1fc9..010f1af7 100644 --- a/docs/api/slicing.rst +++ b/docs/api/slicing.rst @@ -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``