I
discovered Inkscape's existance several weeks ago, trying to find
alternatives to the crappy software that came with the Rolland CAMM-1
PNC-950 vinyl cutter I'm using. Inkscape does almost everything that I
want. I started off--after much trial and error, mostly error--saving
to a .emf and importing it into a trial version of SignGo. Works
perfectly, except that SignGo isn't free, and it certainly isn't worth
the price tag. After more trial and error, I end up using pstoedit.exe
-f hpgl -xscale 1.4130 -yscale 1.4130 something.eps thatthing.plt, and
use Roland's DropOut utility to send it to the cutter. I need a good
starting point on creating an INX so I can just save as plt. I can't
find the INX for save as .eps, what's in extensions points to a .sh
script which I don't believe is actually being used. So how do I get
SVG to create a temp .eps, instead of svg? Win32 by the way.
Several issues I still have:
I don't like this whole jumping through eps deal. I really want svg paths to hpgl, KISS.
There
seems to be some difference between Inkscapes .ps and .eps output. Page
orientation, maybe scaling as well. Shouldn't they render the same?
pstoedit uses Ghostscript for input, so internally it should render the
page very well. I know of some complaints with the -hpgl output filter,
-plot-hpgl seems to be worse for my purposes. I created a simple
drawing with a couple of lines, -hpgl moves the pen straight point to
point, and -plot-hpgl added in all kinds of points inbetween the ends
of the line.
Why am I having to scale? I suspect pstoedit -hpgl.
Figuring out the proper scaling values wasn't hard, but I shouldn't
have had to do it to begin with.
Thanx.

