From ee6eef6db3aa57ed78020b3ca63b3b5b02ce7ecb Mon Sep 17 00:00:00 2001 From: Maximilian Wagenbach Date: Tue, 26 May 2020 01:38:57 +0200 Subject: [PATCH] I verified that this works. Both modes cut the paper 95% of the way through. --- src/escpos/escpos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/escpos/escpos.py b/src/escpos/escpos.py index 05a763d..de4ee09 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -661,8 +661,6 @@ class Escpos(object): be attempted. Note however, that not all models can do a partial cut. See the documentation of your printer for details. - .. todo:: Check this function on TM-T88II. - :param mode: set to 'PART' for a partial cut. default: 'FULL' :param feed: print and feed before cutting. default: true :raises ValueError: if mode not in ('FULL', 'PART')