I've been using inkscape quite happily for years, with my own laser-cutters etc... all good.... but now I'm increasingly having to send files to proper grown-up engineers, and they all seem to use software like Autocad,
So... I need to get files into a format where they can import them without having to manually tweak things. The DXF import (and plugins) from Inkscape don't achieve this terribly well - there are always issues of turning curves into straight-line segments etc... so I figured that what I need to do is export them, then open them in draftsight (a younger sibling to the software used by the engineers), and from that I can export in whatever format they require.
So.... exporting a DXF from inskcape directly produces an hillariously bad import into draftsight. An "O" comes out as a drunken octogon.
I read that the Big Blue Saw creator (this plugin used to work, but no longer does for me) uses Pstoedit... a (linux) command-line tool... seems like that might be a good idea, but when I do
Code: Select all
pstoedit -dt -f -v dxf:-polyaslines\ -mm infile.eps outfile.dxf
But this outputs an empty DXF file
Code: Select all
0SECTION
2
HEADER
9
$ACADVER
1
AC1009
9
$EXTMIN
10
0.0
20
0.0
30
0.0
9
$EXTMAX
10
1000.0
20
1000.0
30
0.0
9
$FILLMODE
70
0
9
$SPLFRAME
70
1
0
ENDSEC
0
SECTION
2
TABLES
0
TABLE
2
LAYER
70
1
0
LAYER
2
0
70
0
62
7
6
CONTINUOUS
0
ENDTAB
0
ENDSEC
0
SECTION
2
ENTITIES
0
ENDSEC
0
EOF
So... not sure where to go from here.
Any ideas?
Nick