Date: Thu, 14 Dec 1995 09:26:38 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) To: binhdo@cs.ubc.ca Cc: questions@freebsd.org Subject: Re: print-filter for Buble Jet 20 Message-ID: <9512141626.AA26758@emu.fsl.noaa.gov> In-Reply-To: <199512140512.VAA29143@columbia.cs.ubc.ca> (message from Binh Do on Wed, 13 Dec 1995 21:12:53 -0800)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Binh" == Binh Do <binhdo@cs.ubc.ca> writes:
Binh> Hi. I am setting up a printer-filter for my BJ 20 and got
Binh> the staircase trouble. I do not have the manual with me, so
Binh> could somebody kindly send me his/her filter? I really
Binh> appreciate.
I don't have a BubbleJet 20 ... is it compatible with HP/PCL? If so,
you might be able to use the following:
------------------------------------------------------------------------
#!/bin/sh
printf "\033&k2G" && cat && printf "\f" && exit 0
exit 2
------------------------------------------------------------------------
Binh> BTW as I specified \&\& as in the handbook, I got errors and
Binh> so I tried to remove \, i.e. only && then it is OK(except
Binh> the above trouble). I think that is the Latex typo error, am
Binh> I right?
Yep, that sounds like an error alright! It should be ``&&''.
--
Sean Kelly
NOAA Forecast Systems Laboratory, Boulder Colorado USA
I used to own an ant farm but had to give it up. I couldn't find
tractors small enough to fit it. -- Steven Wright
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9512141626.AA26758>
