sineysitch@yahoo.co.uk [kicad-users]
2018-01-26 11:27:48 UTC
Roughly spaeking, how would a KiCad Python script look which does "step and repeat" for a pre-defined input rectangle selection?
E.g. If it was C, a function like this:
void StepRepeat(x0,y0,x1,y1,dx,dy,nX,nY);
Takes as input a rectangular selection (x0,y0,x1,y1) Repeats nX times with a spacing dx Repeats nY times with a spacing dy With the result of a rectangular array of identical "mini-boards".
E.g. If it was C, a function like this:
void StepRepeat(x0,y0,x1,y1,dx,dy,nX,nY);
Takes as input a rectangular selection (x0,y0,x1,y1) Repeats nX times with a spacing dx Repeats nY times with a spacing dy With the result of a rectangular array of identical "mini-boards".