Skip to content

Commit

Permalink
collate and use inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
patkan committed Dec 2, 2023
1 parent 4f68e8d commit b34e666
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 9 deletions.
11 changes: 2 additions & 9 deletions data/profile/TM-U220B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@
TM-U220B:
name: TM-U220B
vendor: Epson
inherits: simple
inherits: TM-U220
notes: Two-color impact printer with 76mm output
features:
bitImageRaster: false
bitImageColumn: true
highDensity: false
paperPartCut: true
colors:
0: black
1: alternate
media:
width:
# @page 20
mm: 63.4
pixels: 400

...
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 b34e666

Please sign in to comment.