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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user