I verified that this works. Both modes cut the paper 95% of the way through.

This commit is contained in:
Maximilian Wagenbach 2020-05-26 01:38:57 +02:00
parent ef34cca463
commit ee6eef6db3
1 changed files with 0 additions and 2 deletions

View File

@ -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')