DOC elaborate on partial cut

closes #44
This commit is contained in:
Patrick Kanzler 2016-01-13 16:06:18 +01:00
parent 198b50ac5e
commit 939e66834e
1 changed files with 5 additions and 1 deletions

View File

@ -507,7 +507,11 @@ class Escpos(object):
pass
def cut(self, mode=''):
""" Cut paper
""" Cut paper.
Without any arguments the paper will be cut completely. With 'mode=PART' a partial cut will
be attempted. Note however, that not all models can do a partial cut. See the documentation of
your printer for details.
:param mode: set to 'PART' for a partial cut
"""