Thanks. I checked the 3.18.7 PPDs and found out that the problem is still not fixed. The root issue is that the PPD does not define the DefaultResolution parameter which causes CUPS to use a default of 300dpi. So the problem is that the *DefaultResolution: 600x600dpi line is still missing from the PPD which I pointed out already at the beginning of this thread. It turns out that a lot of PPDs are missing this line: $ ( pwd ; zgrep -o DefaultResolution *ppd* | wc -l ; ls -l | wc -l ) ~/hplip-3.18.7/prnt/ps 256 339 As you can see, there are 339 PPD files in the prnt/ps directory and only 256 of them contain a DefaultResolution line. Probably the other ones also will have a similar bug if the printer supports more than the CUPS default of 300dpi I therefore kindly ask you to add the DefaultResolution line to the PPD. If you point me to a place where I can submit a Pull Request I will gladly do so. Unfortunately neither the Sourceforge nor the Launchpad project seem to contain the source code repo. On Thu, 6 Sep 2018 at 11:55, gf