Plotter: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:


Wikipedia: [http://en.wikipedia.org/wiki/Plotter Plotter],  [http://en.wikipedia.org/wiki/HPGL HPGL]
Wikipedia: [http://en.wikipedia.org/wiki/Plotter Plotter],  [http://en.wikipedia.org/wiki/HPGL HPGL]
Program that seems to work:
<PRE>
IN;
SC0,40,0,40;
SP7;
PU0,0;
PD100,0,100,100,0,100,0,0;
PU50,50;
CI25;
</PRE>

Revision as of 00:49, 18 January 2011

On December 20, 2009, someone (who?) donated a beautiful HP DraftMaster I pen plotter (HP P/N 7595A).

There's a Flickr set of somebody else's DraftMaster for reference.

Our plotter:

  • appears to be in good physical condition
  • comes with a pen carousel
  • comes with one pen holder (holding a #2 pencil, nach)
  • has a DB-25 that probably wants to speak HP-GL over RS-232

We need:

  • service manuals
  • pen holders
  • paper
  • software that emits HPGL
  • a paper holder (probably a wire cage) to catch the print as it finishes

Documentation:

HPGL Software:

Pens:

Wikipedia: Plotter, HPGL


Program that seems to work:

IN;
SC0,40,0,40;
SP7;
PU0,0;
PD100,0,100,100,0,100,0,0;
PU50,50;
CI25;