Skip to content

Commit e6408fa

Browse files
committed
Tune left and right margins
1 parent 8571cb5 commit e6408fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ppd/genmedia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
PAPER_SIZE_ID_VAR = "cupsInteger2"
1212

1313
# left bottom right top
14-
MARGINS_MM = (0, 3.556, 0, 3.556)
14+
MARGINS_MM = (2, 3.556, 2, 3.556)
1515

1616
PAGE_SIZE_TABLE = {
1717
0x01: ("Letter", 0x0d, 612, 792, 5100, 6600),

0 commit comments

Comments
 (0)