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

cameo: "area" now works on Z layers individually (untested)

This commit is contained in:
Werner Almesberger
2012-03-19 00:26:41 -03:00
parent 5ecce7de9e
commit 18c9477137
3 changed files with 41 additions and 13 deletions

View File

@@ -18,6 +18,6 @@
#include "path.h"
struct path *area(const struct path *path, double overlap);
struct path *area(const struct path *paths, double overlap);
#endif /* !AREA_H */