Skip to content

Commit

Permalink
Update bills.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericCPU authored and joshmh committed Oct 21, 2019
1 parent 4caffe5 commit 862b696
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/f56/bills.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ module.exports = {
},
polymer: true
},
BGN: {
thickness: 0x0d,
lengths: {
1: [0x75, 0x6B],
2: [0x79, 0x6F],
5: [0x7E, 0x74],
10: [0x83, 0x79],
20: [0x88, 0x7E],
50: [0x8D, 0x83],
100: [0x92, 0x88]
},
polymer: false
},
CAD: {
thickness: 0x0d,
lengths: {
Expand Down

0 comments on commit 862b696

Please sign in to comment.