Home > general > OSX HP Color LaserJet CM1312 MFP duplex printing

OSX HP Color LaserJet CM1312 MFP duplex printing

December 17th, 2009

When I started to use my HP Color LaserJet CM1312 MFP it turned out that manual duplex printing was not exactly working. Page 1 had page 7 on the back etc. The problem was that the printer prints its pages in opposite direction, starting with the last page. I spend lots of time seaching for a solution. I found this website, which descibes how to change your printer driver in order to print from 1 to n. Here are the steps you need to do…

hp-color-laserjet-cm1312-printer

Open a terminal
First copythe driver to a temporary location

$ cp /Library/Printers/PPDs/Contents/Resources/HP\ Color\ LaserJet\ CM1312\ MFP Series.gz ~/Desktop

Second make backup of this file

$ cp ~/Desktop/HP\ Color\ LaserJet\ CM1312\ MFP Series.gz ~/Desktop/HP\ Color\ LaserJet\ CM1312\ MFP Series.gz.bak

Goto your temporary location:

$ cd ~/Desktop

And extract the archive:

$ gunzip HP\ Color\ LaserJet\ CM1312\ MFP Series.gz

Open nano:

$ nano HP\ Color\ LaserJet\ CM1312\ MFP Series

Change the following lines:
*DefaultHPFaceOrientation: FaceUp into *DefaultHPFaceOrientation: FaceDown

and
*HPManDupTumbleFirstSides: False into *HPManDupTumbleFirstSides: True

Save the file.

Now we need to zip our driver again:

$ gzip -c HP\ Color\ LaserJet\ CM1312\ MFP Series > HP\ Color\ LaserJet\ CM1312\ MFP\ Series.gz

Copy the driver back to the system library

$ cp HP\ Color\ LaserJet\ CM1312\ MFP\ Series.gz /Library/Printers/PPDs/Contents/Resources/

Now open up your printers preference panel and remove your printer.

Reinstall your printer and the new driver will be used.

You can now use your manual duplex printer!

general , , , , ,

  1. No comments yet.
  1. No trackbacks yet.