mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:04:16 +02:00
cameo: also connect paths from gnuplot files
We only did this for Gerber.
This commit is contained in:
parent
7354edee2b
commit
90254ef0bc
@ -85,7 +85,7 @@ struct path *gnuplot_read(const char *name, double r_tool_default)
|
||||
path_add(path, x, y, z);
|
||||
}
|
||||
fclose(file);
|
||||
return paths;
|
||||
return path_connect(paths);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user