Lengthen doc on PrinterInterface.select_file
This commit is contained in:
parent
214b48451b
commit
4bcdcced8a
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue