| I don't know if it will help, but here is the PreScribe command to change to 62 lines per inch:
!R! FRPO U0,5; FRPO U1,63;EXIT;
The way this works is that (U0) + (U1/100) = # lines per inch
5 + 63/100 = 5.63 lines per inch
5.63 x 11 = 61.93 lines per page
To restore the default if/when it doesn't work:
!R! FRPO U0,6; FRPO U1,0;EXIT;
6 + 0/100 = 6 lines per inch
6 x 11 = 66 lines per page
Enjoy =^..^= |