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

cameo/: new gnuplot tag #%id= with generator-assigned identifier

Excellon and Gerber store the file name there.
This commit is contained in:
Werner Almesberger
2011-09-05 05:46:25 -03:00
parent 41bffa8f79
commit a42a18fef3
8 changed files with 40 additions and 25 deletions

View File

@@ -72,7 +72,7 @@ struct path *gerber_read(const char *name, double r_tool_default)
switch (d) {
case 1:
if (!path) {
path = path_new(r_tool_default);
path = path_new(r_tool_default, name);
*anchor = path;
anchor = &path->next;
path_add(path, start_x, start_y, 0);