From 0561cf7899e728d4b80dbcab108ce880fcafbf8c Mon Sep 17 00:00:00 2001 From: Thomas Kremer <-> Date: Thu, 24 Sep 2020 21:58:49 +0200 Subject: initial commit --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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) + -- cgit v1.2.3