From 4bcdcced8af5c1588d7460db7b2ecd158a60b4be Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Tue, 11 Aug 2015 01:08:25 -0700 Subject: [PATCH] Lengthen doc on PrinterInterface.select_file --- src/octoprint/printer/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/octoprint/printer/__init__.py b/src/octoprint/printer/__init__.py index 0a4195da..59265604 100644 --- a/src/octoprint/printer/__init__.py +++ b/src/octoprint/printer/__init__.py @@ -221,6 +221,10 @@ class PrinterInterface(object): Arguments: path (str): The path to select for printing. Either an absolute path (local file) or a + filename (SD card). + sd (boolean): Indicates whether the file is on the SD card or not. + printAfterSelect (boolean): Indicates whether a print should be started + after the file is selected. """ raise NotImplementedError()