1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

cameo/: new command write_gerber, for Gerber output

This commit is contained in:
Werner Almesberger
2015-03-15 21:07:47 -03:00
parent dddb035255
commit c7ff028cc9
6 changed files with 70 additions and 12 deletions

View File

@@ -45,10 +45,11 @@ translation.
File output:
write [<filename>]
write_gerber [<filename>]
append [<filenname>]
Writes all loaded paths in gnuplot format to the specified file. If the
file name is omitted, "write" writes to standard output.
Writes all loaded paths in gnuplot or Gerber format to the specified file.
If the file name is omitted, "write" writes to standard output.
"append" is like "write", except that it appends to an existing file.