From 939e66834e624938c268f4234ae7fab19db8ca57 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 13 Jan 2016 16:06:18 +0100 Subject: [PATCH] DOC elaborate on partial cut closes #44 --- escpos/escpos.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/escpos/escpos.py b/escpos/escpos.py index dc8912e..fc94f95 100644 --- a/escpos/escpos.py +++ b/escpos/escpos.py @@ -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 """