Open stuffmatic opened 9 months ago
Looking closer at the command documentation, it states for the TM-T20, TM-T20II and TM-T20III that Only a partial cut (one point left uncut) is available. Therefore the behavior is the same between odd and even parameter m in each
If full cuts are indeed impossible, then perhaps the TM-T20II
profile should be updated to reflect that?
Hi @stuffmatic and sorry for the late response.
You are right. The command documentation states that only partial cut is supported along the TM-T20 series.
However, the capabilities profile database does not belong to this project, but it does to escpos-printer-db so this issue should be reported to that project.
Would you open a new issue or maybe a PR updating the TM-T20 profile at the escpos-printer-db project?
I have:
Bug description
I'm using the
TM-T20II
profile to control my Epson TM T20III (which should be backward compatible with previous TM T20 models according to Epson). Printing seems to work fine but I can't perform full cuts, even thoughpaperFullCut
is supported by theTM-T20II
profile. This ESC/POS quick reference for the TM T20II and this command documentation also indicate that full cuts are supported. Any help would be greatly appreciated!Steps to reproduce
The result always looks like this, regardless of the requested cut type, whereas I expect the receipts to be cut off completely when requesting a full cut.
Device info
Printer: Epson TM T20III
python-escpos version: 3.1
python version: 3.11.4
operating system: MacOS Sonoma 14.1.1
Edit: The Technical reference guide states that the cutting method is Partial cut (cutting with one point at left uncut). Could this mean that full cut is not supported, even though the command is available?