From 2b1c751ff76ebd6901633235ee694cc93dabce81 Mon Sep 17 00:00:00 2001 From: Hiroshi Murayama Date: Mon, 9 Sep 2019 09:07:38 +0900 Subject: improve compatibility with RS-274x specification: - can merge multiple files having different file scope modifier, such as AS, MI, OF, SF, and IR - support modal coordinate notation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d688edf..271573d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pcb-tools-extension adds following function to pcb-tools. - Rotate PCB data - Write back loaded PCB data (original pcb-tools does not work in some condition) - Merge multiple PCB data -- Translate DXF file to gerber data +- Translate DXF file to PCB data Only RS-274x format and Excellon drill format data can be handled by current version of this library. -- cgit