Panelization
json
{ "type": "PANELIZE", "ticket": 1 }||
{
"on":1,
"row":2,
"column":3,
"rowSpacing":5.5,
"columnSpacing":6.1,
"onlyOutline":1,
}|1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
- type panelization
PANELIZE. - ticket logical clock.
- on whether enabled.
- row number of rows.
- column number of columns.
- rowSpacing row spacing.
- columnSpacing column spacing.
- onlyOutline whether to panelize outline only.
json
{ "type": "PANELIZE_STAMP", "ticket": 1 }||
{
"direction":1,
"on":1,
"stampHoleGroupQuantity":3,
"stampHoleDiameter":8,
"stampHoleQuantityPerGroup":0,
"stampHoleSpacing":1,
}|1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
- type stamp hole parameters:
PANELIZE_STAMP. - ticket logical clock.
- direction direction:
0horizontal,1vertical. - on whether enabled (if not enabled, V-CUT is used).
- stampHoleGroupQuantity number of stamp hole groups.
- stampHoleDiameter stamp hole diameter.
- stampHoleQuantityPerGroup number of stamp holes per group.
- stampHoleSpacing stamp hole spacing.
json
{ "type": "PANELIZE_SIDE", "ticket": 1 }||
{
"direction":0,
"on":1,
"sideHeight":5,
"positionHoleDiameter":3,
"markDiameter":2,
"markExpansion":1,
}|1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
- type process edge parameters:
PANELIZE_SIDE. - ticket logical clock.
- direction direction:
0horizontal,1vertical. - on whether enabled (if not enabled, process edge is not used).
- sideHeight process edge height.
- positionHoleDiameter positioning hole diameter (
0means no positioning hole). - markDiameter Mark dot diameter (
0means Mark dot disabled). - markExpansion Mark dot solder mask expansion.