mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo: also connect paths from gnuplot files
We only did this for Gerber.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user