Subject:
|
Re: Building a Postscript printer?
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Sat, 24 Jun 2000 16:33:10 GMT
|
Original-From:
|
Chris Osborn <fozztexx@SPAMCAKEfozztexx.com>
|
Viewed:
|
908 times
|
| |
 | |
On Jun. 23 00, 11:35 PDT, "Manoj Plakal" <plakal@no-spam.cs.wisc.edu>
wrote:
> I'm completely new to the Lego Mindstorms scene. I was thinking
> about getting RIS 1.5 this summer, and one cool project I was
> thinking about was building a robot that could be used as a printer
> or plotter of vector graphics e.g., Postscript, or the Scalable
> Vector Graphics (SVG) Markup Language from www.w3.org.
You're going to want to use GhostScript for your PostScript
interpreter. It already does a good job of interpreting PostScript,
so you don't have to write one from the ground up. Then all you
have to do is put definitions into the main dictionary that redefine
the basic set of functions to instead output the vectors that should
be plotted to a file or stdout.
From there your PC can just chew through the list of vectors and
tell the RCX what to do.
This is essentially the method I used to turn my HPGL plotter into
a PostScript plotter.
---
Chris Osborn FozzTexx Enterprises
fozztexx@fozztexx.com 2136 Coronado Ave.
http://www.fozztexx.com/ Napa, CA 94559
|
|
Message has 1 Reply:  | | Re: Building a Postscript printer?
|
| Yup, that was pretty much what I was planning to do. Hack Ghostscript into something to generate a sequence of vector commands to drive the RCX. I was searching for information on a Postscript->HPGL/PCL converter myself since that is basically what (...) (25 years ago, 24-Jun-00, to lugnet.robotics)
|
Message is in Reply To:
 | | Building a Postscript printer?
|
| Hello, I'm completely new to the Lego Mindstorms scene. I was thinking about getting RIS 1.5 this summer, and one cool project I was thinking about was building a robot that could be used as a printer or plotter of vector graphics e.g., Postscript, (...) (25 years ago, 23-Jun-00, to lugnet.robotics)
|
10 Messages in This Thread:   
          
       
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|