Fix wrong sw barcode heigh/width
This commit is contained in:
parent
4031fc3cb1
commit
2d02d8aa6b
@ -468,8 +468,8 @@ class Escpos(object):
|
|||||||
bc,
|
bc,
|
||||||
code,
|
code,
|
||||||
impl=impl,
|
impl=impl,
|
||||||
module_width=5, # TODO: _hw_barcode() size equivalence
|
module_height=5, # TODO: _hw_barcode() size equivalence
|
||||||
module_height=0.2, # TODO: _hw_barcode() size equivalence
|
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
||||||
text_distance=1, # TODO: _hw_barcode() size equivalence
|
text_distance=1, # TODO: _hw_barcode() size equivalence
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user