diff options
author | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-09 09:07:38 +0900 |
---|---|---|
committer | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-09 09:15:01 +0900 |
commit | 2b1c751ff76ebd6901633235ee694cc93dabce81 (patch) | |
tree | ba9c53c399a0daa763e4522a85ceb93f038d40fe /README.md | |
parent | 13ab9db6e7571f3d0fcb406bfe6795eea9ce4e1c (diff) | |
download | gerbonara-2b1c751ff76ebd6901633235ee694cc93dabce81.tar.gz gerbonara-2b1c751ff76ebd6901633235ee694cc93dabce81.tar.bz2 gerbonara-2b1c751ff76ebd6901633235ee694cc93dabce81.zip |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |