@@ -77,9 +77,9 @@ include components sticking out of the board outline, you can specify tolerance
77
77
78
78
#### ` appendBoard `
79
79
```
80
- appendBoard(self, filename, destination, sourceArea=None, origin=Origin.Center,
81
- rotationAngle=0, shrink=False, tolerance=0, bufferOutline=1000,
82
- netRenamer=None, refRenamer=None, inheritDrc=True,
80
+ appendBoard(self, filename, destination, sourceArea=None, origin=Origin.Center,
81
+ rotationAngle=0, shrink=False, tolerance=0, bufferOutline=1000,
82
+ netRenamer=None, refRenamer=None, inheritDrc=True,
83
83
interpretAnnotations=True)
84
84
```
85
85
103
103
104
104
#### ` addCornerFiducials `
105
105
```
106
- addCornerFiducials(self, fidCount, horizontalOffset, verticalOffset,
106
+ addCornerFiducials(self, fidCount, horizontalOffset, verticalOffset,
107
107
copperDiameter, openingDiameter)
108
108
```
109
109
Add up to 4 fiducials to the top-left, top-right, bottom-left and
120
120
121
121
#### ` addCornerTooling `
122
122
```
123
- addCornerTooling(self, holeCount, horizontalOffset, verticalOffset, diameter,
123
+ addCornerTooling(self, holeCount, horizontalOffset, verticalOffset, diameter,
124
124
paste=False)
125
125
```
126
126
Add up to 4 tooling holes to the top-left, top-right, bottom-left and
@@ -166,9 +166,9 @@ diameter. The paste option allows to place the hole on the paste layers.
166
166
167
167
#### ` addText `
168
168
```
169
- addText(self, text, position, orientation=0, width=1500000, height=1500000,
170
- thickness=300000, hJustify=EDA_TEXT_HJUSTIFY_T.GR_TEXT_HJUSTIFY_CENTER,
171
- vJustify=EDA_TEXT_VJUSTIFY_T.GR_TEXT_VJUSTIFY_CENTER,
169
+ addText(self, text, position, orientation=0, width=1500000, height=1500000,
170
+ thickness=300000, hJustify=EDA_TEXT_HJUSTIFY_T.GR_TEXT_HJUSTIFY_CENTER,
171
+ vJustify=EDA_TEXT_VJUSTIFY_T.GR_TEXT_VJUSTIFY_CENTER,
172
172
layer=Layer.F_SilkS)
173
173
```
174
174
Add text at given position to the panel. If appending to the bottom
@@ -188,9 +188,9 @@ Adds a horizontal V-CUT at pos (integer in KiCAD units).
188
188
189
189
#### ` appendBoard `
190
190
```
191
- appendBoard(self, filename, destination, sourceArea=None, origin=Origin.Center,
192
- rotationAngle=0, shrink=False, tolerance=0, bufferOutline=1000,
193
- netRenamer=None, refRenamer=None, inheritDrc=True,
191
+ appendBoard(self, filename, destination, sourceArea=None, origin=Origin.Center,
192
+ rotationAngle=0, shrink=False, tolerance=0, bufferOutline=1000,
193
+ netRenamer=None, refRenamer=None, inheritDrc=True,
194
194
interpretAnnotations=True)
195
195
```
196
196
Appends a board to the panel.
@@ -256,7 +256,7 @@ Add tab annotations to the corners of the individual substrates.
256
256
257
257
#### ` buildTabAnnotationsFixed `
258
258
```
259
- buildTabAnnotationsFixed(self, hcount, vcount, hwidth, vwidth, minDistance,
259
+ buildTabAnnotationsFixed(self, hcount, vcount, hwidth, vwidth, minDistance,
260
260
ghostSubstrates)
261
261
```
262
262
Add tab annotations for the individual substrates based on number of
@@ -372,9 +372,9 @@ Generate vertical cuts for the frame corners and return them
372
372
373
373
#### ` makeGrid `
374
374
```
375
- makeGrid(self, boardfile, sourceArea, rows, cols, destination, verSpace,
376
- horSpace, rotation,
377
- placementClass=<class 'kikit.panelize.BasicGridPosition'>,
375
+ makeGrid(self, boardfile, sourceArea, rows, cols, destination, verSpace,
376
+ horSpace, rotation,
377
+ placementClass=<class 'kikit.panelize.BasicGridPosition'>,
378
378
netRenamePattern=Board_{n}-{orig}, refRenamePattern=Board_{n}-{orig})
379
379
```
380
380
Place the given board in a regular grid pattern with given spacing
0 commit comments