Quote:
Hello, Bill!
You wrote on Sun, 25 Mar 2007 02:39:03 -0700:
B.signals(S) {
S.polygons(P) {
P.wires(W) {
s="";
sprintf(s, "ripup (%f %f);", u2mm(W.x1), u2mm(W.y1));
cmd+=s;
break;
}
}
}
cmd += "grid last;";
exit(cmd);
}
*****************
start (gulp)
(gulp) Maybe I should find another hobby
..end (gulp)
I turn white when I look at some of the ULPs
Thanks! But it seem to only rip up the polygon in the bottom layer(?). How
should the script be modified to rip-up polygons in every layer?
(that would really make life easier, hope someone can help!).
Best regards
Ole,
--
Web access to CadSoft support forums at www.eaglecentral.ca. Where the CadSoft EAGLE community meets.
Quote:
Hello, Bill!
You wrote on Sun, 25 Mar 2007 02:39:03 -0700:
B.signals(S) {
S.polygons(P) {
P.wires(W) {
s="";
sprintf(s, "ripup (%f %f);", u2mm(W.x1), u2mm(W.y1));
cmd+=s;
break;
}
}
}
cmd += "grid last;";
exit(cmd);
}
*****************
start (gulp)
(gulp) Maybe I should find another hobby
..end (gulp)
I turn white when I look at some of the ULPs
Thanks! But it seem to only rip up the polygon in the bottom layer(?). How
should the script be modified to rip-up polygons in every layer?
(that would really make life easier, hope someone can help!).
Best regards
Ole,
--
Web access to CadSoft support forums at www.eaglecentral.ca. Where the CadSoft EAGLE community meets.