Skip to content

Instantly share code, notes, and snippets.

@alepez
Created January 26, 2018 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alepez/32c31b4ce4d6e0666f252488579deecb to your computer and use it in GitHub Desktop.
Save alepez/32c31b4ce4d6e0666f252488579deecb to your computer and use it in GitHub Desktop.
Brother MFC-J480DW cuts off top margin

Brother MFC-J480DW cuts off top margin

In Linux, my Brother MFC-J480DW cuts off top margin when used with A4 paper, even if all settings are set to A4.

To make it work, I had to edit /opt/brother/Printers/mfcj480dw/inf/brmfcj480dwrc file (that's the path in Gentoo, it could be different in other distributions).

And change:

PaperType=Letter

to

PaperType=A4

See https://ubuntuforums.org/showthread.php?t=1450999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment