diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..bda0f2d --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ +DXF utilities and CAMM-GL III converters + +To convert a DXF file to CAMM-GL (which is apparently basically just HP-GL): + +$ perl -I. ./dxf2camm.pl --sort box,bottom,left camm-test.dxf > camm-test.camm + +To see, what is being plotted, the file can be converted to SVG (colors represent order, going from red to violet): + +$ perl -I. ./camm2svg.pl camm-test.camm > camm-test.svg + +For the XML tools you need the perl module XML::DOM (package "libxml-dom-perl" in Debian) + |