Skip to content

Commit

Permalink
Add the B model, which has an cutter by default. (#86)
Browse files Browse the repository at this point in the history
* Add the B model, which has an cutter by default.

---------

Co-authored-by: tuxmaster <tuxmaster@users.noreply.github.com>
Co-authored-by: Patrick Kanzler <dev@pkanzler.de>
  • Loading branch information
3 people authored Dec 2, 2023
1 parent 9a760e6 commit 4006299
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/profile/TM-U220B.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# More info on this printer is posted at
# https://files.support.epson.com/pdf/pos/bulk/tm-u220_trg_en_std_reve.pdf
TM-U220B:
name: TM-U220B
vendor: Epson
inherits: TM-U220
notes: Two-color impact printer with 76mm output
features:
bitImageRaster: false
bitImageColumn: true
highDensity: false
paperPartCut: true
...
43 changes: 43 additions & 0 deletions dist/capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,49 @@
"notes": "Two-color impact printer with 80mm output",
"vendor": "Epson"
},
"TM-U220B": {
"codePages": {
"0": "CP437"
},
"colors": {
"0": "black",
"1": "alternate"
},
"features": {
"barcodeA": false,
"barcodeB": false,
"bitImageColumn": true,
"bitImageRaster": false,
"graphics": false,
"highDensity": false,
"paperFullCut": false,
"paperPartCut": true,
"pdf417Code": false,
"pulseBel": false,
"pulseStandard": true,
"qrCode": false,
"starCommands": false
},
"fonts": {
"0": {
"columns": 42,
"name": "Font A"
},
"1": {
"columns": 56,
"name": "Font B"
}
},
"media": {
"width": {
"mm": 63.4,
"pixels": 400
}
},
"name": "TM-U220B",
"notes": "Two-color impact printer with 76mm output",
"vendor": "Epson"
},
"TSP600": {
"codePages": {
"0": "CP437",
Expand Down
35 changes: 35 additions & 0 deletions dist/capabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3336,6 +3336,41 @@ profiles:
notes: "Two-color impact printer with 80mm output"
vendor: "Epson"

TM-U220B:
codePages:
0: "CP437"
colors:
0: "black"
1: "alternate"
features:
barcodeA: no
barcodeB: no
bitImageColumn: yes
bitImageRaster: no
graphics: no
highDensity: no
paperFullCut: no
paperPartCut: yes
pdf417Code: no
pulseBel: no
pulseStandard: yes
qrCode: no
starCommands: no
fonts:
0:
columns: 42
name: "Font A"
1:
columns: 56
name: "Font B"
media:
width:
mm: 63.4
pixels: 400
name: "TM-U220B"
notes: "Two-color impact printer with 76mm output"
vendor: "Epson"

TSP600:

codePages:
Expand Down

0 comments on commit 4006299

Please sign in to comment.