C
Chapman Flack
Hi,
I picked up a used Phaser 750 laser. If I tell it something like:
true setstrokeadjust 0 setlinewidth
20 20 550 720 rectstroke
showpage
(that is, draw a rectangle 550 by 720 points with ll corner at 20,20)
and measure the rectangle with a ruler, it's 550 by 723 points.
On this printer, paper feeds in the y direction, so the dimensional
accuracy is spot on for transverse measurements, but about 0.4% off in
the feed direction.
I'm actually used to cheap inkjets being more accurate than that, and
this is kind of annoying because I sometimes print scales for
instruments and I want them dimensionally accurate. Of course by
measuring my particular printer I can just throw a scale factor into
the PostScript code, but that would make the file specific to my
printer ... PostScript was supposed to standardize dimensions so that
wouldn't be necessary ....
Is this typical accuracy for a laser? I suppose with an inkjet using a
paper feed stepper and a laser using a continuous feed, this kind of
thing could be seen on a laser if the feed speed is just a tad high.
Anybody know if there's a way to correct for it on a Phaser 750? The
front panel menu has adjustments for margin offsets but not for
stretch. One approach might be to add some code to the printer's
Sys/Start job (though I'm not sure what to put there); another might be
to look for a feed speed adjustment on the print engine. I have what
claims to be the service manual for this thing, but there's a great
deal it doesn't document; nothing about feed servo adjustments, and
nothing to describe any of the engineering test page procsets or the
RRCustomProcs procset visible in the postscript interpreter. At least
nothing I've found ... the organization of files on the CD is a bit
weird.
Thanks,
-Chap
I picked up a used Phaser 750 laser. If I tell it something like:
true setstrokeadjust 0 setlinewidth
20 20 550 720 rectstroke
showpage
(that is, draw a rectangle 550 by 720 points with ll corner at 20,20)
and measure the rectangle with a ruler, it's 550 by 723 points.
On this printer, paper feeds in the y direction, so the dimensional
accuracy is spot on for transverse measurements, but about 0.4% off in
the feed direction.
I'm actually used to cheap inkjets being more accurate than that, and
this is kind of annoying because I sometimes print scales for
instruments and I want them dimensionally accurate. Of course by
measuring my particular printer I can just throw a scale factor into
the PostScript code, but that would make the file specific to my
printer ... PostScript was supposed to standardize dimensions so that
wouldn't be necessary ....
Is this typical accuracy for a laser? I suppose with an inkjet using a
paper feed stepper and a laser using a continuous feed, this kind of
thing could be seen on a laser if the feed speed is just a tad high.
Anybody know if there's a way to correct for it on a Phaser 750? The
front panel menu has adjustments for margin offsets but not for
stretch. One approach might be to add some code to the printer's
Sys/Start job (though I'm not sure what to put there); another might be
to look for a feed speed adjustment on the print engine. I have what
claims to be the service manual for this thing, but there's a great
deal it doesn't document; nothing about feed servo adjustments, and
nothing to describe any of the engineering test page procsets or the
RRCustomProcs procset visible in the postscript interpreter. At least
nothing I've found ... the organization of files on the CD is a bit
weird.
Thanks,
-Chap