Compare commits
3 Commits
342b243984
...
55cff1e2eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 55cff1e2eb | |||
| a8dc82de93 | |||
| c5a3ee0866 |
@@ -170,3 +170,6 @@ The display uses a two-tier refresh:
|
|||||||
- **Full refresh** (2-bit grayscale quality) — triggers 10 seconds after the last draw event
|
- **Full refresh** (2-bit grayscale quality) — triggers 10 seconds after the last draw event
|
||||||
|
|
||||||
Full refresh restores proper 4-shade rendering after the fast partial updates.
|
Full refresh restores proper 4-shade rendering after the fast partial updates.
|
||||||
|
|
||||||
|
## Enclosure
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 186 KiB |
@@ -17,3 +17,6 @@ NA Jbox screw spacing:
|
|||||||
|
|
||||||
* "Box Mount" (Where the switch mounts to the jbox): 3.281"
|
* "Box Mount" (Where the switch mounts to the jbox): 3.281"
|
||||||
* "Strap Mount" (Where the cover plate mounts to the switch): 3.812"
|
* "Strap Mount" (Where the cover plate mounts to the switch): 3.812"
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|||||||
|
After Width: | Height: | Size: 173 KiB |
@@ -0,0 +1,884 @@
|
|||||||
|
{
|
||||||
|
"AdjustImgPosX": -1,
|
||||||
|
"AdjustImgPosY": -1,
|
||||||
|
"AdjustImgSizeX": -1,
|
||||||
|
"AdjustImgSizeY": -1,
|
||||||
|
"AlignH": 2,
|
||||||
|
"AlignV": 0,
|
||||||
|
"AlwaysTextDlg": false,
|
||||||
|
"AnchorH": 1,
|
||||||
|
"AnchorV": 1,
|
||||||
|
"Antialiasing": true,
|
||||||
|
"AutoCheckForUpdates": true,
|
||||||
|
"AutoSaveSeconds": 120,
|
||||||
|
"BoolHelpPosX": -1,
|
||||||
|
"BoolHelpPosY": -1,
|
||||||
|
"BypassSystemDialogs": false,
|
||||||
|
"CameraRotate90": false,
|
||||||
|
"ClickSelTolerance": 3,
|
||||||
|
"ColorCameraView": true,
|
||||||
|
"ControlMoveIncrement": 1,
|
||||||
|
"CutList": [
|
||||||
|
{
|
||||||
|
"index": 0,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C00",
|
||||||
|
"priority": 0,
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 1,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C01",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 2,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C02",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 3,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C03",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 4,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C04",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 5,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C05",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 6,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C06",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 7,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C07",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 8,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C08",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 9,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C09",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 10,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C10",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 11,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C11",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 12,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C12",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 13,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C13",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 14,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C14",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 15,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C15",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 16,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C16",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 17,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C17",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 18,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C18",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 19,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C19",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 20,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C20",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 21,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C21",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 22,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C22",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 23,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C23",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 24,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C24",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 25,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C25",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 26,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C26",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 27,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C27",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 28,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C28",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"index": 29,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C29",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 0,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C00",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 1,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C01",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 2,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C02",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 3,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C03",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 4,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C04",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 5,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C05",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 6,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C06",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 7,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C07",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 8,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C08",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 9,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C09",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 10,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C10",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 11,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C11",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 12,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C12",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 13,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C13",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 14,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C14",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 15,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C15",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 16,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C16",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 17,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C17",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 18,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C18",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 19,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C19",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 20,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C20",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 21,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C21",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 22,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C22",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 23,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C23",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 24,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C24",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 25,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C25",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 26,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C26",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 27,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C27",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 28,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C28",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ditherMode": "stucki",
|
||||||
|
"index": 29,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "C29",
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Image"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CutOrigin": 2,
|
||||||
|
"DXFAutoClose": 0.009999999776482582,
|
||||||
|
"DXFAutoDetectUnits": true,
|
||||||
|
"DXFExportArcs": true,
|
||||||
|
"DXFUnits": 0,
|
||||||
|
"DarkBackground": false,
|
||||||
|
"DefaultCutSetting": {
|
||||||
|
"index": 0,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "",
|
||||||
|
"priority": 0,
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
"DefaultDevice": -1,
|
||||||
|
"DefaultFontHeight": 25,
|
||||||
|
"DefaultFontName": "Arial",
|
||||||
|
"DefaultImgSetting": {
|
||||||
|
"index": 0,
|
||||||
|
"maxPower": 20,
|
||||||
|
"maxPower2": 20,
|
||||||
|
"name": "",
|
||||||
|
"priority": 0,
|
||||||
|
"speed": 100,
|
||||||
|
"type": "Cut"
|
||||||
|
},
|
||||||
|
"DeleteAfterTrace": false,
|
||||||
|
"DeviceList": [
|
||||||
|
{
|
||||||
|
"Checklist": "",
|
||||||
|
"DefaultCutList": [
|
||||||
|
],
|
||||||
|
"DefaultToolCutList": [
|
||||||
|
],
|
||||||
|
"DisplayName": "CR-Laser Falcon",
|
||||||
|
"EnableLaser2Offset": false,
|
||||||
|
"EnableProcessOffset": false,
|
||||||
|
"GUID": "zBmLTQwMDE",
|
||||||
|
"Height": 415,
|
||||||
|
"HomeOnStartup": true,
|
||||||
|
"Info": "",
|
||||||
|
"Laser2OffsetX": 0,
|
||||||
|
"Laser2OffsetY": 0,
|
||||||
|
"LastCamera": "",
|
||||||
|
"LastDevLibraryPath": "",
|
||||||
|
"MirrorX": false,
|
||||||
|
"MirrorY": false,
|
||||||
|
"Name": "GRBL",
|
||||||
|
"ProcessOffsetX": 0,
|
||||||
|
"ProcessOffsetY": 0,
|
||||||
|
"ProfilePath": "GRBL",
|
||||||
|
"ReverseIntervalCompensation": false,
|
||||||
|
"Settings": {
|
||||||
|
"AirAssistM7": false,
|
||||||
|
"BaudRate": 115200,
|
||||||
|
"CommPort": "ttyS4",
|
||||||
|
"EnableBoundsCheck": true,
|
||||||
|
"EnableDTR": false,
|
||||||
|
"EnableGrblJCommand": false,
|
||||||
|
"EnableZ": false,
|
||||||
|
"EndGCode": "",
|
||||||
|
"LaserFire_Enable": true,
|
||||||
|
"LaserFire_Power": 3,
|
||||||
|
"LastExportExt": "gcode",
|
||||||
|
"LastMachineFileExtension": "",
|
||||||
|
"LastMachineFilePath": "H:/",
|
||||||
|
"NegativeZ": false,
|
||||||
|
"OptimizeZ": false,
|
||||||
|
"Pen_AbsDownPos": 0,
|
||||||
|
"Pen_AbsUpPos": 0,
|
||||||
|
"Pen_DownDelay": 0,
|
||||||
|
"Pen_Enabled": false,
|
||||||
|
"Pen_Type": 0,
|
||||||
|
"Pen_UpDelay": 0,
|
||||||
|
"Pen_ZRelChange": 0,
|
||||||
|
"RelativeZOnly": false,
|
||||||
|
"S_Scale": 1000,
|
||||||
|
"Sim_CornerTolerance": 0.009999999776482582,
|
||||||
|
"Sim_FastWhiteScan": false,
|
||||||
|
"Sim_FastWhiteScanSpeed": 0,
|
||||||
|
"Sim_GlobalFactor": 1,
|
||||||
|
"Sim_MaxAccelX": 3000,
|
||||||
|
"Sim_MaxAccelY": 3000,
|
||||||
|
"Sim_MaxSpeedX": 500,
|
||||||
|
"Sim_MaxSpeedY": 400,
|
||||||
|
"Sim_MinCornerSpeed": 1,
|
||||||
|
"Sim_RapidSpeed": 400,
|
||||||
|
"Sim_ScanAccelX": 3000,
|
||||||
|
"Sim_ScanAccelY": 3000,
|
||||||
|
"Sim_SpeedFactor": 1,
|
||||||
|
"SkipWhiteFlag": false,
|
||||||
|
"SkipWhiteSpeed": 0,
|
||||||
|
"StartGCode": "",
|
||||||
|
"TabPulseWidth": 0.05000000074505806,
|
||||||
|
"TransferMode": 0,
|
||||||
|
"UseG0ForOverscan": false,
|
||||||
|
"UserFinishX": 0,
|
||||||
|
"UserFinishY": 0
|
||||||
|
},
|
||||||
|
"Type": "Serial",
|
||||||
|
"Width": 400
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Checklist": "",
|
||||||
|
"DefaultCutList": [
|
||||||
|
],
|
||||||
|
"DefaultToolCutList": [
|
||||||
|
],
|
||||||
|
"DisplayName": "GRBL-M3 (1.1e or earlier)",
|
||||||
|
"EnableLaser2Offset": false,
|
||||||
|
"EnableProcessOffset": false,
|
||||||
|
"GUID": "WUzYzllYWU",
|
||||||
|
"Height": 415,
|
||||||
|
"HomeOnStartup": true,
|
||||||
|
"Info": "",
|
||||||
|
"Laser2OffsetX": 0,
|
||||||
|
"Laser2OffsetY": 0,
|
||||||
|
"LastCamera": "",
|
||||||
|
"LastDevLibraryPath": "/home/growlph/Documents/LightBurn Material Library.clb",
|
||||||
|
"MirrorX": false,
|
||||||
|
"MirrorY": false,
|
||||||
|
"Name": "GRBL-M3 (1.1e or earlier)",
|
||||||
|
"ProcessOffsetX": 0,
|
||||||
|
"ProcessOffsetY": 0,
|
||||||
|
"ProfilePath": "GRBL-M3 (1.1e or earlier)",
|
||||||
|
"ReverseIntervalCompensation": false,
|
||||||
|
"Settings": {
|
||||||
|
"AlignH": 2,
|
||||||
|
"AlignV": 0,
|
||||||
|
"BaudRate": 115200,
|
||||||
|
"CommPort": "ttyS4",
|
||||||
|
"DockState_ArtBrowser": false,
|
||||||
|
"DockState_Camera": true,
|
||||||
|
"DockState_Console": true,
|
||||||
|
"DockState_CutLibrary": true,
|
||||||
|
"DockState_LaserFiles": false,
|
||||||
|
"DockState_Move": true,
|
||||||
|
"DockState_ShapeProperties": false,
|
||||||
|
"DockState_VariableText": true,
|
||||||
|
"LaserFire_Power": 0,
|
||||||
|
"LastExportExt": "gcode",
|
||||||
|
"LastMachineFileExtension": "",
|
||||||
|
"LastMachineFilePath": "/home/growlph/Projects/Enraged Rabbit Carrot Feeder/Pregate PCB",
|
||||||
|
"S_Scale": 1000,
|
||||||
|
"Sim_CornerTolerance": 0.009999999776482582,
|
||||||
|
"Sim_FastWhiteScan": false,
|
||||||
|
"Sim_FastWhiteScanSpeed": 400,
|
||||||
|
"Sim_GlobalFactor": 1,
|
||||||
|
"Sim_MaxAccelX": 500,
|
||||||
|
"Sim_MaxAccelY": 500,
|
||||||
|
"Sim_MaxSpeedX": 416.6666564941406,
|
||||||
|
"Sim_MaxSpeedY": 133.3333282470703,
|
||||||
|
"Sim_MinCornerSpeed": 1,
|
||||||
|
"Sim_RapidSpeed": 275,
|
||||||
|
"Sim_ScanAccelX": 500,
|
||||||
|
"Sim_ScanAccelY": 500,
|
||||||
|
"Sim_SpeedFactor": 1,
|
||||||
|
"UserFinishX": 0,
|
||||||
|
"UserFinishY": 0
|
||||||
|
},
|
||||||
|
"Type": "Serial",
|
||||||
|
"Width": 400
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"DiscardOutOfBoundsShapes": true,
|
||||||
|
"DisplayFontHeight": 7,
|
||||||
|
"DisplayTolerance": 1,
|
||||||
|
"DockLockInner": true,
|
||||||
|
"DockMoveAsGroup": true,
|
||||||
|
"DockPadding": 0,
|
||||||
|
"DragSelThreshold": 2,
|
||||||
|
"EnableRTL": false,
|
||||||
|
"FilledView": false,
|
||||||
|
"FontFavorites": [
|
||||||
|
],
|
||||||
|
"FontRecents": [
|
||||||
|
],
|
||||||
|
"FontsHidden": [
|
||||||
|
],
|
||||||
|
"Fonts_ShowSHX": true,
|
||||||
|
"Fonts_ShowTTF": true,
|
||||||
|
"Frame_ImageBounds": false,
|
||||||
|
"Frame_Individually": true,
|
||||||
|
"Frame_Mode": 1,
|
||||||
|
"Frame_OutsideOnly": true,
|
||||||
|
"GridArray_BetweenCentersX": false,
|
||||||
|
"GridArray_BetweenCentersY": false,
|
||||||
|
"GridArray_CreateVirtual": false,
|
||||||
|
"GridArray_GroupResults": true,
|
||||||
|
"GridArray_RandomOrientation": false,
|
||||||
|
"GridArray_RandomSeed": 0,
|
||||||
|
"GridArray_SelectResults": true,
|
||||||
|
"GridArray_XReverse": false,
|
||||||
|
"GridArray_XShiftByHalf": false,
|
||||||
|
"GridArray_XSpace": 5,
|
||||||
|
"GridArray_YReverse": false,
|
||||||
|
"GridArray_YShiftByHalf": false,
|
||||||
|
"GridArray_YSpace": 5,
|
||||||
|
"GridShade": 224,
|
||||||
|
"GridSnap": 1,
|
||||||
|
"GridSnapEnabled": true,
|
||||||
|
"GridSpacing": 10,
|
||||||
|
"GroupImportedShapes": false,
|
||||||
|
"Hpgl_1000": false,
|
||||||
|
"IgnoreStartIfMonitorOff": false,
|
||||||
|
"ImportHiddenAILayers": false,
|
||||||
|
"InvertMouseZoom": false,
|
||||||
|
"JogContinuous": false,
|
||||||
|
"Language": "en",
|
||||||
|
"LastArtLibraryPath": "",
|
||||||
|
"LastBarCode_CodeType": 58,
|
||||||
|
"LastBarCode_EvalType": 0,
|
||||||
|
"LastBarCode_Opt1": -1,
|
||||||
|
"LastBarCode_Opt2": 0,
|
||||||
|
"LastBarCode_Opt3": 0,
|
||||||
|
"LastBarCode_ProcessControlChars": false,
|
||||||
|
"LastBarCode_ShowText": true,
|
||||||
|
"LastBarCode_VarOffset": 0,
|
||||||
|
"LastCSVPath": "",
|
||||||
|
"LastExportPath": "",
|
||||||
|
"LastExportType": "",
|
||||||
|
"LastImportPath": "",
|
||||||
|
"LastLibraryPath": "",
|
||||||
|
"LastMachineSettingsPath": "",
|
||||||
|
"LastProjectPath": "/home/growlph/Projects/Enraged Rabbit Carrot Feeder/Pregate PCB v2",
|
||||||
|
"LastUpdateCheck": 154,
|
||||||
|
"LoadDefaultCutLayers": true,
|
||||||
|
"LockAspect": true,
|
||||||
|
"LooseColorMatch": true,
|
||||||
|
"MachineSettingsPosX": -1,
|
||||||
|
"MachineSettingsPosY": -1,
|
||||||
|
"MachineSettingsSizeX": -1,
|
||||||
|
"MachineSettingsSizeY": -1,
|
||||||
|
"MatchToolLayerColors": false,
|
||||||
|
"MaterialLibraries": [
|
||||||
|
"/home/growlph/Documents/LightBurn Material Library.clb"
|
||||||
|
],
|
||||||
|
"MeasurePosX": -1,
|
||||||
|
"MeasurePosY": -1,
|
||||||
|
"MoveJogDistance": 10,
|
||||||
|
"MoveJogSpeed": 100,
|
||||||
|
"MoveJogZSpeed": 10,
|
||||||
|
"NodeCursorSize": 0,
|
||||||
|
"NormalMoveIncrement": 5,
|
||||||
|
"ObjSnap": 10,
|
||||||
|
"ObjSnapEnabled": true,
|
||||||
|
"OffsetCorners": 0,
|
||||||
|
"OffsetDeleteOriginals": false,
|
||||||
|
"OffsetDirection": 0,
|
||||||
|
"OffsetDistance": 5,
|
||||||
|
"OffsetOptimizeOutput": false,
|
||||||
|
"OffsetOuterOnly": false,
|
||||||
|
"OffsetSelectOutput": false,
|
||||||
|
"Optimize_AllowReverse": true,
|
||||||
|
"Optimize_ByDirection": false,
|
||||||
|
"Optimize_ByGroup": -1,
|
||||||
|
"Optimize_ByLayer": 0,
|
||||||
|
"Optimize_ByPriority": 1,
|
||||||
|
"Optimize_ChooseCorners": false,
|
||||||
|
"Optimize_CutPriority": true,
|
||||||
|
"Optimize_CutSelected": false,
|
||||||
|
"Optimize_HideBacklash": false,
|
||||||
|
"Optimize_InnerToOuter": true,
|
||||||
|
"Optimize_OptimalEntryPoint": false,
|
||||||
|
"Optimize_OptimizeCuts": true,
|
||||||
|
"Optimize_OverlapDist": 0.02500000037252903,
|
||||||
|
"Optimize_ReduceDirChanges": false,
|
||||||
|
"Optimize_ReduceTravel": true,
|
||||||
|
"Optimize_RemoveOverlaps": false,
|
||||||
|
"Optimize_UseSelectedOrigin": false,
|
||||||
|
"Optimize_WhichDirection": 0,
|
||||||
|
"OutputTolerance": 0.05000000074505806,
|
||||||
|
"PlayFailedTransferSound": true,
|
||||||
|
"PreviewInverted": false,
|
||||||
|
"PreviewPlaySpeed": 0,
|
||||||
|
"PreviewPosX": -1,
|
||||||
|
"PreviewPosY": -1,
|
||||||
|
"PreviewRapidRate": 200,
|
||||||
|
"PreviewShadeByPower": false,
|
||||||
|
"PreviewShowTraversals": true,
|
||||||
|
"PreviewSizeX": -1,
|
||||||
|
"PreviewSizeY": -1,
|
||||||
|
"ProjectSaveVersion": 1,
|
||||||
|
"RadialArral_End": 360,
|
||||||
|
"RadialArral_Start": 0,
|
||||||
|
"RadialArray_GroupResults": false,
|
||||||
|
"RadialArray_NumCopies": 8,
|
||||||
|
"RadialArray_RotateCopies": true,
|
||||||
|
"RadialArray_SelectResults": true,
|
||||||
|
"RadialArray_UseLastAsCenter": true,
|
||||||
|
"RecentFiles": [
|
||||||
|
"/home/growlph/Projects/Enraged Rabbit Carrot Feeder/Pregate PCB v2/paste stencil v2.0 bottom.lbrn2",
|
||||||
|
"/home/growlph/Projects/Enraged Rabbit Carrot Feeder/Pregate PCB/paste stencil v1.0 bottom.lbrn2"
|
||||||
|
],
|
||||||
|
"ReduceMotion": false,
|
||||||
|
"SHXPath": "",
|
||||||
|
"SaveDragHandleStates": false,
|
||||||
|
"SaveJobLog": false,
|
||||||
|
"SaveJobOriginPrefsToProject": false,
|
||||||
|
"SaveSelectionPrefsToProject": false,
|
||||||
|
"SelectImportedShapes": true,
|
||||||
|
"ShiftMoveIncrement": 20,
|
||||||
|
"ShowAlarm2Helper": true,
|
||||||
|
"ShowCenterCross": false,
|
||||||
|
"ShowConnectionLostHelper": true,
|
||||||
|
"ShowCylinderCorrectionOnMain": false,
|
||||||
|
"ShowDockWindowHelp": true,
|
||||||
|
"ShowFullSpanCursor": false,
|
||||||
|
"ShowLaserPosition": false,
|
||||||
|
"ShowLicenseExpired": true,
|
||||||
|
"ShowLicenseExpiringSoon": true,
|
||||||
|
"ShowLinuxEOLWarning": false,
|
||||||
|
"ShowLockedShapesWarning": true,
|
||||||
|
"ShowPaletteLabels": true,
|
||||||
|
"ShowRotaryOnMain": false,
|
||||||
|
"ShowWin32Warning": true,
|
||||||
|
"SimpleMode": false,
|
||||||
|
"SupportHeight": 10,
|
||||||
|
"Svg96dpi": true,
|
||||||
|
"ToolButtonSize": 2,
|
||||||
|
"ToolCutList": [
|
||||||
|
{
|
||||||
|
"frame": true,
|
||||||
|
"hide": false,
|
||||||
|
"index": 30,
|
||||||
|
"name": "T1",
|
||||||
|
"type": "Tool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"frame": true,
|
||||||
|
"hide": false,
|
||||||
|
"index": 31,
|
||||||
|
"name": "T2",
|
||||||
|
"type": "Tool"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"TrialDayNag": 289,
|
||||||
|
"UseDefaultCameraCapture": false,
|
||||||
|
"UseExternalFileDialog": false,
|
||||||
|
"UseGestures": false,
|
||||||
|
"UseHighestCameraRes": true,
|
||||||
|
"UseSystemClipboard": true,
|
||||||
|
"WindowIsMaximized": true,
|
||||||
|
"WindowPosX": 64,
|
||||||
|
"WindowPosY": -64,
|
||||||
|
"WindowSizeX": 1823,
|
||||||
|
"WindowSizeY": 1300,
|
||||||
|
"WindowState": "000000ff00000000fd00000002000000000000000000000000fc0200000001fb0000001400410072007400420072006f00770073006500720000000000ffffffff0000016500ffffff000000010000038500000482fc0200000002fc000000d80000018a0000016a01000034fa000000000200000007fb0000000c0064007700430075007400730100000000ffffffff0000013500fffffffb0000001e004d006f00760065004c00610073006500720057006900640067006500740100000000ffffffff0000010e00fffffffb0000001a0043006f006e0073006f006c00650057006900640067006500740100000000ffffffff0000012d00fffffffb00000020004c006100730065007200460069006c006500730057006900640067006500740000000000ffffffff0000014300fffffffb0000002600430061006d0065007200610043006f006e00740072006f006c0057006900640067006500740100000000ffffffff0000013300fffffffb00000024005600610072006900610062006c006500540065007800740057006900640067006500740100000000ffffffff0000012900fffffffb0000002a0053006800610070006500500072006f00700065007200740069006500730057006900640067006500740000000000ffffffff000000b300fffffffc0000026e000002ec000002b000080034fa000000000200000002fb0000000e00640077004c00610073006500720100000000ffffffff000001700007fffffb00000020004300750074004c0069006200720061007200790057006900640067006500740100000000ffffffff0000027b00ffffff000005e20000048200000004000000040000000800000008fc0000000400000000000000020000000e007400620054006f006f006c00730300000000ffffffff000000000000000000000016007400620042006f006f006c0054006f006f006c0073030000013effffffff000000000000000000000002000000030000000c00740062004d00610069006e0100000000ffffffff00000000000000000000001a007400620041007200720061006e00670065006d0065006e0074010000027affffffff00000000000000000000001a007400620041007200720061006e00670065004c006f006e00670000000000ffffffff000000000000000000000002000000040000001c00740062004e0075006d0065007200690063004500640069007400730100000000ffffffff00000000000000000000000c00740062005400650078007401000004c0ffffffff00000000000000000000000e00740062004d006f0064006500730100000954ffffffff000000000000000000000012007400620044006f0063006b0069006e006701000009aaffffffff00000000000000000000000300000001000000180074006200430075007400500061006c00650074007400650100000000ffffffff0000000000000000",
|
||||||
|
"units": 0
|
||||||
|
}
|
||||||
@@ -0,0 +1,140 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:43-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Soldermask,Bot*%
|
||||||
|
%TF.FilePolarity,Negative*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:43*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
G04 Aperture macros list*
|
||||||
|
%AMRoundRect*
|
||||||
|
0 Rectangle with rounded corners*
|
||||||
|
0 $1 Rounding radius*
|
||||||
|
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||||
|
0 Add a 4 corners polygon primitive as box body*
|
||||||
|
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||||
|
0 Add four circle primitives for the rounded corners*
|
||||||
|
1,1,$1+$1,$2,$3*
|
||||||
|
1,1,$1+$1,$4,$5*
|
||||||
|
1,1,$1+$1,$6,$7*
|
||||||
|
1,1,$1+$1,$8,$9*
|
||||||
|
0 Add four rect primitives between the rounded corners*
|
||||||
|
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||||
|
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||||
|
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||||
|
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||||
|
G04 Aperture macros list end*
|
||||||
|
%ADD10C,2.000000*%
|
||||||
|
%ADD11R,1.700000X1.700000*%
|
||||||
|
%ADD12C,1.700000*%
|
||||||
|
%ADD13RoundRect,0.250000X-0.750000X0.600000X-0.750000X-0.600000X0.750000X-0.600000X0.750000X0.600000X0*%
|
||||||
|
%ADD14O,2.000000X1.700000*%
|
||||||
|
%ADD15RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
|
||||||
|
%ADD16RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
|
||||||
|
%ADD17RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
|
||||||
|
%ADD18RoundRect,0.375000X-0.625000X-0.375000X0.625000X-0.375000X0.625000X0.375000X-0.625000X0.375000X0*%
|
||||||
|
%ADD19RoundRect,0.500000X-0.500000X-1.400000X0.500000X-1.400000X0.500000X1.400000X-0.500000X1.400000X0*%
|
||||||
|
%ADD20RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||||
|
%ADD21RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
%TO.C,BOOT*%
|
||||||
|
X156262000Y-70394000D03*
|
||||||
|
X162762000Y-70394000D03*
|
||||||
|
X156262000Y-74894000D03*
|
||||||
|
X162762000Y-74894000D03*
|
||||||
|
%TD*%
|
||||||
|
D11*
|
||||||
|
%TO.C,J2*%
|
||||||
|
X159004000Y-79248000D03*
|
||||||
|
D12*
|
||||||
|
X161544000Y-79248000D03*
|
||||||
|
X164084000Y-79248000D03*
|
||||||
|
X166624000Y-79248000D03*
|
||||||
|
%TD*%
|
||||||
|
D10*
|
||||||
|
%TO.C,RST*%
|
||||||
|
X146102000Y-70394000D03*
|
||||||
|
X152602000Y-70394000D03*
|
||||||
|
X146102000Y-74894000D03*
|
||||||
|
X152602000Y-74894000D03*
|
||||||
|
%TD*%
|
||||||
|
D13*
|
||||||
|
%TO.C,PWR*%
|
||||||
|
X168529000Y-62865000D03*
|
||||||
|
D14*
|
||||||
|
X168529000Y-65365000D03*
|
||||||
|
%TD*%
|
||||||
|
D15*
|
||||||
|
%TO.C,C5*%
|
||||||
|
X186182000Y-63965000D03*
|
||||||
|
X186182000Y-66040000D03*
|
||||||
|
%TD*%
|
||||||
|
D16*
|
||||||
|
%TO.C,R3*%
|
||||||
|
X179308000Y-72263000D03*
|
||||||
|
X177308000Y-72263000D03*
|
||||||
|
%TD*%
|
||||||
|
D15*
|
||||||
|
%TO.C,C4*%
|
||||||
|
X188214000Y-63965000D03*
|
||||||
|
X188214000Y-66040000D03*
|
||||||
|
%TD*%
|
||||||
|
D17*
|
||||||
|
%TO.C,C1*%
|
||||||
|
X171936500Y-61468000D03*
|
||||||
|
X174011500Y-61468000D03*
|
||||||
|
%TD*%
|
||||||
|
D18*
|
||||||
|
%TO.C,U2*%
|
||||||
|
X172364000Y-68340000D03*
|
||||||
|
X172364000Y-66040000D03*
|
||||||
|
D19*
|
||||||
|
X178664000Y-66040000D03*
|
||||||
|
D18*
|
||||||
|
X172364000Y-63740000D03*
|
||||||
|
%TD*%
|
||||||
|
D20*
|
||||||
|
%TO.C,R4*%
|
||||||
|
X177308000Y-74295000D03*
|
||||||
|
X179308000Y-74295000D03*
|
||||||
|
%TD*%
|
||||||
|
D21*
|
||||||
|
%TO.C,C2*%
|
||||||
|
X178329500Y-61468000D03*
|
||||||
|
X176254500Y-61468000D03*
|
||||||
|
%TD*%
|
||||||
|
D11*
|
||||||
|
%TO.C,J1*%
|
||||||
|
X162814000Y-65278000D03*
|
||||||
|
D12*
|
||||||
|
X162814000Y-62738000D03*
|
||||||
|
X160274000Y-65278000D03*
|
||||||
|
X160274000Y-62738000D03*
|
||||||
|
X157734000Y-65278000D03*
|
||||||
|
X157734000Y-62738000D03*
|
||||||
|
X155194000Y-65278000D03*
|
||||||
|
X155194000Y-62738000D03*
|
||||||
|
X152654000Y-65278000D03*
|
||||||
|
X152654000Y-62738000D03*
|
||||||
|
X150114000Y-65278000D03*
|
||||||
|
X150114000Y-62738000D03*
|
||||||
|
X147574000Y-65278000D03*
|
||||||
|
X147574000Y-62738000D03*
|
||||||
|
X145034000Y-65278000D03*
|
||||||
|
X145034000Y-62738000D03*
|
||||||
|
X142494000Y-65278000D03*
|
||||||
|
X142494000Y-62738000D03*
|
||||||
|
X139954000Y-65278000D03*
|
||||||
|
X139954000Y-62738000D03*
|
||||||
|
X137414000Y-65278000D03*
|
||||||
|
X137414000Y-62738000D03*
|
||||||
|
X134874000Y-65278000D03*
|
||||||
|
X134874000Y-62738000D03*
|
||||||
|
%TD*%
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,79 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:43-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Paste,Bot*%
|
||||||
|
%TF.FilePolarity,Positive*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:43*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
G04 Aperture macros list*
|
||||||
|
%AMRoundRect*
|
||||||
|
0 Rectangle with rounded corners*
|
||||||
|
0 $1 Rounding radius*
|
||||||
|
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||||
|
0 Add a 4 corners polygon primitive as box body*
|
||||||
|
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||||
|
0 Add four circle primitives for the rounded corners*
|
||||||
|
1,1,$1+$1,$2,$3*
|
||||||
|
1,1,$1+$1,$4,$5*
|
||||||
|
1,1,$1+$1,$6,$7*
|
||||||
|
1,1,$1+$1,$8,$9*
|
||||||
|
0 Add four rect primitives between the rounded corners*
|
||||||
|
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||||
|
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||||
|
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||||
|
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||||
|
G04 Aperture macros list end*
|
||||||
|
%ADD10RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
|
||||||
|
%ADD11RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
|
||||||
|
%ADD12RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
|
||||||
|
%ADD13RoundRect,0.375000X-0.625000X-0.375000X0.625000X-0.375000X0.625000X0.375000X-0.625000X0.375000X0*%
|
||||||
|
%ADD14RoundRect,0.500000X-0.500000X-1.400000X0.500000X-1.400000X0.500000X1.400000X-0.500000X1.400000X0*%
|
||||||
|
%ADD15RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||||
|
%ADD16RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
%TO.C,C5*%
|
||||||
|
X186182000Y-63965000D03*
|
||||||
|
X186182000Y-66040000D03*
|
||||||
|
%TD*%
|
||||||
|
D11*
|
||||||
|
%TO.C,R3*%
|
||||||
|
X179308000Y-72263000D03*
|
||||||
|
X177308000Y-72263000D03*
|
||||||
|
%TD*%
|
||||||
|
D10*
|
||||||
|
%TO.C,C4*%
|
||||||
|
X188214000Y-63965000D03*
|
||||||
|
X188214000Y-66040000D03*
|
||||||
|
%TD*%
|
||||||
|
D12*
|
||||||
|
%TO.C,C1*%
|
||||||
|
X171936500Y-61468000D03*
|
||||||
|
X174011500Y-61468000D03*
|
||||||
|
%TD*%
|
||||||
|
D13*
|
||||||
|
%TO.C,U2*%
|
||||||
|
X172364000Y-68340000D03*
|
||||||
|
X172364000Y-66040000D03*
|
||||||
|
D14*
|
||||||
|
X178664000Y-66040000D03*
|
||||||
|
D13*
|
||||||
|
X172364000Y-63740000D03*
|
||||||
|
%TD*%
|
||||||
|
D15*
|
||||||
|
%TO.C,R4*%
|
||||||
|
X177308000Y-74295000D03*
|
||||||
|
X179308000Y-74295000D03*
|
||||||
|
%TD*%
|
||||||
|
D16*
|
||||||
|
%TO.C,C2*%
|
||||||
|
X178329500Y-61468000D03*
|
||||||
|
X176254500Y-61468000D03*
|
||||||
|
%TD*%
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,479 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:43-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Legend,Bot*%
|
||||||
|
%TF.FilePolarity,Positive*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:43*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
%ADD10C,0.150000*%
|
||||||
|
%ADD11C,0.120000*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
X186541580Y-61936333D02*
|
||||||
|
X186589200Y-61888714D01*
|
||||||
|
X186589200Y-61888714D02*
|
||||||
|
X186636819Y-61745857D01*
|
||||||
|
X186636819Y-61745857D02*
|
||||||
|
X186636819Y-61650619D01*
|
||||||
|
X186636819Y-61650619D02*
|
||||||
|
X186589200Y-61507762D01*
|
||||||
|
X186589200Y-61507762D02*
|
||||||
|
X186493961Y-61412524D01*
|
||||||
|
X186493961Y-61412524D02*
|
||||||
|
X186398723Y-61364905D01*
|
||||||
|
X186398723Y-61364905D02*
|
||||||
|
X186208247Y-61317286D01*
|
||||||
|
X186208247Y-61317286D02*
|
||||||
|
X186065390Y-61317286D01*
|
||||||
|
X186065390Y-61317286D02*
|
||||||
|
X185874914Y-61364905D01*
|
||||||
|
X185874914Y-61364905D02*
|
||||||
|
X185779676Y-61412524D01*
|
||||||
|
X185779676Y-61412524D02*
|
||||||
|
X185684438Y-61507762D01*
|
||||||
|
X185684438Y-61507762D02*
|
||||||
|
X185636819Y-61650619D01*
|
||||||
|
X185636819Y-61650619D02*
|
||||||
|
X185636819Y-61745857D01*
|
||||||
|
X185636819Y-61745857D02*
|
||||||
|
X185684438Y-61888714D01*
|
||||||
|
X185684438Y-61888714D02*
|
||||||
|
X185732057Y-61936333D01*
|
||||||
|
X185636819Y-62841095D02*
|
||||||
|
X185636819Y-62364905D01*
|
||||||
|
X185636819Y-62364905D02*
|
||||||
|
X186113009Y-62317286D01*
|
||||||
|
X186113009Y-62317286D02*
|
||||||
|
X186065390Y-62364905D01*
|
||||||
|
X186065390Y-62364905D02*
|
||||||
|
X186017771Y-62460143D01*
|
||||||
|
X186017771Y-62460143D02*
|
||||||
|
X186017771Y-62698238D01*
|
||||||
|
X186017771Y-62698238D02*
|
||||||
|
X186065390Y-62793476D01*
|
||||||
|
X186065390Y-62793476D02*
|
||||||
|
X186113009Y-62841095D01*
|
||||||
|
X186113009Y-62841095D02*
|
||||||
|
X186208247Y-62888714D01*
|
||||||
|
X186208247Y-62888714D02*
|
||||||
|
X186446342Y-62888714D01*
|
||||||
|
X186446342Y-62888714D02*
|
||||||
|
X186541580Y-62841095D01*
|
||||||
|
X186541580Y-62841095D02*
|
||||||
|
X186589200Y-62793476D01*
|
||||||
|
X186589200Y-62793476D02*
|
||||||
|
X186636819Y-62698238D01*
|
||||||
|
X186636819Y-62698238D02*
|
||||||
|
X186636819Y-62460143D01*
|
||||||
|
X186636819Y-62460143D02*
|
||||||
|
X186589200Y-62364905D01*
|
||||||
|
X186589200Y-62364905D02*
|
||||||
|
X186541580Y-62317286D01*
|
||||||
|
X175680666Y-72844819D02*
|
||||||
|
X176013999Y-72368628D01*
|
||||||
|
X176252094Y-72844819D02*
|
||||||
|
X176252094Y-71844819D01*
|
||||||
|
X176252094Y-71844819D02*
|
||||||
|
X175871142Y-71844819D01*
|
||||||
|
X175871142Y-71844819D02*
|
||||||
|
X175775904Y-71892438D01*
|
||||||
|
X175775904Y-71892438D02*
|
||||||
|
X175728285Y-71940057D01*
|
||||||
|
X175728285Y-71940057D02*
|
||||||
|
X175680666Y-72035295D01*
|
||||||
|
X175680666Y-72035295D02*
|
||||||
|
X175680666Y-72178152D01*
|
||||||
|
X175680666Y-72178152D02*
|
||||||
|
X175728285Y-72273390D01*
|
||||||
|
X175728285Y-72273390D02*
|
||||||
|
X175775904Y-72321009D01*
|
||||||
|
X175775904Y-72321009D02*
|
||||||
|
X175871142Y-72368628D01*
|
||||||
|
X175871142Y-72368628D02*
|
||||||
|
X176252094Y-72368628D01*
|
||||||
|
X175347332Y-71844819D02*
|
||||||
|
X174728285Y-71844819D01*
|
||||||
|
X174728285Y-71844819D02*
|
||||||
|
X175061618Y-72225771D01*
|
||||||
|
X175061618Y-72225771D02*
|
||||||
|
X174918761Y-72225771D01*
|
||||||
|
X174918761Y-72225771D02*
|
||||||
|
X174823523Y-72273390D01*
|
||||||
|
X174823523Y-72273390D02*
|
||||||
|
X174775904Y-72321009D01*
|
||||||
|
X174775904Y-72321009D02*
|
||||||
|
X174728285Y-72416247D01*
|
||||||
|
X174728285Y-72416247D02*
|
||||||
|
X174728285Y-72654342D01*
|
||||||
|
X174728285Y-72654342D02*
|
||||||
|
X174775904Y-72749580D01*
|
||||||
|
X174775904Y-72749580D02*
|
||||||
|
X174823523Y-72797200D01*
|
||||||
|
X174823523Y-72797200D02*
|
||||||
|
X174918761Y-72844819D01*
|
||||||
|
X174918761Y-72844819D02*
|
||||||
|
X175204475Y-72844819D01*
|
||||||
|
X175204475Y-72844819D02*
|
||||||
|
X175299713Y-72797200D01*
|
||||||
|
X175299713Y-72797200D02*
|
||||||
|
X175347332Y-72749580D01*
|
||||||
|
X182078238Y-72717819D02*
|
||||||
|
X182649666Y-72717819D01*
|
||||||
|
X182363952Y-72717819D02*
|
||||||
|
X182363952Y-71717819D01*
|
||||||
|
X182363952Y-71717819D02*
|
||||||
|
X182459190Y-71860676D01*
|
||||||
|
X182459190Y-71860676D02*
|
||||||
|
X182554428Y-71955914D01*
|
||||||
|
X182554428Y-71955914D02*
|
||||||
|
X182649666Y-72003533D01*
|
||||||
|
X181459190Y-71717819D02*
|
||||||
|
X181363952Y-71717819D01*
|
||||||
|
X181363952Y-71717819D02*
|
||||||
|
X181268714Y-71765438D01*
|
||||||
|
X181268714Y-71765438D02*
|
||||||
|
X181221095Y-71813057D01*
|
||||||
|
X181221095Y-71813057D02*
|
||||||
|
X181173476Y-71908295D01*
|
||||||
|
X181173476Y-71908295D02*
|
||||||
|
X181125857Y-72098771D01*
|
||||||
|
X181125857Y-72098771D02*
|
||||||
|
X181125857Y-72336866D01*
|
||||||
|
X181125857Y-72336866D02*
|
||||||
|
X181173476Y-72527342D01*
|
||||||
|
X181173476Y-72527342D02*
|
||||||
|
X181221095Y-72622580D01*
|
||||||
|
X181221095Y-72622580D02*
|
||||||
|
X181268714Y-72670200D01*
|
||||||
|
X181268714Y-72670200D02*
|
||||||
|
X181363952Y-72717819D01*
|
||||||
|
X181363952Y-72717819D02*
|
||||||
|
X181459190Y-72717819D01*
|
||||||
|
X181459190Y-72717819D02*
|
||||||
|
X181554428Y-72670200D01*
|
||||||
|
X181554428Y-72670200D02*
|
||||||
|
X181602047Y-72622580D01*
|
||||||
|
X181602047Y-72622580D02*
|
||||||
|
X181649666Y-72527342D01*
|
||||||
|
X181649666Y-72527342D02*
|
||||||
|
X181697285Y-72336866D01*
|
||||||
|
X181697285Y-72336866D02*
|
||||||
|
X181697285Y-72098771D01*
|
||||||
|
X181697285Y-72098771D02*
|
||||||
|
X181649666Y-71908295D01*
|
||||||
|
X181649666Y-71908295D02*
|
||||||
|
X181602047Y-71813057D01*
|
||||||
|
X181602047Y-71813057D02*
|
||||||
|
X181554428Y-71765438D01*
|
||||||
|
X181554428Y-71765438D02*
|
||||||
|
X181459190Y-71717819D01*
|
||||||
|
X180697285Y-72717819D02*
|
||||||
|
X180697285Y-71717819D01*
|
||||||
|
X180602047Y-72336866D02*
|
||||||
|
X180316333Y-72717819D01*
|
||||||
|
X180316333Y-72051152D02*
|
||||||
|
X180697285Y-72432104D01*
|
||||||
|
X188573580Y-61936333D02*
|
||||||
|
X188621200Y-61888714D01*
|
||||||
|
X188621200Y-61888714D02*
|
||||||
|
X188668819Y-61745857D01*
|
||||||
|
X188668819Y-61745857D02*
|
||||||
|
X188668819Y-61650619D01*
|
||||||
|
X188668819Y-61650619D02*
|
||||||
|
X188621200Y-61507762D01*
|
||||||
|
X188621200Y-61507762D02*
|
||||||
|
X188525961Y-61412524D01*
|
||||||
|
X188525961Y-61412524D02*
|
||||||
|
X188430723Y-61364905D01*
|
||||||
|
X188430723Y-61364905D02*
|
||||||
|
X188240247Y-61317286D01*
|
||||||
|
X188240247Y-61317286D02*
|
||||||
|
X188097390Y-61317286D01*
|
||||||
|
X188097390Y-61317286D02*
|
||||||
|
X187906914Y-61364905D01*
|
||||||
|
X187906914Y-61364905D02*
|
||||||
|
X187811676Y-61412524D01*
|
||||||
|
X187811676Y-61412524D02*
|
||||||
|
X187716438Y-61507762D01*
|
||||||
|
X187716438Y-61507762D02*
|
||||||
|
X187668819Y-61650619D01*
|
||||||
|
X187668819Y-61650619D02*
|
||||||
|
X187668819Y-61745857D01*
|
||||||
|
X187668819Y-61745857D02*
|
||||||
|
X187716438Y-61888714D01*
|
||||||
|
X187716438Y-61888714D02*
|
||||||
|
X187764057Y-61936333D01*
|
||||||
|
X188002152Y-62793476D02*
|
||||||
|
X188668819Y-62793476D01*
|
||||||
|
X187621200Y-62555381D02*
|
||||||
|
X188335485Y-62317286D01*
|
||||||
|
X188335485Y-62317286D02*
|
||||||
|
X188335485Y-62936333D01*
|
||||||
|
X176275904Y-69994819D02*
|
||||||
|
X176275904Y-70804342D01*
|
||||||
|
X176275904Y-70804342D02*
|
||||||
|
X176228285Y-70899580D01*
|
||||||
|
X176228285Y-70899580D02*
|
||||||
|
X176180666Y-70947200D01*
|
||||||
|
X176180666Y-70947200D02*
|
||||||
|
X176085428Y-70994819D01*
|
||||||
|
X176085428Y-70994819D02*
|
||||||
|
X175894952Y-70994819D01*
|
||||||
|
X175894952Y-70994819D02*
|
||||||
|
X175799714Y-70947200D01*
|
||||||
|
X175799714Y-70947200D02*
|
||||||
|
X175752095Y-70899580D01*
|
||||||
|
X175752095Y-70899580D02*
|
||||||
|
X175704476Y-70804342D01*
|
||||||
|
X175704476Y-70804342D02*
|
||||||
|
X175704476Y-69994819D01*
|
||||||
|
X175275904Y-70090057D02*
|
||||||
|
X175228285Y-70042438D01*
|
||||||
|
X175228285Y-70042438D02*
|
||||||
|
X175133047Y-69994819D01*
|
||||||
|
X175133047Y-69994819D02*
|
||||||
|
X174894952Y-69994819D01*
|
||||||
|
X174894952Y-69994819D02*
|
||||||
|
X174799714Y-70042438D01*
|
||||||
|
X174799714Y-70042438D02*
|
||||||
|
X174752095Y-70090057D01*
|
||||||
|
X174752095Y-70090057D02*
|
||||||
|
X174704476Y-70185295D01*
|
||||||
|
X174704476Y-70185295D02*
|
||||||
|
X174704476Y-70280533D01*
|
||||||
|
X174704476Y-70280533D02*
|
||||||
|
X174752095Y-70423390D01*
|
||||||
|
X174752095Y-70423390D02*
|
||||||
|
X175323523Y-70994819D01*
|
||||||
|
X175323523Y-70994819D02*
|
||||||
|
X174704476Y-70994819D01*
|
||||||
|
X175553666Y-74749819D02*
|
||||||
|
X175886999Y-74273628D01*
|
||||||
|
X176125094Y-74749819D02*
|
||||||
|
X176125094Y-73749819D01*
|
||||||
|
X176125094Y-73749819D02*
|
||||||
|
X175744142Y-73749819D01*
|
||||||
|
X175744142Y-73749819D02*
|
||||||
|
X175648904Y-73797438D01*
|
||||||
|
X175648904Y-73797438D02*
|
||||||
|
X175601285Y-73845057D01*
|
||||||
|
X175601285Y-73845057D02*
|
||||||
|
X175553666Y-73940295D01*
|
||||||
|
X175553666Y-73940295D02*
|
||||||
|
X175553666Y-74083152D01*
|
||||||
|
X175553666Y-74083152D02*
|
||||||
|
X175601285Y-74178390D01*
|
||||||
|
X175601285Y-74178390D02*
|
||||||
|
X175648904Y-74226009D01*
|
||||||
|
X175648904Y-74226009D02*
|
||||||
|
X175744142Y-74273628D01*
|
||||||
|
X175744142Y-74273628D02*
|
||||||
|
X176125094Y-74273628D01*
|
||||||
|
X174696523Y-74083152D02*
|
||||||
|
X174696523Y-74749819D01*
|
||||||
|
X174934618Y-73702200D02*
|
||||||
|
X175172713Y-74416485D01*
|
||||||
|
X175172713Y-74416485D02*
|
||||||
|
X174553666Y-74416485D01*
|
||||||
|
X182078238Y-74876819D02*
|
||||||
|
X182649666Y-74876819D01*
|
||||||
|
X182363952Y-74876819D02*
|
||||||
|
X182363952Y-73876819D01*
|
||||||
|
X182363952Y-73876819D02*
|
||||||
|
X182459190Y-74019676D01*
|
||||||
|
X182459190Y-74019676D02*
|
||||||
|
X182554428Y-74114914D01*
|
||||||
|
X182554428Y-74114914D02*
|
||||||
|
X182649666Y-74162533D01*
|
||||||
|
X181459190Y-73876819D02*
|
||||||
|
X181363952Y-73876819D01*
|
||||||
|
X181363952Y-73876819D02*
|
||||||
|
X181268714Y-73924438D01*
|
||||||
|
X181268714Y-73924438D02*
|
||||||
|
X181221095Y-73972057D01*
|
||||||
|
X181221095Y-73972057D02*
|
||||||
|
X181173476Y-74067295D01*
|
||||||
|
X181173476Y-74067295D02*
|
||||||
|
X181125857Y-74257771D01*
|
||||||
|
X181125857Y-74257771D02*
|
||||||
|
X181125857Y-74495866D01*
|
||||||
|
X181125857Y-74495866D02*
|
||||||
|
X181173476Y-74686342D01*
|
||||||
|
X181173476Y-74686342D02*
|
||||||
|
X181221095Y-74781580D01*
|
||||||
|
X181221095Y-74781580D02*
|
||||||
|
X181268714Y-74829200D01*
|
||||||
|
X181268714Y-74829200D02*
|
||||||
|
X181363952Y-74876819D01*
|
||||||
|
X181363952Y-74876819D02*
|
||||||
|
X181459190Y-74876819D01*
|
||||||
|
X181459190Y-74876819D02*
|
||||||
|
X181554428Y-74829200D01*
|
||||||
|
X181554428Y-74829200D02*
|
||||||
|
X181602047Y-74781580D01*
|
||||||
|
X181602047Y-74781580D02*
|
||||||
|
X181649666Y-74686342D01*
|
||||||
|
X181649666Y-74686342D02*
|
||||||
|
X181697285Y-74495866D01*
|
||||||
|
X181697285Y-74495866D02*
|
||||||
|
X181697285Y-74257771D01*
|
||||||
|
X181697285Y-74257771D02*
|
||||||
|
X181649666Y-74067295D01*
|
||||||
|
X181649666Y-74067295D02*
|
||||||
|
X181602047Y-73972057D01*
|
||||||
|
X181602047Y-73972057D02*
|
||||||
|
X181554428Y-73924438D01*
|
||||||
|
X181554428Y-73924438D02*
|
||||||
|
X181459190Y-73876819D01*
|
||||||
|
X180697285Y-74876819D02*
|
||||||
|
X180697285Y-73876819D01*
|
||||||
|
X180602047Y-74495866D02*
|
||||||
|
X180316333Y-74876819D01*
|
||||||
|
X180316333Y-74210152D02*
|
||||||
|
X180697285Y-74591104D01*
|
||||||
|
X177458666Y-60147580D02*
|
||||||
|
X177506285Y-60195200D01*
|
||||||
|
X177506285Y-60195200D02*
|
||||||
|
X177649142Y-60242819D01*
|
||||||
|
X177649142Y-60242819D02*
|
||||||
|
X177744380Y-60242819D01*
|
||||||
|
X177744380Y-60242819D02*
|
||||||
|
X177887237Y-60195200D01*
|
||||||
|
X177887237Y-60195200D02*
|
||||||
|
X177982475Y-60099961D01*
|
||||||
|
X177982475Y-60099961D02*
|
||||||
|
X178030094Y-60004723D01*
|
||||||
|
X178030094Y-60004723D02*
|
||||||
|
X178077713Y-59814247D01*
|
||||||
|
X178077713Y-59814247D02*
|
||||||
|
X178077713Y-59671390D01*
|
||||||
|
X178077713Y-59671390D02*
|
||||||
|
X178030094Y-59480914D01*
|
||||||
|
X178030094Y-59480914D02*
|
||||||
|
X177982475Y-59385676D01*
|
||||||
|
X177982475Y-59385676D02*
|
||||||
|
X177887237Y-59290438D01*
|
||||||
|
X177887237Y-59290438D02*
|
||||||
|
X177744380Y-59242819D01*
|
||||||
|
X177744380Y-59242819D02*
|
||||||
|
X177649142Y-59242819D01*
|
||||||
|
X177649142Y-59242819D02*
|
||||||
|
X177506285Y-59290438D01*
|
||||||
|
X177506285Y-59290438D02*
|
||||||
|
X177458666Y-59338057D01*
|
||||||
|
X177077713Y-59338057D02*
|
||||||
|
X177030094Y-59290438D01*
|
||||||
|
X177030094Y-59290438D02*
|
||||||
|
X176934856Y-59242819D01*
|
||||||
|
X176934856Y-59242819D02*
|
||||||
|
X176696761Y-59242819D01*
|
||||||
|
X176696761Y-59242819D02*
|
||||||
|
X176601523Y-59290438D01*
|
||||||
|
X176601523Y-59290438D02*
|
||||||
|
X176553904Y-59338057D01*
|
||||||
|
X176553904Y-59338057D02*
|
||||||
|
X176506285Y-59433295D01*
|
||||||
|
X176506285Y-59433295D02*
|
||||||
|
X176506285Y-59528533D01*
|
||||||
|
X176506285Y-59528533D02*
|
||||||
|
X176553904Y-59671390D01*
|
||||||
|
X176553904Y-59671390D02*
|
||||||
|
X177125332Y-60242819D01*
|
||||||
|
X177125332Y-60242819D02*
|
||||||
|
X176506285Y-60242819D01*
|
||||||
|
X164648819Y-63674666D02*
|
||||||
|
X165363104Y-63674666D01*
|
||||||
|
X165363104Y-63674666D02*
|
||||||
|
X165505961Y-63627047D01*
|
||||||
|
X165505961Y-63627047D02*
|
||||||
|
X165601200Y-63531809D01*
|
||||||
|
X165601200Y-63531809D02*
|
||||||
|
X165648819Y-63388952D01*
|
||||||
|
X165648819Y-63388952D02*
|
||||||
|
X165648819Y-63293714D01*
|
||||||
|
X165648819Y-64674666D02*
|
||||||
|
X165648819Y-64103238D01*
|
||||||
|
X165648819Y-64388952D02*
|
||||||
|
X164648819Y-64388952D01*
|
||||||
|
X164648819Y-64388952D02*
|
||||||
|
X164791676Y-64293714D01*
|
||||||
|
X164791676Y-64293714D02*
|
||||||
|
X164886914Y-64198476D01*
|
||||||
|
X164886914Y-64198476D02*
|
||||||
|
X164934533Y-64103238D01*
|
||||||
|
%TO.C,C5*%
|
||||||
|
D11*
|
||||||
|
X185447000Y-64741248D02*
|
||||||
|
X185447000Y-65263752D01*
|
||||||
|
X186917000Y-64741248D02*
|
||||||
|
X186917000Y-65263752D01*
|
||||||
|
%TO.C,R3*%
|
||||||
|
X178535064Y-71528000D02*
|
||||||
|
X178080936Y-71528000D01*
|
||||||
|
X178535064Y-72998000D02*
|
||||||
|
X178080936Y-72998000D01*
|
||||||
|
%TO.C,C4*%
|
||||||
|
X187479000Y-64741248D02*
|
||||||
|
X187479000Y-65263752D01*
|
||||||
|
X188949000Y-64741248D02*
|
||||||
|
X188949000Y-65263752D01*
|
||||||
|
%TO.C,C1*%
|
||||||
|
X172712748Y-60733000D02*
|
||||||
|
X173235252Y-60733000D01*
|
||||||
|
X172712748Y-62203000D02*
|
||||||
|
X173235252Y-62203000D01*
|
||||||
|
%TO.C,U2*%
|
||||||
|
X173664000Y-62630000D02*
|
||||||
|
X177424000Y-62630000D01*
|
||||||
|
X173664000Y-69450000D02*
|
||||||
|
X177424000Y-69450000D01*
|
||||||
|
X177424000Y-62630000D02*
|
||||||
|
X177424000Y-63890000D01*
|
||||||
|
X177424000Y-69450000D02*
|
||||||
|
X177424000Y-68190000D01*
|
||||||
|
X172384000Y-69350000D02*
|
||||||
|
X172144000Y-69680000D01*
|
||||||
|
X172624000Y-69680000D01*
|
||||||
|
X172384000Y-69350000D01*
|
||||||
|
G36*
|
||||||
|
X172624000Y-69680000D02*
|
||||||
|
G01*
|
||||||
|
X172144000Y-69680000D01*
|
||||||
|
X172384000Y-69350000D01*
|
||||||
|
X172624000Y-69680000D01*
|
||||||
|
G37*
|
||||||
|
%TO.C,R4*%
|
||||||
|
X178080936Y-73560000D02*
|
||||||
|
X178535064Y-73560000D01*
|
||||||
|
X178080936Y-75030000D02*
|
||||||
|
X178535064Y-75030000D01*
|
||||||
|
%TO.C,C2*%
|
||||||
|
X177553252Y-60733000D02*
|
||||||
|
X177030748Y-60733000D01*
|
||||||
|
X177553252Y-62203000D02*
|
||||||
|
X177030748Y-62203000D01*
|
||||||
|
%TO.C,J1*%
|
||||||
|
X133494000Y-66658000D02*
|
||||||
|
X133494000Y-61358000D01*
|
||||||
|
X161544000Y-64008000D02*
|
||||||
|
X164194000Y-64008000D01*
|
||||||
|
X161544000Y-66658000D02*
|
||||||
|
X133494000Y-66658000D01*
|
||||||
|
X161544000Y-66658000D02*
|
||||||
|
X161544000Y-64008000D01*
|
||||||
|
X162814000Y-66658000D02*
|
||||||
|
X164194000Y-66658000D01*
|
||||||
|
X164194000Y-61358000D02*
|
||||||
|
X133494000Y-61358000D01*
|
||||||
|
X164194000Y-64008000D02*
|
||||||
|
X164194000Y-61358000D01*
|
||||||
|
X164194000Y-66658000D02*
|
||||||
|
X164194000Y-65278000D01*
|
||||||
|
%TD*%
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:43-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Profile,NP*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:43*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
%TA.AperFunction,Profile*%
|
||||||
|
%ADD10C,0.050000*%
|
||||||
|
%TD*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
X133095469Y-59917884D02*
|
||||||
|
G75*
|
||||||
|
G02*
|
||||||
|
X134095469Y-58917869I1000031J-16D01*
|
||||||
|
G01*
|
||||||
|
X133096000Y-80534000D02*
|
||||||
|
X133096000Y-59922942D01*
|
||||||
|
X134095469Y-58917884D02*
|
||||||
|
X191532000Y-58928000D01*
|
||||||
|
X134096158Y-81540884D02*
|
||||||
|
G75*
|
||||||
|
G02*
|
||||||
|
X133096216Y-80540884I42J999984D01*
|
||||||
|
G01*
|
||||||
|
X191532000Y-58928000D02*
|
||||||
|
G75*
|
||||||
|
G02*
|
||||||
|
X192532000Y-59928000I0J-1000000D01*
|
||||||
|
G01*
|
||||||
|
X191533111Y-81539613D02*
|
||||||
|
X134096158Y-81540884D01*
|
||||||
|
X192532000Y-59928000D02*
|
||||||
|
X192532000Y-80534000D01*
|
||||||
|
X192533111Y-80539613D02*
|
||||||
|
G75*
|
||||||
|
G02*
|
||||||
|
X191533111Y-81539611I-1000011J13D01*
|
||||||
|
G01*
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,182 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:43-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Soldermask,Top*%
|
||||||
|
%TF.FilePolarity,Negative*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:43*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
G04 Aperture macros list*
|
||||||
|
%AMRoundRect*
|
||||||
|
0 Rectangle with rounded corners*
|
||||||
|
0 $1 Rounding radius*
|
||||||
|
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||||
|
0 Add a 4 corners polygon primitive as box body*
|
||||||
|
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||||
|
0 Add four circle primitives for the rounded corners*
|
||||||
|
1,1,$1+$1,$2,$3*
|
||||||
|
1,1,$1+$1,$4,$5*
|
||||||
|
1,1,$1+$1,$6,$7*
|
||||||
|
1,1,$1+$1,$8,$9*
|
||||||
|
0 Add four rect primitives between the rounded corners*
|
||||||
|
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||||
|
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||||
|
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||||
|
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||||
|
G04 Aperture macros list end*
|
||||||
|
%ADD10C,2.000000*%
|
||||||
|
%ADD11RoundRect,0.250000X-0.325000X-0.450000X0.325000X-0.450000X0.325000X0.450000X-0.325000X0.450000X0*%
|
||||||
|
%ADD12R,1.700000X1.700000*%
|
||||||
|
%ADD13C,1.700000*%
|
||||||
|
%ADD14RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
|
||||||
|
%ADD15RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
|
||||||
|
%ADD16RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||||
|
%ADD17R,0.900000X1.500000*%
|
||||||
|
%ADD18R,1.500000X0.900000*%
|
||||||
|
%ADD19R,0.900000X0.900000*%
|
||||||
|
%ADD20RoundRect,0.250000X-0.750000X0.600000X-0.750000X-0.600000X0.750000X-0.600000X0.750000X0.600000X0*%
|
||||||
|
%ADD21O,2.000000X1.700000*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
%TO.C,BOOT*%
|
||||||
|
X156262000Y-70394000D03*
|
||||||
|
X162762000Y-70394000D03*
|
||||||
|
X156262000Y-74894000D03*
|
||||||
|
X162762000Y-74894000D03*
|
||||||
|
%TD*%
|
||||||
|
D11*
|
||||||
|
%TO.C,D1*%
|
||||||
|
X166615000Y-74676000D03*
|
||||||
|
X168665000Y-74676000D03*
|
||||||
|
%TD*%
|
||||||
|
D12*
|
||||||
|
%TO.C,J2*%
|
||||||
|
X159004000Y-79248000D03*
|
||||||
|
D13*
|
||||||
|
X161544000Y-79248000D03*
|
||||||
|
X164084000Y-79248000D03*
|
||||||
|
X166624000Y-79248000D03*
|
||||||
|
%TD*%
|
||||||
|
D14*
|
||||||
|
%TO.C,R2*%
|
||||||
|
X143478000Y-74930000D03*
|
||||||
|
X141478000Y-74930000D03*
|
||||||
|
%TD*%
|
||||||
|
D15*
|
||||||
|
%TO.C,C3*%
|
||||||
|
X141456500Y-70358000D03*
|
||||||
|
X143531500Y-70358000D03*
|
||||||
|
%TD*%
|
||||||
|
D10*
|
||||||
|
%TO.C,RST*%
|
||||||
|
X146102000Y-70394000D03*
|
||||||
|
X152602000Y-70394000D03*
|
||||||
|
X146102000Y-74894000D03*
|
||||||
|
X152602000Y-74894000D03*
|
||||||
|
%TD*%
|
||||||
|
D16*
|
||||||
|
%TO.C,R1*%
|
||||||
|
X166640000Y-71628000D03*
|
||||||
|
X168640000Y-71628000D03*
|
||||||
|
%TD*%
|
||||||
|
D15*
|
||||||
|
%TO.C,C6*%
|
||||||
|
X141440500Y-72644000D03*
|
||||||
|
X143515500Y-72644000D03*
|
||||||
|
%TD*%
|
||||||
|
D17*
|
||||||
|
%TO.C,U1*%
|
||||||
|
X191438000Y-61862000D03*
|
||||||
|
X190168000Y-61862000D03*
|
||||||
|
X188898000Y-61862000D03*
|
||||||
|
X187628000Y-61862000D03*
|
||||||
|
X186358000Y-61862000D03*
|
||||||
|
X185088000Y-61862000D03*
|
||||||
|
X183818000Y-61862000D03*
|
||||||
|
X182548000Y-61862000D03*
|
||||||
|
X181278000Y-61862000D03*
|
||||||
|
X180008000Y-61862000D03*
|
||||||
|
X178738000Y-61862000D03*
|
||||||
|
X177468000Y-61862000D03*
|
||||||
|
X176198000Y-61862000D03*
|
||||||
|
X174928000Y-61862000D03*
|
||||||
|
D18*
|
||||||
|
X173678000Y-64892000D03*
|
||||||
|
X173678000Y-66162000D03*
|
||||||
|
X173678000Y-67432000D03*
|
||||||
|
X173678000Y-68702000D03*
|
||||||
|
X173678000Y-69972000D03*
|
||||||
|
X173678000Y-71242000D03*
|
||||||
|
X173678000Y-72512000D03*
|
||||||
|
X173678000Y-73782000D03*
|
||||||
|
X173678000Y-75052000D03*
|
||||||
|
X173678000Y-76322000D03*
|
||||||
|
D17*
|
||||||
|
X174928000Y-79362000D03*
|
||||||
|
X176198000Y-79362000D03*
|
||||||
|
X177468000Y-79362000D03*
|
||||||
|
X178738000Y-79362000D03*
|
||||||
|
X180008000Y-79362000D03*
|
||||||
|
X181278000Y-79362000D03*
|
||||||
|
X182548000Y-79362000D03*
|
||||||
|
X183818000Y-79362000D03*
|
||||||
|
X185088000Y-79362000D03*
|
||||||
|
X186358000Y-79362000D03*
|
||||||
|
X187628000Y-79362000D03*
|
||||||
|
X188898000Y-79362000D03*
|
||||||
|
X190168000Y-79362000D03*
|
||||||
|
X191438000Y-79362000D03*
|
||||||
|
D19*
|
||||||
|
X185118000Y-67712000D03*
|
||||||
|
X185118000Y-67712000D03*
|
||||||
|
X183718000Y-67712000D03*
|
||||||
|
X182318000Y-67712000D03*
|
||||||
|
X182318000Y-67712000D03*
|
||||||
|
X185118000Y-69112000D03*
|
||||||
|
X183718000Y-69112000D03*
|
||||||
|
X182318000Y-69112000D03*
|
||||||
|
X182318000Y-69112000D03*
|
||||||
|
X185118000Y-70512000D03*
|
||||||
|
X183718000Y-70512000D03*
|
||||||
|
X182318000Y-70512000D03*
|
||||||
|
%TD*%
|
||||||
|
D20*
|
||||||
|
%TO.C,PWR*%
|
||||||
|
X168529000Y-62865000D03*
|
||||||
|
D21*
|
||||||
|
X168529000Y-65365000D03*
|
||||||
|
%TD*%
|
||||||
|
D12*
|
||||||
|
%TO.C,J1*%
|
||||||
|
X162814000Y-65278000D03*
|
||||||
|
D13*
|
||||||
|
X162814000Y-62738000D03*
|
||||||
|
X160274000Y-65278000D03*
|
||||||
|
X160274000Y-62738000D03*
|
||||||
|
X157734000Y-65278000D03*
|
||||||
|
X157734000Y-62738000D03*
|
||||||
|
X155194000Y-65278000D03*
|
||||||
|
X155194000Y-62738000D03*
|
||||||
|
X152654000Y-65278000D03*
|
||||||
|
X152654000Y-62738000D03*
|
||||||
|
X150114000Y-65278000D03*
|
||||||
|
X150114000Y-62738000D03*
|
||||||
|
X147574000Y-65278000D03*
|
||||||
|
X147574000Y-62738000D03*
|
||||||
|
X145034000Y-65278000D03*
|
||||||
|
X145034000Y-62738000D03*
|
||||||
|
X142494000Y-65278000D03*
|
||||||
|
X142494000Y-62738000D03*
|
||||||
|
X139954000Y-65278000D03*
|
||||||
|
X139954000Y-62738000D03*
|
||||||
|
X137414000Y-65278000D03*
|
||||||
|
X137414000Y-62738000D03*
|
||||||
|
X134874000Y-65278000D03*
|
||||||
|
X134874000Y-62738000D03*
|
||||||
|
%TD*%
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,121 @@
|
|||||||
|
%TF.GenerationSoftware,KiCad,Pcbnew,10.0.3*%
|
||||||
|
%TF.CreationDate,2026-06-03T15:23:42-07:00*%
|
||||||
|
%TF.ProjectId,waveshare-panel,77617665-7368-4617-9265-2d70616e656c,rev?*%
|
||||||
|
%TF.SameCoordinates,Original*%
|
||||||
|
%TF.FileFunction,Paste,Top*%
|
||||||
|
%TF.FilePolarity,Positive*%
|
||||||
|
%FSLAX46Y46*%
|
||||||
|
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||||
|
G04 Created by KiCad (PCBNEW 10.0.3) date 2026-06-03 15:23:42*
|
||||||
|
%MOMM*%
|
||||||
|
%LPD*%
|
||||||
|
G01*
|
||||||
|
G04 APERTURE LIST*
|
||||||
|
G04 Aperture macros list*
|
||||||
|
%AMRoundRect*
|
||||||
|
0 Rectangle with rounded corners*
|
||||||
|
0 $1 Rounding radius*
|
||||||
|
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||||
|
0 Add a 4 corners polygon primitive as box body*
|
||||||
|
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||||
|
0 Add four circle primitives for the rounded corners*
|
||||||
|
1,1,$1+$1,$2,$3*
|
||||||
|
1,1,$1+$1,$4,$5*
|
||||||
|
1,1,$1+$1,$6,$7*
|
||||||
|
1,1,$1+$1,$8,$9*
|
||||||
|
0 Add four rect primitives between the rounded corners*
|
||||||
|
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||||
|
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||||
|
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||||
|
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||||
|
G04 Aperture macros list end*
|
||||||
|
%ADD10RoundRect,0.250000X-0.325000X-0.450000X0.325000X-0.450000X0.325000X0.450000X-0.325000X0.450000X0*%
|
||||||
|
%ADD11RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
|
||||||
|
%ADD12RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
|
||||||
|
%ADD13RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||||
|
%ADD14R,0.900000X1.500000*%
|
||||||
|
%ADD15R,1.500000X0.900000*%
|
||||||
|
%ADD16R,0.900000X0.900000*%
|
||||||
|
G04 APERTURE END LIST*
|
||||||
|
D10*
|
||||||
|
%TO.C,D1*%
|
||||||
|
X166615000Y-74676000D03*
|
||||||
|
X168665000Y-74676000D03*
|
||||||
|
%TD*%
|
||||||
|
D11*
|
||||||
|
%TO.C,R2*%
|
||||||
|
X143478000Y-74930000D03*
|
||||||
|
X141478000Y-74930000D03*
|
||||||
|
%TD*%
|
||||||
|
D12*
|
||||||
|
%TO.C,C3*%
|
||||||
|
X141456500Y-70358000D03*
|
||||||
|
X143531500Y-70358000D03*
|
||||||
|
%TD*%
|
||||||
|
D13*
|
||||||
|
%TO.C,R1*%
|
||||||
|
X166640000Y-71628000D03*
|
||||||
|
X168640000Y-71628000D03*
|
||||||
|
%TD*%
|
||||||
|
D12*
|
||||||
|
%TO.C,C6*%
|
||||||
|
X141440500Y-72644000D03*
|
||||||
|
X143515500Y-72644000D03*
|
||||||
|
%TD*%
|
||||||
|
D14*
|
||||||
|
%TO.C,U1*%
|
||||||
|
X191438000Y-61862000D03*
|
||||||
|
X190168000Y-61862000D03*
|
||||||
|
X188898000Y-61862000D03*
|
||||||
|
X187628000Y-61862000D03*
|
||||||
|
X186358000Y-61862000D03*
|
||||||
|
X185088000Y-61862000D03*
|
||||||
|
X183818000Y-61862000D03*
|
||||||
|
X182548000Y-61862000D03*
|
||||||
|
X181278000Y-61862000D03*
|
||||||
|
X180008000Y-61862000D03*
|
||||||
|
X178738000Y-61862000D03*
|
||||||
|
X177468000Y-61862000D03*
|
||||||
|
X176198000Y-61862000D03*
|
||||||
|
X174928000Y-61862000D03*
|
||||||
|
D15*
|
||||||
|
X173678000Y-64892000D03*
|
||||||
|
X173678000Y-66162000D03*
|
||||||
|
X173678000Y-67432000D03*
|
||||||
|
X173678000Y-68702000D03*
|
||||||
|
X173678000Y-69972000D03*
|
||||||
|
X173678000Y-71242000D03*
|
||||||
|
X173678000Y-72512000D03*
|
||||||
|
X173678000Y-73782000D03*
|
||||||
|
X173678000Y-75052000D03*
|
||||||
|
X173678000Y-76322000D03*
|
||||||
|
D14*
|
||||||
|
X174928000Y-79362000D03*
|
||||||
|
X176198000Y-79362000D03*
|
||||||
|
X177468000Y-79362000D03*
|
||||||
|
X178738000Y-79362000D03*
|
||||||
|
X180008000Y-79362000D03*
|
||||||
|
X181278000Y-79362000D03*
|
||||||
|
X182548000Y-79362000D03*
|
||||||
|
X183818000Y-79362000D03*
|
||||||
|
X185088000Y-79362000D03*
|
||||||
|
X186358000Y-79362000D03*
|
||||||
|
X187628000Y-79362000D03*
|
||||||
|
X188898000Y-79362000D03*
|
||||||
|
X190168000Y-79362000D03*
|
||||||
|
X191438000Y-79362000D03*
|
||||||
|
D16*
|
||||||
|
X185118000Y-67712000D03*
|
||||||
|
X185118000Y-67712000D03*
|
||||||
|
X183718000Y-67712000D03*
|
||||||
|
X182318000Y-67712000D03*
|
||||||
|
X182318000Y-67712000D03*
|
||||||
|
X185118000Y-69112000D03*
|
||||||
|
X183718000Y-69112000D03*
|
||||||
|
X182318000Y-69112000D03*
|
||||||
|
X182318000Y-69112000D03*
|
||||||
|
X185118000Y-70512000D03*
|
||||||
|
X183718000Y-70512000D03*
|
||||||
|
X182318000Y-70512000D03*
|
||||||
|
%TD*%
|
||||||
|
M02*
|
||||||
@@ -0,0 +1,127 @@
|
|||||||
|
{
|
||||||
|
"Header": {
|
||||||
|
"GenerationSoftware": {
|
||||||
|
"Vendor": "KiCad",
|
||||||
|
"Application": "Pcbnew",
|
||||||
|
"Version": "10.0.3"
|
||||||
|
},
|
||||||
|
"CreationDate": "2026-06-03T15:23:43-07:00"
|
||||||
|
},
|
||||||
|
"GeneralSpecs": {
|
||||||
|
"ProjectId": {
|
||||||
|
"Name": "waveshare-panel",
|
||||||
|
"GUID": "77617665-7368-4617-9265-2d70616e656c",
|
||||||
|
"Revision": "rev?"
|
||||||
|
},
|
||||||
|
"Size": {
|
||||||
|
"X": 59.4876,
|
||||||
|
"Y": 22.673
|
||||||
|
},
|
||||||
|
"LayerNumber": 2,
|
||||||
|
"BoardThickness": 1.6,
|
||||||
|
"Finish": "None"
|
||||||
|
},
|
||||||
|
"DesignRules": [
|
||||||
|
{
|
||||||
|
"Layers": "Outer",
|
||||||
|
"PadToPad": 0.1016,
|
||||||
|
"PadToTrack": 0.1016,
|
||||||
|
"TrackToTrack": 0.1016,
|
||||||
|
"MinLineWidth": 0.1524,
|
||||||
|
"TrackToRegion": 0.3048,
|
||||||
|
"RegionToRegion": 0.3048
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"FilesAttributes": [
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-F_Cu.gbr",
|
||||||
|
"FileFunction": "Copper,L1,Top",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-B_Cu.gbr",
|
||||||
|
"FileFunction": "Copper,L2,Bot",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-F_Paste.gbr",
|
||||||
|
"FileFunction": "SolderPaste,Top",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-B_Paste.gbr",
|
||||||
|
"FileFunction": "SolderPaste,Bot",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-F_Silkscreen.gbr",
|
||||||
|
"FileFunction": "Legend,Top",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-B_Silkscreen.gbr",
|
||||||
|
"FileFunction": "Legend,Bot",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-F_Mask.gbr",
|
||||||
|
"FileFunction": "SolderMask,Top",
|
||||||
|
"FilePolarity": "Negative"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-B_Mask.gbr",
|
||||||
|
"FileFunction": "SolderMask,Bot",
|
||||||
|
"FilePolarity": "Negative"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "waveshare-panel-Edge_Cuts.gbr",
|
||||||
|
"FileFunction": "Profile",
|
||||||
|
"FilePolarity": "Positive"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"MaterialStackup": [
|
||||||
|
{
|
||||||
|
"Type": "Legend",
|
||||||
|
"Name": "Top Silk Screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "SolderPaste",
|
||||||
|
"Name": "Top Solder Paste"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "SolderMask",
|
||||||
|
"Thickness": 0.01,
|
||||||
|
"Name": "Top Solder Mask"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "Copper",
|
||||||
|
"Thickness": 0.035,
|
||||||
|
"Name": "F.Cu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "Dielectric",
|
||||||
|
"Thickness": 1.51,
|
||||||
|
"Material": "FR4",
|
||||||
|
"Name": "F.Cu/B.Cu",
|
||||||
|
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "Copper",
|
||||||
|
"Thickness": 0.035,
|
||||||
|
"Name": "B.Cu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "SolderMask",
|
||||||
|
"Thickness": 0.01,
|
||||||
|
"Name": "Bottom Solder Mask"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "SolderPaste",
|
||||||
|
"Name": "Bottom Solder Paste"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Type": "Legend",
|
||||||
|
"Name": "Bottom Silk Screen"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 70 KiB |
@@ -0,0 +1,468 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-B_Mask.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
</g>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000; stroke:none;">
|
||||||
|
<circle cx="156.2620" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="162.7620" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="156.2620" cy="74.8940" r="1.0000" />
|
||||||
|
<circle cx="162.7620" cy="74.8940" r="1.0000" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 159.8540,80.0980
|
||||||
|
158.1540,80.0980
|
||||||
|
158.1540,78.3980
|
||||||
|
159.8540,78.3980
|
||||||
|
Z" />
|
||||||
|
<circle cx="161.5440" cy="79.2480" r="0.8500" />
|
||||||
|
<circle cx="164.0840" cy="79.2480" r="0.8500" />
|
||||||
|
<circle cx="166.6240" cy="79.2480" r="0.8500" />
|
||||||
|
<circle cx="146.1020" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="152.6020" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="146.1020" cy="74.8940" r="1.0000" />
|
||||||
|
<circle cx="152.6020" cy="74.8940" r="1.0000" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 169.2790,62.0150
|
||||||
|
169.3747,62.0340
|
||||||
|
169.4558,62.0882
|
||||||
|
169.5100,62.1693
|
||||||
|
169.5290,62.2650
|
||||||
|
169.5290,63.4650
|
||||||
|
169.5100,63.5607
|
||||||
|
169.4558,63.6418
|
||||||
|
169.3747,63.6960
|
||||||
|
169.2790,63.7150
|
||||||
|
167.7790,63.7150
|
||||||
|
167.6833,63.6960
|
||||||
|
167.6022,63.6418
|
||||||
|
167.5480,63.5607
|
||||||
|
167.5290,63.4650
|
||||||
|
167.5290,62.2650
|
||||||
|
167.5480,62.1693
|
||||||
|
167.6022,62.0882
|
||||||
|
167.6833,62.0340
|
||||||
|
167.7790,62.0150
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:1.7000; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<path d="M168.6790 65.3650
|
||||||
|
L168.3790 65.3650
|
||||||
|
" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.6570,63.3775
|
||||||
|
186.7527,63.3965
|
||||||
|
186.8338,63.4507
|
||||||
|
186.8880,63.5318
|
||||||
|
186.9070,63.6275
|
||||||
|
186.9070,64.3025
|
||||||
|
186.8880,64.3982
|
||||||
|
186.8338,64.4793
|
||||||
|
186.7527,64.5335
|
||||||
|
186.6570,64.5525
|
||||||
|
185.7070,64.5525
|
||||||
|
185.6113,64.5335
|
||||||
|
185.5302,64.4793
|
||||||
|
185.4760,64.3982
|
||||||
|
185.4570,64.3025
|
||||||
|
185.4570,63.6275
|
||||||
|
185.4760,63.5318
|
||||||
|
185.5302,63.4507
|
||||||
|
185.6113,63.3965
|
||||||
|
185.7070,63.3775
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.6570,65.4525
|
||||||
|
186.7527,65.4715
|
||||||
|
186.8338,65.5257
|
||||||
|
186.8880,65.6068
|
||||||
|
186.9070,65.7025
|
||||||
|
186.9070,66.3775
|
||||||
|
186.8880,66.4732
|
||||||
|
186.8338,66.5543
|
||||||
|
186.7527,66.6085
|
||||||
|
186.6570,66.6275
|
||||||
|
185.7070,66.6275
|
||||||
|
185.6113,66.6085
|
||||||
|
185.5302,66.5543
|
||||||
|
185.4760,66.4732
|
||||||
|
185.4570,66.3775
|
||||||
|
185.4570,65.7025
|
||||||
|
185.4760,65.6068
|
||||||
|
185.5302,65.5257
|
||||||
|
185.6113,65.4715
|
||||||
|
185.7070,65.4525
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.9080,72.7130
|
||||||
|
179.8890,72.8087
|
||||||
|
179.8348,72.8898
|
||||||
|
179.7537,72.9440
|
||||||
|
179.6580,72.9630
|
||||||
|
178.9580,72.9630
|
||||||
|
178.8623,72.9440
|
||||||
|
178.7812,72.8898
|
||||||
|
178.7270,72.8087
|
||||||
|
178.7080,72.7130
|
||||||
|
178.7080,71.8130
|
||||||
|
178.7270,71.7173
|
||||||
|
178.7812,71.6362
|
||||||
|
178.8623,71.5820
|
||||||
|
178.9580,71.5630
|
||||||
|
179.6580,71.5630
|
||||||
|
179.7537,71.5820
|
||||||
|
179.8348,71.6362
|
||||||
|
179.8890,71.7173
|
||||||
|
179.9080,71.8130
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.9080,72.7130
|
||||||
|
177.8890,72.8087
|
||||||
|
177.8348,72.8898
|
||||||
|
177.7537,72.9440
|
||||||
|
177.6580,72.9630
|
||||||
|
176.9580,72.9630
|
||||||
|
176.8623,72.9440
|
||||||
|
176.7812,72.8898
|
||||||
|
176.7270,72.8087
|
||||||
|
176.7080,72.7130
|
||||||
|
176.7080,71.8130
|
||||||
|
176.7270,71.7173
|
||||||
|
176.7812,71.6362
|
||||||
|
176.8623,71.5820
|
||||||
|
176.9580,71.5630
|
||||||
|
177.6580,71.5630
|
||||||
|
177.7537,71.5820
|
||||||
|
177.8348,71.6362
|
||||||
|
177.8890,71.7173
|
||||||
|
177.9080,71.8130
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.6890,63.3775
|
||||||
|
188.7847,63.3965
|
||||||
|
188.8658,63.4507
|
||||||
|
188.9200,63.5318
|
||||||
|
188.9390,63.6275
|
||||||
|
188.9390,64.3025
|
||||||
|
188.9200,64.3982
|
||||||
|
188.8658,64.4793
|
||||||
|
188.7847,64.5335
|
||||||
|
188.6890,64.5525
|
||||||
|
187.7390,64.5525
|
||||||
|
187.6433,64.5335
|
||||||
|
187.5622,64.4793
|
||||||
|
187.5080,64.3982
|
||||||
|
187.4890,64.3025
|
||||||
|
187.4890,63.6275
|
||||||
|
187.5080,63.5318
|
||||||
|
187.5622,63.4507
|
||||||
|
187.6433,63.3965
|
||||||
|
187.7390,63.3775
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.6890,65.4525
|
||||||
|
188.7847,65.4715
|
||||||
|
188.8658,65.5257
|
||||||
|
188.9200,65.6068
|
||||||
|
188.9390,65.7025
|
||||||
|
188.9390,66.3775
|
||||||
|
188.9200,66.4732
|
||||||
|
188.8658,66.5543
|
||||||
|
188.7847,66.6085
|
||||||
|
188.6890,66.6275
|
||||||
|
187.7390,66.6275
|
||||||
|
187.6433,66.6085
|
||||||
|
187.5622,66.5543
|
||||||
|
187.5080,66.4732
|
||||||
|
187.4890,66.3775
|
||||||
|
187.4890,65.7025
|
||||||
|
187.5080,65.6068
|
||||||
|
187.5622,65.5257
|
||||||
|
187.6433,65.4715
|
||||||
|
187.7390,65.4525
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3490,60.9930
|
||||||
|
171.3680,60.8973
|
||||||
|
171.4222,60.8162
|
||||||
|
171.5033,60.7620
|
||||||
|
171.5990,60.7430
|
||||||
|
172.2740,60.7430
|
||||||
|
172.3697,60.7620
|
||||||
|
172.4508,60.8162
|
||||||
|
172.5050,60.8973
|
||||||
|
172.5240,60.9930
|
||||||
|
172.5240,61.9430
|
||||||
|
172.5050,62.0387
|
||||||
|
172.4508,62.1198
|
||||||
|
172.3697,62.1740
|
||||||
|
172.2740,62.1930
|
||||||
|
171.5990,62.1930
|
||||||
|
171.5033,62.1740
|
||||||
|
171.4222,62.1198
|
||||||
|
171.3680,62.0387
|
||||||
|
171.3490,61.9430
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 173.4240,60.9930
|
||||||
|
173.4430,60.8973
|
||||||
|
173.4972,60.8162
|
||||||
|
173.5783,60.7620
|
||||||
|
173.6740,60.7430
|
||||||
|
174.3490,60.7430
|
||||||
|
174.4447,60.7620
|
||||||
|
174.5258,60.8162
|
||||||
|
174.5800,60.8973
|
||||||
|
174.5990,60.9930
|
||||||
|
174.5990,61.9430
|
||||||
|
174.5800,62.0387
|
||||||
|
174.5258,62.1198
|
||||||
|
174.4447,62.1740
|
||||||
|
174.3490,62.1930
|
||||||
|
173.6740,62.1930
|
||||||
|
173.5783,62.1740
|
||||||
|
173.4972,62.1198
|
||||||
|
173.4430,62.0387
|
||||||
|
173.4240,61.9430
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,67.9650
|
||||||
|
171.3796,67.8580
|
||||||
|
171.4338,67.7471
|
||||||
|
171.5211,67.6598
|
||||||
|
171.6320,67.6056
|
||||||
|
171.7390,67.5900
|
||||||
|
172.9890,67.5900
|
||||||
|
173.0960,67.6056
|
||||||
|
173.2069,67.6598
|
||||||
|
173.2942,67.7471
|
||||||
|
173.3484,67.8580
|
||||||
|
173.3640,67.9650
|
||||||
|
173.3640,68.7150
|
||||||
|
173.3484,68.8220
|
||||||
|
173.2942,68.9329
|
||||||
|
173.2069,69.0202
|
||||||
|
173.0960,69.0744
|
||||||
|
172.9890,69.0900
|
||||||
|
171.7390,69.0900
|
||||||
|
171.6320,69.0744
|
||||||
|
171.5211,69.0202
|
||||||
|
171.4338,68.9329
|
||||||
|
171.3796,68.8220
|
||||||
|
171.3640,68.7150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,65.6650
|
||||||
|
171.3796,65.5580
|
||||||
|
171.4338,65.4471
|
||||||
|
171.5211,65.3598
|
||||||
|
171.6320,65.3056
|
||||||
|
171.7390,65.2900
|
||||||
|
172.9890,65.2900
|
||||||
|
173.0960,65.3056
|
||||||
|
173.2069,65.3598
|
||||||
|
173.2942,65.4471
|
||||||
|
173.3484,65.5580
|
||||||
|
173.3640,65.6650
|
||||||
|
173.3640,66.4150
|
||||||
|
173.3484,66.5220
|
||||||
|
173.2942,66.6329
|
||||||
|
173.2069,66.7202
|
||||||
|
173.0960,66.7744
|
||||||
|
172.9890,66.7900
|
||||||
|
171.7390,66.7900
|
||||||
|
171.6320,66.7744
|
||||||
|
171.5211,66.7202
|
||||||
|
171.4338,66.6329
|
||||||
|
171.3796,66.5220
|
||||||
|
171.3640,66.4150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.6640,64.6400
|
||||||
|
177.6754,64.5337
|
||||||
|
177.7252,64.4004
|
||||||
|
177.8104,64.2864
|
||||||
|
177.9244,64.2012
|
||||||
|
178.0577,64.1514
|
||||||
|
178.1640,64.1400
|
||||||
|
179.1640,64.1400
|
||||||
|
179.2703,64.1514
|
||||||
|
179.4036,64.2012
|
||||||
|
179.5176,64.2864
|
||||||
|
179.6028,64.4004
|
||||||
|
179.6526,64.5337
|
||||||
|
179.6640,64.6400
|
||||||
|
179.6640,67.4400
|
||||||
|
179.6526,67.5463
|
||||||
|
179.6028,67.6796
|
||||||
|
179.5176,67.7936
|
||||||
|
179.4036,67.8788
|
||||||
|
179.2703,67.9286
|
||||||
|
179.1640,67.9400
|
||||||
|
178.1640,67.9400
|
||||||
|
178.0577,67.9286
|
||||||
|
177.9244,67.8788
|
||||||
|
177.8104,67.7936
|
||||||
|
177.7252,67.6796
|
||||||
|
177.6754,67.5463
|
||||||
|
177.6640,67.4400
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,63.3650
|
||||||
|
171.3796,63.2580
|
||||||
|
171.4338,63.1471
|
||||||
|
171.5211,63.0598
|
||||||
|
171.6320,63.0056
|
||||||
|
171.7390,62.9900
|
||||||
|
172.9890,62.9900
|
||||||
|
173.0960,63.0056
|
||||||
|
173.2069,63.0598
|
||||||
|
173.2942,63.1471
|
||||||
|
173.3484,63.2580
|
||||||
|
173.3640,63.3650
|
||||||
|
173.3640,64.1150
|
||||||
|
173.3484,64.2220
|
||||||
|
173.2942,64.3329
|
||||||
|
173.2069,64.4202
|
||||||
|
173.0960,64.4744
|
||||||
|
172.9890,64.4900
|
||||||
|
171.7390,64.4900
|
||||||
|
171.6320,64.4744
|
||||||
|
171.5211,64.4202
|
||||||
|
171.4338,64.3329
|
||||||
|
171.3796,64.2220
|
||||||
|
171.3640,64.1150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.7080,73.8450
|
||||||
|
176.7270,73.7493
|
||||||
|
176.7812,73.6682
|
||||||
|
176.8623,73.6140
|
||||||
|
176.9580,73.5950
|
||||||
|
177.6580,73.5950
|
||||||
|
177.7537,73.6140
|
||||||
|
177.8348,73.6682
|
||||||
|
177.8890,73.7493
|
||||||
|
177.9080,73.8450
|
||||||
|
177.9080,74.7450
|
||||||
|
177.8890,74.8407
|
||||||
|
177.8348,74.9218
|
||||||
|
177.7537,74.9760
|
||||||
|
177.6580,74.9950
|
||||||
|
176.9580,74.9950
|
||||||
|
176.8623,74.9760
|
||||||
|
176.7812,74.9218
|
||||||
|
176.7270,74.8407
|
||||||
|
176.7080,74.7450
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.7080,73.8450
|
||||||
|
178.7270,73.7493
|
||||||
|
178.7812,73.6682
|
||||||
|
178.8623,73.6140
|
||||||
|
178.9580,73.5950
|
||||||
|
179.6580,73.5950
|
||||||
|
179.7537,73.6140
|
||||||
|
179.8348,73.6682
|
||||||
|
179.8890,73.7493
|
||||||
|
179.9080,73.8450
|
||||||
|
179.9080,74.7450
|
||||||
|
179.8890,74.8407
|
||||||
|
179.8348,74.9218
|
||||||
|
179.7537,74.9760
|
||||||
|
179.6580,74.9950
|
||||||
|
178.9580,74.9950
|
||||||
|
178.8623,74.9760
|
||||||
|
178.7812,74.9218
|
||||||
|
178.7270,74.8407
|
||||||
|
178.7080,74.7450
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.9170,61.9430
|
||||||
|
178.8980,62.0387
|
||||||
|
178.8438,62.1198
|
||||||
|
178.7627,62.1740
|
||||||
|
178.6670,62.1930
|
||||||
|
177.9920,62.1930
|
||||||
|
177.8963,62.1740
|
||||||
|
177.8152,62.1198
|
||||||
|
177.7610,62.0387
|
||||||
|
177.7420,61.9430
|
||||||
|
177.7420,60.9930
|
||||||
|
177.7610,60.8973
|
||||||
|
177.8152,60.8162
|
||||||
|
177.8963,60.7620
|
||||||
|
177.9920,60.7430
|
||||||
|
178.6670,60.7430
|
||||||
|
178.7627,60.7620
|
||||||
|
178.8438,60.8162
|
||||||
|
178.8980,60.8973
|
||||||
|
178.9170,60.9930
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.8420,61.9430
|
||||||
|
176.8230,62.0387
|
||||||
|
176.7688,62.1198
|
||||||
|
176.6877,62.1740
|
||||||
|
176.5920,62.1930
|
||||||
|
175.9170,62.1930
|
||||||
|
175.8213,62.1740
|
||||||
|
175.7402,62.1198
|
||||||
|
175.6860,62.0387
|
||||||
|
175.6670,61.9430
|
||||||
|
175.6670,60.9930
|
||||||
|
175.6860,60.8973
|
||||||
|
175.7402,60.8162
|
||||||
|
175.8213,60.7620
|
||||||
|
175.9170,60.7430
|
||||||
|
176.5920,60.7430
|
||||||
|
176.6877,60.7620
|
||||||
|
176.7688,60.8162
|
||||||
|
176.8230,60.8973
|
||||||
|
176.8420,60.9930
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 163.6640,66.1280
|
||||||
|
161.9640,66.1280
|
||||||
|
161.9640,64.4280
|
||||||
|
163.6640,64.4280
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000; stroke:none;">
|
||||||
|
<circle cx="162.8140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="160.2740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="160.2740" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="157.7340" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="157.7340" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="155.1940" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="155.1940" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="152.6540" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="152.6540" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="150.1140" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="150.1140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="147.5740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="147.5740" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="145.0340" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="145.0340" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="142.4940" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="142.4940" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="139.9540" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="139.9540" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="137.4140" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="137.4140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="134.8740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="134.8740" cy="62.7380" r="0.8500" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,389 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-B_Paste.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.6570,63.3775
|
||||||
|
186.7527,63.3965
|
||||||
|
186.8338,63.4507
|
||||||
|
186.8880,63.5318
|
||||||
|
186.9070,63.6275
|
||||||
|
186.9070,64.3025
|
||||||
|
186.8880,64.3982
|
||||||
|
186.8338,64.4793
|
||||||
|
186.7527,64.5335
|
||||||
|
186.6570,64.5525
|
||||||
|
185.7070,64.5525
|
||||||
|
185.6113,64.5335
|
||||||
|
185.5302,64.4793
|
||||||
|
185.4760,64.3982
|
||||||
|
185.4570,64.3025
|
||||||
|
185.4570,63.6275
|
||||||
|
185.4760,63.5318
|
||||||
|
185.5302,63.4507
|
||||||
|
185.6113,63.3965
|
||||||
|
185.7070,63.3775
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.6570,65.4525
|
||||||
|
186.7527,65.4715
|
||||||
|
186.8338,65.5257
|
||||||
|
186.8880,65.6068
|
||||||
|
186.9070,65.7025
|
||||||
|
186.9070,66.3775
|
||||||
|
186.8880,66.4732
|
||||||
|
186.8338,66.5543
|
||||||
|
186.7527,66.6085
|
||||||
|
186.6570,66.6275
|
||||||
|
185.7070,66.6275
|
||||||
|
185.6113,66.6085
|
||||||
|
185.5302,66.5543
|
||||||
|
185.4760,66.4732
|
||||||
|
185.4570,66.3775
|
||||||
|
185.4570,65.7025
|
||||||
|
185.4760,65.6068
|
||||||
|
185.5302,65.5257
|
||||||
|
185.6113,65.4715
|
||||||
|
185.7070,65.4525
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.9080,72.7130
|
||||||
|
179.8890,72.8087
|
||||||
|
179.8348,72.8898
|
||||||
|
179.7537,72.9440
|
||||||
|
179.6580,72.9630
|
||||||
|
178.9580,72.9630
|
||||||
|
178.8623,72.9440
|
||||||
|
178.7812,72.8898
|
||||||
|
178.7270,72.8087
|
||||||
|
178.7080,72.7130
|
||||||
|
178.7080,71.8130
|
||||||
|
178.7270,71.7173
|
||||||
|
178.7812,71.6362
|
||||||
|
178.8623,71.5820
|
||||||
|
178.9580,71.5630
|
||||||
|
179.6580,71.5630
|
||||||
|
179.7537,71.5820
|
||||||
|
179.8348,71.6362
|
||||||
|
179.8890,71.7173
|
||||||
|
179.9080,71.8130
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.9080,72.7130
|
||||||
|
177.8890,72.8087
|
||||||
|
177.8348,72.8898
|
||||||
|
177.7537,72.9440
|
||||||
|
177.6580,72.9630
|
||||||
|
176.9580,72.9630
|
||||||
|
176.8623,72.9440
|
||||||
|
176.7812,72.8898
|
||||||
|
176.7270,72.8087
|
||||||
|
176.7080,72.7130
|
||||||
|
176.7080,71.8130
|
||||||
|
176.7270,71.7173
|
||||||
|
176.7812,71.6362
|
||||||
|
176.8623,71.5820
|
||||||
|
176.9580,71.5630
|
||||||
|
177.6580,71.5630
|
||||||
|
177.7537,71.5820
|
||||||
|
177.8348,71.6362
|
||||||
|
177.8890,71.7173
|
||||||
|
177.9080,71.8130
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.6890,63.3775
|
||||||
|
188.7847,63.3965
|
||||||
|
188.8658,63.4507
|
||||||
|
188.9200,63.5318
|
||||||
|
188.9390,63.6275
|
||||||
|
188.9390,64.3025
|
||||||
|
188.9200,64.3982
|
||||||
|
188.8658,64.4793
|
||||||
|
188.7847,64.5335
|
||||||
|
188.6890,64.5525
|
||||||
|
187.7390,64.5525
|
||||||
|
187.6433,64.5335
|
||||||
|
187.5622,64.4793
|
||||||
|
187.5080,64.3982
|
||||||
|
187.4890,64.3025
|
||||||
|
187.4890,63.6275
|
||||||
|
187.5080,63.5318
|
||||||
|
187.5622,63.4507
|
||||||
|
187.6433,63.3965
|
||||||
|
187.7390,63.3775
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.6890,65.4525
|
||||||
|
188.7847,65.4715
|
||||||
|
188.8658,65.5257
|
||||||
|
188.9200,65.6068
|
||||||
|
188.9390,65.7025
|
||||||
|
188.9390,66.3775
|
||||||
|
188.9200,66.4732
|
||||||
|
188.8658,66.5543
|
||||||
|
188.7847,66.6085
|
||||||
|
188.6890,66.6275
|
||||||
|
187.7390,66.6275
|
||||||
|
187.6433,66.6085
|
||||||
|
187.5622,66.5543
|
||||||
|
187.5080,66.4732
|
||||||
|
187.4890,66.3775
|
||||||
|
187.4890,65.7025
|
||||||
|
187.5080,65.6068
|
||||||
|
187.5622,65.5257
|
||||||
|
187.6433,65.4715
|
||||||
|
187.7390,65.4525
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3490,60.9930
|
||||||
|
171.3680,60.8973
|
||||||
|
171.4222,60.8162
|
||||||
|
171.5033,60.7620
|
||||||
|
171.5990,60.7430
|
||||||
|
172.2740,60.7430
|
||||||
|
172.3697,60.7620
|
||||||
|
172.4508,60.8162
|
||||||
|
172.5050,60.8973
|
||||||
|
172.5240,60.9930
|
||||||
|
172.5240,61.9430
|
||||||
|
172.5050,62.0387
|
||||||
|
172.4508,62.1198
|
||||||
|
172.3697,62.1740
|
||||||
|
172.2740,62.1930
|
||||||
|
171.5990,62.1930
|
||||||
|
171.5033,62.1740
|
||||||
|
171.4222,62.1198
|
||||||
|
171.3680,62.0387
|
||||||
|
171.3490,61.9430
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 173.4240,60.9930
|
||||||
|
173.4430,60.8973
|
||||||
|
173.4972,60.8162
|
||||||
|
173.5783,60.7620
|
||||||
|
173.6740,60.7430
|
||||||
|
174.3490,60.7430
|
||||||
|
174.4447,60.7620
|
||||||
|
174.5258,60.8162
|
||||||
|
174.5800,60.8973
|
||||||
|
174.5990,60.9930
|
||||||
|
174.5990,61.9430
|
||||||
|
174.5800,62.0387
|
||||||
|
174.5258,62.1198
|
||||||
|
174.4447,62.1740
|
||||||
|
174.3490,62.1930
|
||||||
|
173.6740,62.1930
|
||||||
|
173.5783,62.1740
|
||||||
|
173.4972,62.1198
|
||||||
|
173.4430,62.0387
|
||||||
|
173.4240,61.9430
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,67.9650
|
||||||
|
171.3796,67.8580
|
||||||
|
171.4338,67.7471
|
||||||
|
171.5211,67.6598
|
||||||
|
171.6320,67.6056
|
||||||
|
171.7390,67.5900
|
||||||
|
172.9890,67.5900
|
||||||
|
173.0960,67.6056
|
||||||
|
173.2069,67.6598
|
||||||
|
173.2942,67.7471
|
||||||
|
173.3484,67.8580
|
||||||
|
173.3640,67.9650
|
||||||
|
173.3640,68.7150
|
||||||
|
173.3484,68.8220
|
||||||
|
173.2942,68.9329
|
||||||
|
173.2069,69.0202
|
||||||
|
173.0960,69.0744
|
||||||
|
172.9890,69.0900
|
||||||
|
171.7390,69.0900
|
||||||
|
171.6320,69.0744
|
||||||
|
171.5211,69.0202
|
||||||
|
171.4338,68.9329
|
||||||
|
171.3796,68.8220
|
||||||
|
171.3640,68.7150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,65.6650
|
||||||
|
171.3796,65.5580
|
||||||
|
171.4338,65.4471
|
||||||
|
171.5211,65.3598
|
||||||
|
171.6320,65.3056
|
||||||
|
171.7390,65.2900
|
||||||
|
172.9890,65.2900
|
||||||
|
173.0960,65.3056
|
||||||
|
173.2069,65.3598
|
||||||
|
173.2942,65.4471
|
||||||
|
173.3484,65.5580
|
||||||
|
173.3640,65.6650
|
||||||
|
173.3640,66.4150
|
||||||
|
173.3484,66.5220
|
||||||
|
173.2942,66.6329
|
||||||
|
173.2069,66.7202
|
||||||
|
173.0960,66.7744
|
||||||
|
172.9890,66.7900
|
||||||
|
171.7390,66.7900
|
||||||
|
171.6320,66.7744
|
||||||
|
171.5211,66.7202
|
||||||
|
171.4338,66.6329
|
||||||
|
171.3796,66.5220
|
||||||
|
171.3640,66.4150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.6640,64.6400
|
||||||
|
177.6754,64.5337
|
||||||
|
177.7252,64.4004
|
||||||
|
177.8104,64.2864
|
||||||
|
177.9244,64.2012
|
||||||
|
178.0577,64.1514
|
||||||
|
178.1640,64.1400
|
||||||
|
179.1640,64.1400
|
||||||
|
179.2703,64.1514
|
||||||
|
179.4036,64.2012
|
||||||
|
179.5176,64.2864
|
||||||
|
179.6028,64.4004
|
||||||
|
179.6526,64.5337
|
||||||
|
179.6640,64.6400
|
||||||
|
179.6640,67.4400
|
||||||
|
179.6526,67.5463
|
||||||
|
179.6028,67.6796
|
||||||
|
179.5176,67.7936
|
||||||
|
179.4036,67.8788
|
||||||
|
179.2703,67.9286
|
||||||
|
179.1640,67.9400
|
||||||
|
178.1640,67.9400
|
||||||
|
178.0577,67.9286
|
||||||
|
177.9244,67.8788
|
||||||
|
177.8104,67.7936
|
||||||
|
177.7252,67.6796
|
||||||
|
177.6754,67.5463
|
||||||
|
177.6640,67.4400
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 171.3640,63.3650
|
||||||
|
171.3796,63.2580
|
||||||
|
171.4338,63.1471
|
||||||
|
171.5211,63.0598
|
||||||
|
171.6320,63.0056
|
||||||
|
171.7390,62.9900
|
||||||
|
172.9890,62.9900
|
||||||
|
173.0960,63.0056
|
||||||
|
173.2069,63.0598
|
||||||
|
173.2942,63.1471
|
||||||
|
173.3484,63.2580
|
||||||
|
173.3640,63.3650
|
||||||
|
173.3640,64.1150
|
||||||
|
173.3484,64.2220
|
||||||
|
173.2942,64.3329
|
||||||
|
173.2069,64.4202
|
||||||
|
173.0960,64.4744
|
||||||
|
172.9890,64.4900
|
||||||
|
171.7390,64.4900
|
||||||
|
171.6320,64.4744
|
||||||
|
171.5211,64.4202
|
||||||
|
171.4338,64.3329
|
||||||
|
171.3796,64.2220
|
||||||
|
171.3640,64.1150
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.7080,73.8450
|
||||||
|
176.7270,73.7493
|
||||||
|
176.7812,73.6682
|
||||||
|
176.8623,73.6140
|
||||||
|
176.9580,73.5950
|
||||||
|
177.6580,73.5950
|
||||||
|
177.7537,73.6140
|
||||||
|
177.8348,73.6682
|
||||||
|
177.8890,73.7493
|
||||||
|
177.9080,73.8450
|
||||||
|
177.9080,74.7450
|
||||||
|
177.8890,74.8407
|
||||||
|
177.8348,74.9218
|
||||||
|
177.7537,74.9760
|
||||||
|
177.6580,74.9950
|
||||||
|
176.9580,74.9950
|
||||||
|
176.8623,74.9760
|
||||||
|
176.7812,74.9218
|
||||||
|
176.7270,74.8407
|
||||||
|
176.7080,74.7450
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.7080,73.8450
|
||||||
|
178.7270,73.7493
|
||||||
|
178.7812,73.6682
|
||||||
|
178.8623,73.6140
|
||||||
|
178.9580,73.5950
|
||||||
|
179.6580,73.5950
|
||||||
|
179.7537,73.6140
|
||||||
|
179.8348,73.6682
|
||||||
|
179.8890,73.7493
|
||||||
|
179.9080,73.8450
|
||||||
|
179.9080,74.7450
|
||||||
|
179.8890,74.8407
|
||||||
|
179.8348,74.9218
|
||||||
|
179.7537,74.9760
|
||||||
|
179.6580,74.9950
|
||||||
|
178.9580,74.9950
|
||||||
|
178.8623,74.9760
|
||||||
|
178.7812,74.9218
|
||||||
|
178.7270,74.8407
|
||||||
|
178.7080,74.7450
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.9170,61.9430
|
||||||
|
178.8980,62.0387
|
||||||
|
178.8438,62.1198
|
||||||
|
178.7627,62.1740
|
||||||
|
178.6670,62.1930
|
||||||
|
177.9920,62.1930
|
||||||
|
177.8963,62.1740
|
||||||
|
177.8152,62.1198
|
||||||
|
177.7610,62.0387
|
||||||
|
177.7420,61.9430
|
||||||
|
177.7420,60.9930
|
||||||
|
177.7610,60.8973
|
||||||
|
177.8152,60.8162
|
||||||
|
177.8963,60.7620
|
||||||
|
177.9920,60.7430
|
||||||
|
178.6670,60.7430
|
||||||
|
178.7627,60.7620
|
||||||
|
178.8438,60.8162
|
||||||
|
178.8980,60.8973
|
||||||
|
178.9170,60.9930
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.8420,61.9430
|
||||||
|
176.8230,62.0387
|
||||||
|
176.7688,62.1198
|
||||||
|
176.6877,62.1740
|
||||||
|
176.5920,62.1930
|
||||||
|
175.9170,62.1930
|
||||||
|
175.8213,62.1740
|
||||||
|
175.7402,62.1198
|
||||||
|
175.6860,62.0387
|
||||||
|
175.6670,61.9430
|
||||||
|
175.6670,60.9930
|
||||||
|
175.6860,60.8973
|
||||||
|
175.7402,60.8162
|
||||||
|
175.8213,60.7620
|
||||||
|
175.9170,60.7430
|
||||||
|
176.5920,60.7430
|
||||||
|
176.6877,60.7620
|
||||||
|
176.7688,60.8162
|
||||||
|
176.8230,60.8973
|
||||||
|
176.8420,60.9930
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,752 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-B_Silkscreen.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
</g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:0.1500; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<g transform="rotate(-90.000000 186.1820 62.1030)">
|
||||||
|
<text x="186.1820" y="62.6030"
|
||||||
|
transform="scale(-1 1) translate(-372.364000 0)"
|
||||||
|
textLength="2.2024" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">C5</text>
|
||||||
|
</g>
|
||||||
|
<g class="stroked-text"><desc>C5</desc>
|
||||||
|
<path d="M186.5416 61.9363
|
||||||
|
L186.5892 61.8887
|
||||||
|
" />
|
||||||
|
<path d="M186.5892 61.8887
|
||||||
|
L186.6368 61.7459
|
||||||
|
" />
|
||||||
|
<path d="M186.6368 61.7459
|
||||||
|
L186.6368 61.6506
|
||||||
|
" />
|
||||||
|
<path d="M186.6368 61.6506
|
||||||
|
L186.5892 61.5078
|
||||||
|
" />
|
||||||
|
<path d="M186.5892 61.5078
|
||||||
|
L186.4940 61.4125
|
||||||
|
" />
|
||||||
|
<path d="M186.4940 61.4125
|
||||||
|
L186.3987 61.3649
|
||||||
|
" />
|
||||||
|
<path d="M186.3987 61.3649
|
||||||
|
L186.2082 61.3173
|
||||||
|
" />
|
||||||
|
<path d="M186.2082 61.3173
|
||||||
|
L186.0654 61.3173
|
||||||
|
" />
|
||||||
|
<path d="M186.0654 61.3173
|
||||||
|
L185.8749 61.3649
|
||||||
|
" />
|
||||||
|
<path d="M185.8749 61.3649
|
||||||
|
L185.7797 61.4125
|
||||||
|
" />
|
||||||
|
<path d="M185.7797 61.4125
|
||||||
|
L185.6844 61.5078
|
||||||
|
" />
|
||||||
|
<path d="M185.6844 61.5078
|
||||||
|
L185.6368 61.6506
|
||||||
|
" />
|
||||||
|
<path d="M185.6368 61.6506
|
||||||
|
L185.6368 61.7459
|
||||||
|
" />
|
||||||
|
<path d="M185.6368 61.7459
|
||||||
|
L185.6844 61.8887
|
||||||
|
" />
|
||||||
|
<path d="M185.6844 61.8887
|
||||||
|
L185.7321 61.9363
|
||||||
|
" />
|
||||||
|
<path d="M185.6368 62.8411
|
||||||
|
L185.6368 62.3649
|
||||||
|
" />
|
||||||
|
<path d="M185.6368 62.3649
|
||||||
|
L186.1130 62.3173
|
||||||
|
" />
|
||||||
|
<path d="M186.1130 62.3173
|
||||||
|
L186.0654 62.3649
|
||||||
|
" />
|
||||||
|
<path d="M186.0654 62.3649
|
||||||
|
L186.0178 62.4601
|
||||||
|
" />
|
||||||
|
<path d="M186.0178 62.4601
|
||||||
|
L186.0178 62.6982
|
||||||
|
" />
|
||||||
|
<path d="M186.0178 62.6982
|
||||||
|
L186.0654 62.7935
|
||||||
|
" />
|
||||||
|
<path d="M186.0654 62.7935
|
||||||
|
L186.1130 62.8411
|
||||||
|
" />
|
||||||
|
<path d="M186.1130 62.8411
|
||||||
|
L186.2082 62.8887
|
||||||
|
" />
|
||||||
|
<path d="M186.2082 62.8887
|
||||||
|
L186.4463 62.8887
|
||||||
|
" />
|
||||||
|
<path d="M186.4463 62.8887
|
||||||
|
L186.5416 62.8411
|
||||||
|
" />
|
||||||
|
<path d="M186.5416 62.8411
|
||||||
|
L186.5892 62.7935
|
||||||
|
" />
|
||||||
|
<path d="M186.5892 62.7935
|
||||||
|
L186.6368 62.6982
|
||||||
|
" />
|
||||||
|
<path d="M186.6368 62.6982
|
||||||
|
L186.6368 62.4601
|
||||||
|
" />
|
||||||
|
<path d="M186.6368 62.4601
|
||||||
|
L186.5892 62.3649
|
||||||
|
" />
|
||||||
|
<path d="M186.5892 62.3649
|
||||||
|
L186.5416 62.3173
|
||||||
|
" />
|
||||||
|
</g><text x="175.5140" y="72.8900"
|
||||||
|
transform="scale(-1 1) translate(-351.028000 0)"
|
||||||
|
textLength="2.2024" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">R3</text>
|
||||||
|
<g class="stroked-text"><desc>R3</desc>
|
||||||
|
<path d="M175.6807 72.8448
|
||||||
|
L176.0140 72.3686
|
||||||
|
" />
|
||||||
|
<path d="M176.2521 72.8448
|
||||||
|
L176.2521 71.8448
|
||||||
|
" />
|
||||||
|
<path d="M176.2521 71.8448
|
||||||
|
L175.8711 71.8448
|
||||||
|
" />
|
||||||
|
<path d="M175.8711 71.8448
|
||||||
|
L175.7759 71.8924
|
||||||
|
" />
|
||||||
|
<path d="M175.7759 71.8924
|
||||||
|
L175.7283 71.9401
|
||||||
|
" />
|
||||||
|
<path d="M175.7283 71.9401
|
||||||
|
L175.6807 72.0353
|
||||||
|
" />
|
||||||
|
<path d="M175.6807 72.0353
|
||||||
|
L175.6807 72.1782
|
||||||
|
" />
|
||||||
|
<path d="M175.6807 72.1782
|
||||||
|
L175.7283 72.2734
|
||||||
|
" />
|
||||||
|
<path d="M175.7283 72.2734
|
||||||
|
L175.7759 72.3210
|
||||||
|
" />
|
||||||
|
<path d="M175.7759 72.3210
|
||||||
|
L175.8711 72.3686
|
||||||
|
" />
|
||||||
|
<path d="M175.8711 72.3686
|
||||||
|
L176.2521 72.3686
|
||||||
|
" />
|
||||||
|
<path d="M175.3473 71.8448
|
||||||
|
L174.7283 71.8448
|
||||||
|
" />
|
||||||
|
<path d="M174.7283 71.8448
|
||||||
|
L175.0616 72.2258
|
||||||
|
" />
|
||||||
|
<path d="M175.0616 72.2258
|
||||||
|
L174.9188 72.2258
|
||||||
|
" />
|
||||||
|
<path d="M174.9188 72.2258
|
||||||
|
L174.8235 72.2734
|
||||||
|
" />
|
||||||
|
<path d="M174.8235 72.2734
|
||||||
|
L174.7759 72.3210
|
||||||
|
" />
|
||||||
|
<path d="M174.7759 72.3210
|
||||||
|
L174.7283 72.4162
|
||||||
|
" />
|
||||||
|
<path d="M174.7283 72.4162
|
||||||
|
L174.7283 72.6543
|
||||||
|
" />
|
||||||
|
<path d="M174.7283 72.6543
|
||||||
|
L174.7759 72.7496
|
||||||
|
" />
|
||||||
|
<path d="M174.7759 72.7496
|
||||||
|
L174.8235 72.7972
|
||||||
|
" />
|
||||||
|
<path d="M174.8235 72.7972
|
||||||
|
L174.9188 72.8448
|
||||||
|
" />
|
||||||
|
<path d="M174.9188 72.8448
|
||||||
|
L175.2045 72.8448
|
||||||
|
" />
|
||||||
|
<path d="M175.2045 72.8448
|
||||||
|
L175.2997 72.7972
|
||||||
|
" />
|
||||||
|
<path d="M175.2997 72.7972
|
||||||
|
L175.3473 72.7496
|
||||||
|
" />
|
||||||
|
</g><text x="181.4830" y="72.7630"
|
||||||
|
transform="scale(-1 1) translate(-362.966000 0)"
|
||||||
|
textLength="2.9643" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">10k</text>
|
||||||
|
<g class="stroked-text"><desc>10k</desc>
|
||||||
|
<path d="M182.0782 72.7178
|
||||||
|
L182.6497 72.7178
|
||||||
|
" />
|
||||||
|
<path d="M182.3640 72.7178
|
||||||
|
L182.3640 71.7178
|
||||||
|
" />
|
||||||
|
<path d="M182.3640 71.7178
|
||||||
|
L182.4592 71.8607
|
||||||
|
" />
|
||||||
|
<path d="M182.4592 71.8607
|
||||||
|
L182.5544 71.9559
|
||||||
|
" />
|
||||||
|
<path d="M182.5544 71.9559
|
||||||
|
L182.6497 72.0035
|
||||||
|
" />
|
||||||
|
<path d="M181.4592 71.7178
|
||||||
|
L181.3640 71.7178
|
||||||
|
" />
|
||||||
|
<path d="M181.3640 71.7178
|
||||||
|
L181.2687 71.7654
|
||||||
|
" />
|
||||||
|
<path d="M181.2687 71.7654
|
||||||
|
L181.2211 71.8131
|
||||||
|
" />
|
||||||
|
<path d="M181.2211 71.8131
|
||||||
|
L181.1735 71.9083
|
||||||
|
" />
|
||||||
|
<path d="M181.1735 71.9083
|
||||||
|
L181.1259 72.0988
|
||||||
|
" />
|
||||||
|
<path d="M181.1259 72.0988
|
||||||
|
L181.1259 72.3369
|
||||||
|
" />
|
||||||
|
<path d="M181.1259 72.3369
|
||||||
|
L181.1735 72.5273
|
||||||
|
" />
|
||||||
|
<path d="M181.1735 72.5273
|
||||||
|
L181.2211 72.6226
|
||||||
|
" />
|
||||||
|
<path d="M181.2211 72.6226
|
||||||
|
L181.2687 72.6702
|
||||||
|
" />
|
||||||
|
<path d="M181.2687 72.6702
|
||||||
|
L181.3640 72.7178
|
||||||
|
" />
|
||||||
|
<path d="M181.3640 72.7178
|
||||||
|
L181.4592 72.7178
|
||||||
|
" />
|
||||||
|
<path d="M181.4592 72.7178
|
||||||
|
L181.5544 72.6702
|
||||||
|
" />
|
||||||
|
<path d="M181.5544 72.6702
|
||||||
|
L181.6020 72.6226
|
||||||
|
" />
|
||||||
|
<path d="M181.6020 72.6226
|
||||||
|
L181.6497 72.5273
|
||||||
|
" />
|
||||||
|
<path d="M181.6497 72.5273
|
||||||
|
L181.6973 72.3369
|
||||||
|
" />
|
||||||
|
<path d="M181.6973 72.3369
|
||||||
|
L181.6973 72.0988
|
||||||
|
" />
|
||||||
|
<path d="M181.6973 72.0988
|
||||||
|
L181.6497 71.9083
|
||||||
|
" />
|
||||||
|
<path d="M181.6497 71.9083
|
||||||
|
L181.6020 71.8131
|
||||||
|
" />
|
||||||
|
<path d="M181.6020 71.8131
|
||||||
|
L181.5544 71.7654
|
||||||
|
" />
|
||||||
|
<path d="M181.5544 71.7654
|
||||||
|
L181.4592 71.7178
|
||||||
|
" />
|
||||||
|
<path d="M180.6973 72.7178
|
||||||
|
L180.6973 71.7178
|
||||||
|
" />
|
||||||
|
<path d="M180.6020 72.3369
|
||||||
|
L180.3163 72.7178
|
||||||
|
" />
|
||||||
|
<path d="M180.3163 72.0512
|
||||||
|
L180.6973 72.4321
|
||||||
|
" />
|
||||||
|
</g><g transform="rotate(-90.000000 188.2140 62.1030)">
|
||||||
|
<text x="188.2140" y="62.6030"
|
||||||
|
transform="scale(-1 1) translate(-376.428000 0)"
|
||||||
|
textLength="2.2024" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">C4</text>
|
||||||
|
</g>
|
||||||
|
<g class="stroked-text"><desc>C4</desc>
|
||||||
|
<path d="M188.5736 61.9363
|
||||||
|
L188.6212 61.8887
|
||||||
|
" />
|
||||||
|
<path d="M188.6212 61.8887
|
||||||
|
L188.6688 61.7459
|
||||||
|
" />
|
||||||
|
<path d="M188.6688 61.7459
|
||||||
|
L188.6688 61.6506
|
||||||
|
" />
|
||||||
|
<path d="M188.6688 61.6506
|
||||||
|
L188.6212 61.5078
|
||||||
|
" />
|
||||||
|
<path d="M188.6212 61.5078
|
||||||
|
L188.5260 61.4125
|
||||||
|
" />
|
||||||
|
<path d="M188.5260 61.4125
|
||||||
|
L188.4307 61.3649
|
||||||
|
" />
|
||||||
|
<path d="M188.4307 61.3649
|
||||||
|
L188.2402 61.3173
|
||||||
|
" />
|
||||||
|
<path d="M188.2402 61.3173
|
||||||
|
L188.0974 61.3173
|
||||||
|
" />
|
||||||
|
<path d="M188.0974 61.3173
|
||||||
|
L187.9069 61.3649
|
||||||
|
" />
|
||||||
|
<path d="M187.9069 61.3649
|
||||||
|
L187.8117 61.4125
|
||||||
|
" />
|
||||||
|
<path d="M187.8117 61.4125
|
||||||
|
L187.7164 61.5078
|
||||||
|
" />
|
||||||
|
<path d="M187.7164 61.5078
|
||||||
|
L187.6688 61.6506
|
||||||
|
" />
|
||||||
|
<path d="M187.6688 61.6506
|
||||||
|
L187.6688 61.7459
|
||||||
|
" />
|
||||||
|
<path d="M187.6688 61.7459
|
||||||
|
L187.7164 61.8887
|
||||||
|
" />
|
||||||
|
<path d="M187.7164 61.8887
|
||||||
|
L187.7641 61.9363
|
||||||
|
" />
|
||||||
|
<path d="M188.0022 62.7935
|
||||||
|
L188.6688 62.7935
|
||||||
|
" />
|
||||||
|
<path d="M187.6212 62.5554
|
||||||
|
L188.3355 62.3173
|
||||||
|
" />
|
||||||
|
<path d="M188.3355 62.3173
|
||||||
|
L188.3355 62.9363
|
||||||
|
" />
|
||||||
|
</g><text x="175.5140" y="71.0400"
|
||||||
|
transform="scale(-1 1) translate(-351.028000 0)"
|
||||||
|
textLength="2.2500" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">U2</text>
|
||||||
|
<g class="stroked-text"><desc>U2</desc>
|
||||||
|
<path d="M176.2759 69.9948
|
||||||
|
L176.2759 70.8043
|
||||||
|
" />
|
||||||
|
<path d="M176.2759 70.8043
|
||||||
|
L176.2283 70.8996
|
||||||
|
" />
|
||||||
|
<path d="M176.2283 70.8996
|
||||||
|
L176.1807 70.9472
|
||||||
|
" />
|
||||||
|
<path d="M176.1807 70.9472
|
||||||
|
L176.0854 70.9948
|
||||||
|
" />
|
||||||
|
<path d="M176.0854 70.9948
|
||||||
|
L175.8950 70.9948
|
||||||
|
" />
|
||||||
|
<path d="M175.8950 70.9948
|
||||||
|
L175.7997 70.9472
|
||||||
|
" />
|
||||||
|
<path d="M175.7997 70.9472
|
||||||
|
L175.7521 70.8996
|
||||||
|
" />
|
||||||
|
<path d="M175.7521 70.8996
|
||||||
|
L175.7045 70.8043
|
||||||
|
" />
|
||||||
|
<path d="M175.7045 70.8043
|
||||||
|
L175.7045 69.9948
|
||||||
|
" />
|
||||||
|
<path d="M175.2759 70.0901
|
||||||
|
L175.2283 70.0424
|
||||||
|
" />
|
||||||
|
<path d="M175.2283 70.0424
|
||||||
|
L175.1330 69.9948
|
||||||
|
" />
|
||||||
|
<path d="M175.1330 69.9948
|
||||||
|
L174.8950 69.9948
|
||||||
|
" />
|
||||||
|
<path d="M174.8950 69.9948
|
||||||
|
L174.7997 70.0424
|
||||||
|
" />
|
||||||
|
<path d="M174.7997 70.0424
|
||||||
|
L174.7521 70.0901
|
||||||
|
" />
|
||||||
|
<path d="M174.7521 70.0901
|
||||||
|
L174.7045 70.1853
|
||||||
|
" />
|
||||||
|
<path d="M174.7045 70.1853
|
||||||
|
L174.7045 70.2805
|
||||||
|
" />
|
||||||
|
<path d="M174.7045 70.2805
|
||||||
|
L174.7521 70.4234
|
||||||
|
" />
|
||||||
|
<path d="M174.7521 70.4234
|
||||||
|
L175.3235 70.9948
|
||||||
|
" />
|
||||||
|
<path d="M175.3235 70.9948
|
||||||
|
L174.7045 70.9948
|
||||||
|
" />
|
||||||
|
</g><text x="175.3870" y="74.7950"
|
||||||
|
transform="scale(-1 1) translate(-350.774000 0)"
|
||||||
|
textLength="2.2024" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">R4</text>
|
||||||
|
<g class="stroked-text"><desc>R4</desc>
|
||||||
|
<path d="M175.5537 74.7498
|
||||||
|
L175.8870 74.2736
|
||||||
|
" />
|
||||||
|
<path d="M176.1251 74.7498
|
||||||
|
L176.1251 73.7498
|
||||||
|
" />
|
||||||
|
<path d="M176.1251 73.7498
|
||||||
|
L175.7441 73.7498
|
||||||
|
" />
|
||||||
|
<path d="M175.7441 73.7498
|
||||||
|
L175.6489 73.7974
|
||||||
|
" />
|
||||||
|
<path d="M175.6489 73.7974
|
||||||
|
L175.6013 73.8451
|
||||||
|
" />
|
||||||
|
<path d="M175.6013 73.8451
|
||||||
|
L175.5537 73.9403
|
||||||
|
" />
|
||||||
|
<path d="M175.5537 73.9403
|
||||||
|
L175.5537 74.0832
|
||||||
|
" />
|
||||||
|
<path d="M175.5537 74.0832
|
||||||
|
L175.6013 74.1784
|
||||||
|
" />
|
||||||
|
<path d="M175.6013 74.1784
|
||||||
|
L175.6489 74.2260
|
||||||
|
" />
|
||||||
|
<path d="M175.6489 74.2260
|
||||||
|
L175.7441 74.2736
|
||||||
|
" />
|
||||||
|
<path d="M175.7441 74.2736
|
||||||
|
L176.1251 74.2736
|
||||||
|
" />
|
||||||
|
<path d="M174.6965 74.0832
|
||||||
|
L174.6965 74.7498
|
||||||
|
" />
|
||||||
|
<path d="M174.9346 73.7022
|
||||||
|
L175.1727 74.4165
|
||||||
|
" />
|
||||||
|
<path d="M175.1727 74.4165
|
||||||
|
L174.5537 74.4165
|
||||||
|
" />
|
||||||
|
</g><text x="181.4830" y="74.9220"
|
||||||
|
transform="scale(-1 1) translate(-362.966000 0)"
|
||||||
|
textLength="2.9643" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">10k</text>
|
||||||
|
<g class="stroked-text"><desc>10k</desc>
|
||||||
|
<path d="M182.0782 74.8768
|
||||||
|
L182.6497 74.8768
|
||||||
|
" />
|
||||||
|
<path d="M182.3640 74.8768
|
||||||
|
L182.3640 73.8768
|
||||||
|
" />
|
||||||
|
<path d="M182.3640 73.8768
|
||||||
|
L182.4592 74.0197
|
||||||
|
" />
|
||||||
|
<path d="M182.4592 74.0197
|
||||||
|
L182.5544 74.1149
|
||||||
|
" />
|
||||||
|
<path d="M182.5544 74.1149
|
||||||
|
L182.6497 74.1625
|
||||||
|
" />
|
||||||
|
<path d="M181.4592 73.8768
|
||||||
|
L181.3640 73.8768
|
||||||
|
" />
|
||||||
|
<path d="M181.3640 73.8768
|
||||||
|
L181.2687 73.9244
|
||||||
|
" />
|
||||||
|
<path d="M181.2687 73.9244
|
||||||
|
L181.2211 73.9721
|
||||||
|
" />
|
||||||
|
<path d="M181.2211 73.9721
|
||||||
|
L181.1735 74.0673
|
||||||
|
" />
|
||||||
|
<path d="M181.1735 74.0673
|
||||||
|
L181.1259 74.2578
|
||||||
|
" />
|
||||||
|
<path d="M181.1259 74.2578
|
||||||
|
L181.1259 74.4959
|
||||||
|
" />
|
||||||
|
<path d="M181.1259 74.4959
|
||||||
|
L181.1735 74.6863
|
||||||
|
" />
|
||||||
|
<path d="M181.1735 74.6863
|
||||||
|
L181.2211 74.7816
|
||||||
|
" />
|
||||||
|
<path d="M181.2211 74.7816
|
||||||
|
L181.2687 74.8292
|
||||||
|
" />
|
||||||
|
<path d="M181.2687 74.8292
|
||||||
|
L181.3640 74.8768
|
||||||
|
" />
|
||||||
|
<path d="M181.3640 74.8768
|
||||||
|
L181.4592 74.8768
|
||||||
|
" />
|
||||||
|
<path d="M181.4592 74.8768
|
||||||
|
L181.5544 74.8292
|
||||||
|
" />
|
||||||
|
<path d="M181.5544 74.8292
|
||||||
|
L181.6020 74.7816
|
||||||
|
" />
|
||||||
|
<path d="M181.6020 74.7816
|
||||||
|
L181.6497 74.6863
|
||||||
|
" />
|
||||||
|
<path d="M181.6497 74.6863
|
||||||
|
L181.6973 74.4959
|
||||||
|
" />
|
||||||
|
<path d="M181.6973 74.4959
|
||||||
|
L181.6973 74.2578
|
||||||
|
" />
|
||||||
|
<path d="M181.6973 74.2578
|
||||||
|
L181.6497 74.0673
|
||||||
|
" />
|
||||||
|
<path d="M181.6497 74.0673
|
||||||
|
L181.6020 73.9721
|
||||||
|
" />
|
||||||
|
<path d="M181.6020 73.9721
|
||||||
|
L181.5544 73.9244
|
||||||
|
" />
|
||||||
|
<path d="M181.5544 73.9244
|
||||||
|
L181.4592 73.8768
|
||||||
|
" />
|
||||||
|
<path d="M180.6973 74.8768
|
||||||
|
L180.6973 73.8768
|
||||||
|
" />
|
||||||
|
<path d="M180.6020 74.4959
|
||||||
|
L180.3163 74.8768
|
||||||
|
" />
|
||||||
|
<path d="M180.3163 74.2102
|
||||||
|
L180.6973 74.5911
|
||||||
|
" />
|
||||||
|
</g><text x="177.2920" y="60.2880"
|
||||||
|
transform="scale(-1 1) translate(-354.584000 0)"
|
||||||
|
textLength="2.2024" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">C2</text>
|
||||||
|
<g class="stroked-text"><desc>C2</desc>
|
||||||
|
<path d="M177.4587 60.1476
|
||||||
|
L177.5063 60.1952
|
||||||
|
" />
|
||||||
|
<path d="M177.5063 60.1952
|
||||||
|
L177.6491 60.2428
|
||||||
|
" />
|
||||||
|
<path d="M177.6491 60.2428
|
||||||
|
L177.7444 60.2428
|
||||||
|
" />
|
||||||
|
<path d="M177.7444 60.2428
|
||||||
|
L177.8872 60.1952
|
||||||
|
" />
|
||||||
|
<path d="M177.8872 60.1952
|
||||||
|
L177.9825 60.1000
|
||||||
|
" />
|
||||||
|
<path d="M177.9825 60.1000
|
||||||
|
L178.0301 60.0047
|
||||||
|
" />
|
||||||
|
<path d="M178.0301 60.0047
|
||||||
|
L178.0777 59.8142
|
||||||
|
" />
|
||||||
|
<path d="M178.0777 59.8142
|
||||||
|
L178.0777 59.6714
|
||||||
|
" />
|
||||||
|
<path d="M178.0777 59.6714
|
||||||
|
L178.0301 59.4809
|
||||||
|
" />
|
||||||
|
<path d="M178.0301 59.4809
|
||||||
|
L177.9825 59.3857
|
||||||
|
" />
|
||||||
|
<path d="M177.9825 59.3857
|
||||||
|
L177.8872 59.2904
|
||||||
|
" />
|
||||||
|
<path d="M177.8872 59.2904
|
||||||
|
L177.7444 59.2428
|
||||||
|
" />
|
||||||
|
<path d="M177.7444 59.2428
|
||||||
|
L177.6491 59.2428
|
||||||
|
" />
|
||||||
|
<path d="M177.6491 59.2428
|
||||||
|
L177.5063 59.2904
|
||||||
|
" />
|
||||||
|
<path d="M177.5063 59.2904
|
||||||
|
L177.4587 59.3381
|
||||||
|
" />
|
||||||
|
<path d="M177.0777 59.3381
|
||||||
|
L177.0301 59.2904
|
||||||
|
" />
|
||||||
|
<path d="M177.0301 59.2904
|
||||||
|
L176.9349 59.2428
|
||||||
|
" />
|
||||||
|
<path d="M176.9349 59.2428
|
||||||
|
L176.6968 59.2428
|
||||||
|
" />
|
||||||
|
<path d="M176.6968 59.2428
|
||||||
|
L176.6015 59.2904
|
||||||
|
" />
|
||||||
|
<path d="M176.6015 59.2904
|
||||||
|
L176.5539 59.3381
|
||||||
|
" />
|
||||||
|
<path d="M176.5539 59.3381
|
||||||
|
L176.5063 59.4333
|
||||||
|
" />
|
||||||
|
<path d="M176.5063 59.4333
|
||||||
|
L176.5063 59.5285
|
||||||
|
" />
|
||||||
|
<path d="M176.5063 59.5285
|
||||||
|
L176.5539 59.6714
|
||||||
|
" />
|
||||||
|
<path d="M176.5539 59.6714
|
||||||
|
L177.1253 60.2428
|
||||||
|
" />
|
||||||
|
<path d="M177.1253 60.2428
|
||||||
|
L176.5063 60.2428
|
||||||
|
" />
|
||||||
|
</g><g transform="rotate(-90.000000 165.1940 64.0080)">
|
||||||
|
<text x="165.1940" y="64.5080"
|
||||||
|
transform="scale(-1 1) translate(-330.388000 0)"
|
||||||
|
textLength="1.9643" font-size="1.3333" lengthAdjust="spacingAndGlyphs"
|
||||||
|
text-anchor="middle" opacity="0" stroke-opacity="0">J1</text>
|
||||||
|
</g>
|
||||||
|
<g class="stroked-text"><desc>J1</desc>
|
||||||
|
<path d="M164.6488 63.6747
|
||||||
|
L165.3631 63.6747
|
||||||
|
" />
|
||||||
|
<path d="M165.3631 63.6747
|
||||||
|
L165.5060 63.6270
|
||||||
|
" />
|
||||||
|
<path d="M165.5060 63.6270
|
||||||
|
L165.6012 63.5318
|
||||||
|
" />
|
||||||
|
<path d="M165.6012 63.5318
|
||||||
|
L165.6488 63.3890
|
||||||
|
" />
|
||||||
|
<path d="M165.6488 63.3890
|
||||||
|
L165.6488 63.2937
|
||||||
|
" />
|
||||||
|
<path d="M165.6488 64.6747
|
||||||
|
L165.6488 64.1032
|
||||||
|
" />
|
||||||
|
<path d="M165.6488 64.3890
|
||||||
|
L164.6488 64.3890
|
||||||
|
" />
|
||||||
|
<path d="M164.6488 64.3890
|
||||||
|
L164.7917 64.2937
|
||||||
|
" />
|
||||||
|
<path d="M164.7917 64.2937
|
||||||
|
L164.8869 64.1985
|
||||||
|
" />
|
||||||
|
<path d="M164.8869 64.1985
|
||||||
|
L164.9345 64.1032
|
||||||
|
" />
|
||||||
|
</g></g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:0.1200; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<path d="M185.4470 64.7412
|
||||||
|
L185.4470 65.2638
|
||||||
|
" />
|
||||||
|
<path d="M186.9170 64.7412
|
||||||
|
L186.9170 65.2638
|
||||||
|
" />
|
||||||
|
<path d="M178.5351 71.5280
|
||||||
|
L178.0809 71.5280
|
||||||
|
" />
|
||||||
|
<path d="M178.5351 72.9980
|
||||||
|
L178.0809 72.9980
|
||||||
|
" />
|
||||||
|
<path d="M187.4790 64.7412
|
||||||
|
L187.4790 65.2638
|
||||||
|
" />
|
||||||
|
<path d="M188.9490 64.7412
|
||||||
|
L188.9490 65.2638
|
||||||
|
" />
|
||||||
|
<path d="M172.7127 60.7330
|
||||||
|
L173.2353 60.7330
|
||||||
|
" />
|
||||||
|
<path d="M172.7127 62.2030
|
||||||
|
L173.2353 62.2030
|
||||||
|
" />
|
||||||
|
<path d="M173.6640 62.6300
|
||||||
|
L177.4240 62.6300
|
||||||
|
" />
|
||||||
|
<path d="M173.6640 69.4500
|
||||||
|
L177.4240 69.4500
|
||||||
|
" />
|
||||||
|
<path d="M177.4240 62.6300
|
||||||
|
L177.4240 63.8900
|
||||||
|
" />
|
||||||
|
<path d="M177.4240 69.4500
|
||||||
|
L177.4240 68.1900
|
||||||
|
" />
|
||||||
|
<path style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:0.1200; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;fill:none"
|
||||||
|
d="M 172.3840,69.3500
|
||||||
|
172.1440,69.6800
|
||||||
|
172.6240,69.6800
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.6240,69.6800
|
||||||
|
172.1440,69.6800
|
||||||
|
172.3840,69.3500
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:0.1200; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<path d="M178.0809 73.5600
|
||||||
|
L178.5351 73.5600
|
||||||
|
" />
|
||||||
|
<path d="M178.0809 75.0300
|
||||||
|
L178.5351 75.0300
|
||||||
|
" />
|
||||||
|
<path d="M177.5533 60.7330
|
||||||
|
L177.0307 60.7330
|
||||||
|
" />
|
||||||
|
<path d="M177.5533 62.2030
|
||||||
|
L177.0307 62.2030
|
||||||
|
" />
|
||||||
|
<path d="M133.4940 66.6580
|
||||||
|
L133.4940 61.3580
|
||||||
|
" />
|
||||||
|
<path d="M161.5440 64.0080
|
||||||
|
L164.1940 64.0080
|
||||||
|
" />
|
||||||
|
<path d="M161.5440 66.6580
|
||||||
|
L133.4940 66.6580
|
||||||
|
" />
|
||||||
|
<path d="M161.5440 66.6580
|
||||||
|
L161.5440 64.0080
|
||||||
|
" />
|
||||||
|
<path d="M162.8140 66.6580
|
||||||
|
L164.1940 66.6580
|
||||||
|
" />
|
||||||
|
<path d="M164.1940 61.3580
|
||||||
|
L133.4940 61.3580
|
||||||
|
" />
|
||||||
|
<path d="M164.1940 64.0080
|
||||||
|
L164.1940 61.3580
|
||||||
|
" />
|
||||||
|
<path d="M164.1940 66.6580
|
||||||
|
L164.1940 65.2780
|
||||||
|
" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-Edge_Cuts.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
</g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:0.0500; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<path d="M134.0955 58.9179 A1.0000 1.0000 0.0 0 0 133.0955 59.9179" />
|
||||||
|
<path d="M133.0960 80.5340
|
||||||
|
L133.0960 59.9229
|
||||||
|
" />
|
||||||
|
<path d="M134.0955 58.9179
|
||||||
|
L191.5320 58.9280
|
||||||
|
" />
|
||||||
|
<path d="M133.0962 80.5409 A1.0000 1.0000 0.0 0 0 134.0962 81.5409" />
|
||||||
|
<path d="M192.5320 59.9280 A1.0000 1.0000 0.0 0 0 191.5320 58.9280" />
|
||||||
|
<path d="M191.5331 81.5396
|
||||||
|
L134.0962 81.5409
|
||||||
|
" />
|
||||||
|
<path d="M192.5320 59.9280
|
||||||
|
L192.5320 80.5340
|
||||||
|
" />
|
||||||
|
<path d="M191.5331 81.5396 A1.0000 1.0000 0.0 0 0 192.5331 80.5396" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 75 KiB |
@@ -0,0 +1,616 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-F_Mask.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
</g>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000; stroke:none;">
|
||||||
|
<circle cx="156.2620" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="162.7620" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="156.2620" cy="74.8940" r="1.0000" />
|
||||||
|
<circle cx="162.7620" cy="74.8940" r="1.0000" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 166.0400,74.2260
|
||||||
|
166.0590,74.1303
|
||||||
|
166.1132,74.0492
|
||||||
|
166.1943,73.9950
|
||||||
|
166.2900,73.9760
|
||||||
|
166.9400,73.9760
|
||||||
|
167.0357,73.9950
|
||||||
|
167.1168,74.0492
|
||||||
|
167.1710,74.1303
|
||||||
|
167.1900,74.2260
|
||||||
|
167.1900,75.1260
|
||||||
|
167.1710,75.2217
|
||||||
|
167.1168,75.3028
|
||||||
|
167.0357,75.3570
|
||||||
|
166.9400,75.3760
|
||||||
|
166.2900,75.3760
|
||||||
|
166.1943,75.3570
|
||||||
|
166.1132,75.3028
|
||||||
|
166.0590,75.2217
|
||||||
|
166.0400,75.1260
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 168.0900,74.2260
|
||||||
|
168.1090,74.1303
|
||||||
|
168.1632,74.0492
|
||||||
|
168.2443,73.9950
|
||||||
|
168.3400,73.9760
|
||||||
|
168.9900,73.9760
|
||||||
|
169.0857,73.9950
|
||||||
|
169.1668,74.0492
|
||||||
|
169.2210,74.1303
|
||||||
|
169.2400,74.2260
|
||||||
|
169.2400,75.1260
|
||||||
|
169.2210,75.2217
|
||||||
|
169.1668,75.3028
|
||||||
|
169.0857,75.3570
|
||||||
|
168.9900,75.3760
|
||||||
|
168.3400,75.3760
|
||||||
|
168.2443,75.3570
|
||||||
|
168.1632,75.3028
|
||||||
|
168.1090,75.2217
|
||||||
|
168.0900,75.1260
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 159.8540,80.0980
|
||||||
|
158.1540,80.0980
|
||||||
|
158.1540,78.3980
|
||||||
|
159.8540,78.3980
|
||||||
|
Z" />
|
||||||
|
<circle cx="161.5440" cy="79.2480" r="0.8500" />
|
||||||
|
<circle cx="164.0840" cy="79.2480" r="0.8500" />
|
||||||
|
<circle cx="166.6240" cy="79.2480" r="0.8500" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 144.0780,75.3800
|
||||||
|
144.0590,75.4757
|
||||||
|
144.0048,75.5568
|
||||||
|
143.9237,75.6110
|
||||||
|
143.8280,75.6300
|
||||||
|
143.1280,75.6300
|
||||||
|
143.0323,75.6110
|
||||||
|
142.9512,75.5568
|
||||||
|
142.8970,75.4757
|
||||||
|
142.8780,75.3800
|
||||||
|
142.8780,74.4800
|
||||||
|
142.8970,74.3843
|
||||||
|
142.9512,74.3032
|
||||||
|
143.0323,74.2490
|
||||||
|
143.1280,74.2300
|
||||||
|
143.8280,74.2300
|
||||||
|
143.9237,74.2490
|
||||||
|
144.0048,74.3032
|
||||||
|
144.0590,74.3843
|
||||||
|
144.0780,74.4800
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.0780,75.3800
|
||||||
|
142.0590,75.4757
|
||||||
|
142.0048,75.5568
|
||||||
|
141.9237,75.6110
|
||||||
|
141.8280,75.6300
|
||||||
|
141.1280,75.6300
|
||||||
|
141.0323,75.6110
|
||||||
|
140.9512,75.5568
|
||||||
|
140.8970,75.4757
|
||||||
|
140.8780,75.3800
|
||||||
|
140.8780,74.4800
|
||||||
|
140.8970,74.3843
|
||||||
|
140.9512,74.3032
|
||||||
|
141.0323,74.2490
|
||||||
|
141.1280,74.2300
|
||||||
|
141.8280,74.2300
|
||||||
|
141.9237,74.2490
|
||||||
|
142.0048,74.3032
|
||||||
|
142.0590,74.3843
|
||||||
|
142.0780,74.4800
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 140.8690,69.8830
|
||||||
|
140.8880,69.7873
|
||||||
|
140.9422,69.7062
|
||||||
|
141.0233,69.6520
|
||||||
|
141.1190,69.6330
|
||||||
|
141.7940,69.6330
|
||||||
|
141.8897,69.6520
|
||||||
|
141.9708,69.7062
|
||||||
|
142.0250,69.7873
|
||||||
|
142.0440,69.8830
|
||||||
|
142.0440,70.8330
|
||||||
|
142.0250,70.9287
|
||||||
|
141.9708,71.0098
|
||||||
|
141.8897,71.0640
|
||||||
|
141.7940,71.0830
|
||||||
|
141.1190,71.0830
|
||||||
|
141.0233,71.0640
|
||||||
|
140.9422,71.0098
|
||||||
|
140.8880,70.9287
|
||||||
|
140.8690,70.8330
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.9440,69.8830
|
||||||
|
142.9630,69.7873
|
||||||
|
143.0172,69.7062
|
||||||
|
143.0983,69.6520
|
||||||
|
143.1940,69.6330
|
||||||
|
143.8690,69.6330
|
||||||
|
143.9647,69.6520
|
||||||
|
144.0458,69.7062
|
||||||
|
144.1000,69.7873
|
||||||
|
144.1190,69.8830
|
||||||
|
144.1190,70.8330
|
||||||
|
144.1000,70.9287
|
||||||
|
144.0458,71.0098
|
||||||
|
143.9647,71.0640
|
||||||
|
143.8690,71.0830
|
||||||
|
143.1940,71.0830
|
||||||
|
143.0983,71.0640
|
||||||
|
143.0172,71.0098
|
||||||
|
142.9630,70.9287
|
||||||
|
142.9440,70.8330
|
||||||
|
Z" />
|
||||||
|
<circle cx="146.1020" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="152.6020" cy="70.3940" r="1.0000" />
|
||||||
|
<circle cx="146.1020" cy="74.8940" r="1.0000" />
|
||||||
|
<circle cx="152.6020" cy="74.8940" r="1.0000" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 166.0400,71.1780
|
||||||
|
166.0590,71.0823
|
||||||
|
166.1132,71.0012
|
||||||
|
166.1943,70.9470
|
||||||
|
166.2900,70.9280
|
||||||
|
166.9900,70.9280
|
||||||
|
167.0857,70.9470
|
||||||
|
167.1668,71.0012
|
||||||
|
167.2210,71.0823
|
||||||
|
167.2400,71.1780
|
||||||
|
167.2400,72.0780
|
||||||
|
167.2210,72.1737
|
||||||
|
167.1668,72.2548
|
||||||
|
167.0857,72.3090
|
||||||
|
166.9900,72.3280
|
||||||
|
166.2900,72.3280
|
||||||
|
166.1943,72.3090
|
||||||
|
166.1132,72.2548
|
||||||
|
166.0590,72.1737
|
||||||
|
166.0400,72.0780
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 168.0400,71.1780
|
||||||
|
168.0590,71.0823
|
||||||
|
168.1132,71.0012
|
||||||
|
168.1943,70.9470
|
||||||
|
168.2900,70.9280
|
||||||
|
168.9900,70.9280
|
||||||
|
169.0857,70.9470
|
||||||
|
169.1668,71.0012
|
||||||
|
169.2210,71.0823
|
||||||
|
169.2400,71.1780
|
||||||
|
169.2400,72.0780
|
||||||
|
169.2210,72.1737
|
||||||
|
169.1668,72.2548
|
||||||
|
169.0857,72.3090
|
||||||
|
168.9900,72.3280
|
||||||
|
168.2900,72.3280
|
||||||
|
168.1943,72.3090
|
||||||
|
168.1132,72.2548
|
||||||
|
168.0590,72.1737
|
||||||
|
168.0400,72.0780
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 140.8530,72.1690
|
||||||
|
140.8720,72.0733
|
||||||
|
140.9262,71.9922
|
||||||
|
141.0073,71.9380
|
||||||
|
141.1030,71.9190
|
||||||
|
141.7780,71.9190
|
||||||
|
141.8737,71.9380
|
||||||
|
141.9548,71.9922
|
||||||
|
142.0090,72.0733
|
||||||
|
142.0280,72.1690
|
||||||
|
142.0280,73.1190
|
||||||
|
142.0090,73.2147
|
||||||
|
141.9548,73.2958
|
||||||
|
141.8737,73.3500
|
||||||
|
141.7780,73.3690
|
||||||
|
141.1030,73.3690
|
||||||
|
141.0073,73.3500
|
||||||
|
140.9262,73.2958
|
||||||
|
140.8720,73.2147
|
||||||
|
140.8530,73.1190
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.9280,72.1690
|
||||||
|
142.9470,72.0733
|
||||||
|
143.0012,71.9922
|
||||||
|
143.0823,71.9380
|
||||||
|
143.1780,71.9190
|
||||||
|
143.8530,71.9190
|
||||||
|
143.9487,71.9380
|
||||||
|
144.0298,71.9922
|
||||||
|
144.0840,72.0733
|
||||||
|
144.1030,72.1690
|
||||||
|
144.1030,73.1190
|
||||||
|
144.0840,73.2147
|
||||||
|
144.0298,73.2958
|
||||||
|
143.9487,73.3500
|
||||||
|
143.8530,73.3690
|
||||||
|
143.1780,73.3690
|
||||||
|
143.0823,73.3500
|
||||||
|
143.0012,73.2958
|
||||||
|
142.9470,73.2147
|
||||||
|
142.9280,73.1190
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 190.9880,61.1120
|
||||||
|
191.8880,61.1120
|
||||||
|
191.8880,62.6120
|
||||||
|
190.9880,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 189.7180,61.1120
|
||||||
|
190.6180,61.1120
|
||||||
|
190.6180,62.6120
|
||||||
|
189.7180,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.4480,61.1120
|
||||||
|
189.3480,61.1120
|
||||||
|
189.3480,62.6120
|
||||||
|
188.4480,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 187.1780,61.1120
|
||||||
|
188.0780,61.1120
|
||||||
|
188.0780,62.6120
|
||||||
|
187.1780,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.9080,61.1120
|
||||||
|
186.8080,61.1120
|
||||||
|
186.8080,62.6120
|
||||||
|
185.9080,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.6380,61.1120
|
||||||
|
185.5380,61.1120
|
||||||
|
185.5380,62.6120
|
||||||
|
184.6380,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 183.3680,61.1120
|
||||||
|
184.2680,61.1120
|
||||||
|
184.2680,62.6120
|
||||||
|
183.3680,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.0980,61.1120
|
||||||
|
182.9980,61.1120
|
||||||
|
182.9980,62.6120
|
||||||
|
182.0980,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 180.8280,61.1120
|
||||||
|
181.7280,61.1120
|
||||||
|
181.7280,62.6120
|
||||||
|
180.8280,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.5580,61.1120
|
||||||
|
180.4580,61.1120
|
||||||
|
180.4580,62.6120
|
||||||
|
179.5580,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.2880,61.1120
|
||||||
|
179.1880,61.1120
|
||||||
|
179.1880,62.6120
|
||||||
|
178.2880,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.0180,61.1120
|
||||||
|
177.9180,61.1120
|
||||||
|
177.9180,62.6120
|
||||||
|
177.0180,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 175.7480,61.1120
|
||||||
|
176.6480,61.1120
|
||||||
|
176.6480,62.6120
|
||||||
|
175.7480,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 174.4780,61.1120
|
||||||
|
175.3780,61.1120
|
||||||
|
175.3780,62.6120
|
||||||
|
174.4780,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,65.3420
|
||||||
|
172.9280,64.4420
|
||||||
|
174.4280,64.4420
|
||||||
|
174.4280,65.3420
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,66.6120
|
||||||
|
172.9280,65.7120
|
||||||
|
174.4280,65.7120
|
||||||
|
174.4280,66.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,67.8820
|
||||||
|
172.9280,66.9820
|
||||||
|
174.4280,66.9820
|
||||||
|
174.4280,67.8820
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,69.1520
|
||||||
|
172.9280,68.2520
|
||||||
|
174.4280,68.2520
|
||||||
|
174.4280,69.1520
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,70.4220
|
||||||
|
172.9280,69.5220
|
||||||
|
174.4280,69.5220
|
||||||
|
174.4280,70.4220
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,71.6920
|
||||||
|
172.9280,70.7920
|
||||||
|
174.4280,70.7920
|
||||||
|
174.4280,71.6920
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,72.9620
|
||||||
|
172.9280,72.0620
|
||||||
|
174.4280,72.0620
|
||||||
|
174.4280,72.9620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,74.2320
|
||||||
|
172.9280,73.3320
|
||||||
|
174.4280,73.3320
|
||||||
|
174.4280,74.2320
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,75.5020
|
||||||
|
172.9280,74.6020
|
||||||
|
174.4280,74.6020
|
||||||
|
174.4280,75.5020
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,76.7720
|
||||||
|
172.9280,75.8720
|
||||||
|
174.4280,75.8720
|
||||||
|
174.4280,76.7720
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 175.3780,80.1120
|
||||||
|
174.4780,80.1120
|
||||||
|
174.4780,78.6120
|
||||||
|
175.3780,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.6480,80.1120
|
||||||
|
175.7480,80.1120
|
||||||
|
175.7480,78.6120
|
||||||
|
176.6480,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.9180,80.1120
|
||||||
|
177.0180,80.1120
|
||||||
|
177.0180,78.6120
|
||||||
|
177.9180,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.1880,80.1120
|
||||||
|
178.2880,80.1120
|
||||||
|
178.2880,78.6120
|
||||||
|
179.1880,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 180.4580,80.1120
|
||||||
|
179.5580,80.1120
|
||||||
|
179.5580,78.6120
|
||||||
|
180.4580,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 181.7280,80.1120
|
||||||
|
180.8280,80.1120
|
||||||
|
180.8280,78.6120
|
||||||
|
181.7280,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.9980,80.1120
|
||||||
|
182.0980,80.1120
|
||||||
|
182.0980,78.6120
|
||||||
|
182.9980,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.2680,80.1120
|
||||||
|
183.3680,80.1120
|
||||||
|
183.3680,78.6120
|
||||||
|
184.2680,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5380,80.1120
|
||||||
|
184.6380,80.1120
|
||||||
|
184.6380,78.6120
|
||||||
|
185.5380,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.8080,80.1120
|
||||||
|
185.9080,80.1120
|
||||||
|
185.9080,78.6120
|
||||||
|
186.8080,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.0780,80.1120
|
||||||
|
187.1780,80.1120
|
||||||
|
187.1780,78.6120
|
||||||
|
188.0780,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 189.3480,80.1120
|
||||||
|
188.4480,80.1120
|
||||||
|
188.4480,78.6120
|
||||||
|
189.3480,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 190.6180,80.1120
|
||||||
|
189.7180,80.1120
|
||||||
|
189.7180,78.6120
|
||||||
|
190.6180,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 191.8880,80.1120
|
||||||
|
190.9880,80.1120
|
||||||
|
190.9880,78.6120
|
||||||
|
191.8880,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,68.1620
|
||||||
|
184.6680,68.1620
|
||||||
|
184.6680,67.2620
|
||||||
|
185.5680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,68.1620
|
||||||
|
184.6680,68.1620
|
||||||
|
184.6680,67.2620
|
||||||
|
185.5680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,68.1620
|
||||||
|
183.2680,68.1620
|
||||||
|
183.2680,67.2620
|
||||||
|
184.1680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,68.1620
|
||||||
|
181.8680,68.1620
|
||||||
|
181.8680,67.2620
|
||||||
|
182.7680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,68.1620
|
||||||
|
181.8680,68.1620
|
||||||
|
181.8680,67.2620
|
||||||
|
182.7680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,69.5620
|
||||||
|
184.6680,69.5620
|
||||||
|
184.6680,68.6620
|
||||||
|
185.5680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,69.5620
|
||||||
|
183.2680,69.5620
|
||||||
|
183.2680,68.6620
|
||||||
|
184.1680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,69.5620
|
||||||
|
181.8680,69.5620
|
||||||
|
181.8680,68.6620
|
||||||
|
182.7680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,69.5620
|
||||||
|
181.8680,69.5620
|
||||||
|
181.8680,68.6620
|
||||||
|
182.7680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,70.9620
|
||||||
|
184.6680,70.9620
|
||||||
|
184.6680,70.0620
|
||||||
|
185.5680,70.0620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,70.9620
|
||||||
|
183.2680,70.9620
|
||||||
|
183.2680,70.0620
|
||||||
|
184.1680,70.0620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,70.9620
|
||||||
|
181.8680,70.9620
|
||||||
|
181.8680,70.0620
|
||||||
|
182.7680,70.0620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 169.2790,62.0150
|
||||||
|
169.3747,62.0340
|
||||||
|
169.4558,62.0882
|
||||||
|
169.5100,62.1693
|
||||||
|
169.5290,62.2650
|
||||||
|
169.5290,63.4650
|
||||||
|
169.5100,63.5607
|
||||||
|
169.4558,63.6418
|
||||||
|
169.3747,63.6960
|
||||||
|
169.2790,63.7150
|
||||||
|
167.7790,63.7150
|
||||||
|
167.6833,63.6960
|
||||||
|
167.6022,63.6418
|
||||||
|
167.5480,63.5607
|
||||||
|
167.5290,63.4650
|
||||||
|
167.5290,62.2650
|
||||||
|
167.5480,62.1693
|
||||||
|
167.6022,62.0882
|
||||||
|
167.6833,62.0340
|
||||||
|
167.7790,62.0150
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
<g style="fill:none;
|
||||||
|
stroke:#000000; stroke-width:1.7000; stroke-opacity:1;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;">
|
||||||
|
<path d="M168.6790 65.3650
|
||||||
|
L168.3790 65.3650
|
||||||
|
" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 163.6640,66.1280
|
||||||
|
161.9640,66.1280
|
||||||
|
161.9640,64.4280
|
||||||
|
163.6640,64.4280
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000; stroke:none;">
|
||||||
|
<circle cx="162.8140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="160.2740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="160.2740" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="157.7340" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="157.7340" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="155.1940" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="155.1940" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="152.6540" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="152.6540" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="150.1140" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="150.1140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="147.5740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="147.5740" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="145.0340" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="145.0340" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="142.4940" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="142.4940" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="139.9540" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="139.9540" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="137.4140" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="137.4140" cy="62.7380" r="0.8500" />
|
||||||
|
<circle cx="134.8740" cy="65.2780" r="0.8500" />
|
||||||
|
<circle cx="134.8740" cy="62.7380" r="0.8500" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 16 KiB |
@@ -0,0 +1,537 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072">
|
||||||
|
<title>SVG Image created as waveshare-panel-F_Paste.svg date 2026-06-03T15:25:21 </title>
|
||||||
|
<desc>Image generated by PCBNEW </desc>
|
||||||
|
<g style="fill:#000000; fill-opacity:1.0000;stroke:#000000; stroke-opacity:1.0000;
|
||||||
|
stroke-linecap:round; stroke-linejoin:round;"
|
||||||
|
transform="translate(0 0) scale(1 1)">
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 166.0400,74.2260
|
||||||
|
166.0590,74.1303
|
||||||
|
166.1132,74.0492
|
||||||
|
166.1943,73.9950
|
||||||
|
166.2900,73.9760
|
||||||
|
166.9400,73.9760
|
||||||
|
167.0357,73.9950
|
||||||
|
167.1168,74.0492
|
||||||
|
167.1710,74.1303
|
||||||
|
167.1900,74.2260
|
||||||
|
167.1900,75.1260
|
||||||
|
167.1710,75.2217
|
||||||
|
167.1168,75.3028
|
||||||
|
167.0357,75.3570
|
||||||
|
166.9400,75.3760
|
||||||
|
166.2900,75.3760
|
||||||
|
166.1943,75.3570
|
||||||
|
166.1132,75.3028
|
||||||
|
166.0590,75.2217
|
||||||
|
166.0400,75.1260
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 168.0900,74.2260
|
||||||
|
168.1090,74.1303
|
||||||
|
168.1632,74.0492
|
||||||
|
168.2443,73.9950
|
||||||
|
168.3400,73.9760
|
||||||
|
168.9900,73.9760
|
||||||
|
169.0857,73.9950
|
||||||
|
169.1668,74.0492
|
||||||
|
169.2210,74.1303
|
||||||
|
169.2400,74.2260
|
||||||
|
169.2400,75.1260
|
||||||
|
169.2210,75.2217
|
||||||
|
169.1668,75.3028
|
||||||
|
169.0857,75.3570
|
||||||
|
168.9900,75.3760
|
||||||
|
168.3400,75.3760
|
||||||
|
168.2443,75.3570
|
||||||
|
168.1632,75.3028
|
||||||
|
168.1090,75.2217
|
||||||
|
168.0900,75.1260
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 144.0780,75.3800
|
||||||
|
144.0590,75.4757
|
||||||
|
144.0048,75.5568
|
||||||
|
143.9237,75.6110
|
||||||
|
143.8280,75.6300
|
||||||
|
143.1280,75.6300
|
||||||
|
143.0323,75.6110
|
||||||
|
142.9512,75.5568
|
||||||
|
142.8970,75.4757
|
||||||
|
142.8780,75.3800
|
||||||
|
142.8780,74.4800
|
||||||
|
142.8970,74.3843
|
||||||
|
142.9512,74.3032
|
||||||
|
143.0323,74.2490
|
||||||
|
143.1280,74.2300
|
||||||
|
143.8280,74.2300
|
||||||
|
143.9237,74.2490
|
||||||
|
144.0048,74.3032
|
||||||
|
144.0590,74.3843
|
||||||
|
144.0780,74.4800
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.0780,75.3800
|
||||||
|
142.0590,75.4757
|
||||||
|
142.0048,75.5568
|
||||||
|
141.9237,75.6110
|
||||||
|
141.8280,75.6300
|
||||||
|
141.1280,75.6300
|
||||||
|
141.0323,75.6110
|
||||||
|
140.9512,75.5568
|
||||||
|
140.8970,75.4757
|
||||||
|
140.8780,75.3800
|
||||||
|
140.8780,74.4800
|
||||||
|
140.8970,74.3843
|
||||||
|
140.9512,74.3032
|
||||||
|
141.0323,74.2490
|
||||||
|
141.1280,74.2300
|
||||||
|
141.8280,74.2300
|
||||||
|
141.9237,74.2490
|
||||||
|
142.0048,74.3032
|
||||||
|
142.0590,74.3843
|
||||||
|
142.0780,74.4800
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 140.8690,69.8830
|
||||||
|
140.8880,69.7873
|
||||||
|
140.9422,69.7062
|
||||||
|
141.0233,69.6520
|
||||||
|
141.1190,69.6330
|
||||||
|
141.7940,69.6330
|
||||||
|
141.8897,69.6520
|
||||||
|
141.9708,69.7062
|
||||||
|
142.0250,69.7873
|
||||||
|
142.0440,69.8830
|
||||||
|
142.0440,70.8330
|
||||||
|
142.0250,70.9287
|
||||||
|
141.9708,71.0098
|
||||||
|
141.8897,71.0640
|
||||||
|
141.7940,71.0830
|
||||||
|
141.1190,71.0830
|
||||||
|
141.0233,71.0640
|
||||||
|
140.9422,71.0098
|
||||||
|
140.8880,70.9287
|
||||||
|
140.8690,70.8330
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.9440,69.8830
|
||||||
|
142.9630,69.7873
|
||||||
|
143.0172,69.7062
|
||||||
|
143.0983,69.6520
|
||||||
|
143.1940,69.6330
|
||||||
|
143.8690,69.6330
|
||||||
|
143.9647,69.6520
|
||||||
|
144.0458,69.7062
|
||||||
|
144.1000,69.7873
|
||||||
|
144.1190,69.8830
|
||||||
|
144.1190,70.8330
|
||||||
|
144.1000,70.9287
|
||||||
|
144.0458,71.0098
|
||||||
|
143.9647,71.0640
|
||||||
|
143.8690,71.0830
|
||||||
|
143.1940,71.0830
|
||||||
|
143.0983,71.0640
|
||||||
|
143.0172,71.0098
|
||||||
|
142.9630,70.9287
|
||||||
|
142.9440,70.8330
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 166.0400,71.1780
|
||||||
|
166.0590,71.0823
|
||||||
|
166.1132,71.0012
|
||||||
|
166.1943,70.9470
|
||||||
|
166.2900,70.9280
|
||||||
|
166.9900,70.9280
|
||||||
|
167.0857,70.9470
|
||||||
|
167.1668,71.0012
|
||||||
|
167.2210,71.0823
|
||||||
|
167.2400,71.1780
|
||||||
|
167.2400,72.0780
|
||||||
|
167.2210,72.1737
|
||||||
|
167.1668,72.2548
|
||||||
|
167.0857,72.3090
|
||||||
|
166.9900,72.3280
|
||||||
|
166.2900,72.3280
|
||||||
|
166.1943,72.3090
|
||||||
|
166.1132,72.2548
|
||||||
|
166.0590,72.1737
|
||||||
|
166.0400,72.0780
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 168.0400,71.1780
|
||||||
|
168.0590,71.0823
|
||||||
|
168.1132,71.0012
|
||||||
|
168.1943,70.9470
|
||||||
|
168.2900,70.9280
|
||||||
|
168.9900,70.9280
|
||||||
|
169.0857,70.9470
|
||||||
|
169.1668,71.0012
|
||||||
|
169.2210,71.0823
|
||||||
|
169.2400,71.1780
|
||||||
|
169.2400,72.0780
|
||||||
|
169.2210,72.1737
|
||||||
|
169.1668,72.2548
|
||||||
|
169.0857,72.3090
|
||||||
|
168.9900,72.3280
|
||||||
|
168.2900,72.3280
|
||||||
|
168.1943,72.3090
|
||||||
|
168.1132,72.2548
|
||||||
|
168.0590,72.1737
|
||||||
|
168.0400,72.0780
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 140.8530,72.1690
|
||||||
|
140.8720,72.0733
|
||||||
|
140.9262,71.9922
|
||||||
|
141.0073,71.9380
|
||||||
|
141.1030,71.9190
|
||||||
|
141.7780,71.9190
|
||||||
|
141.8737,71.9380
|
||||||
|
141.9548,71.9922
|
||||||
|
142.0090,72.0733
|
||||||
|
142.0280,72.1690
|
||||||
|
142.0280,73.1190
|
||||||
|
142.0090,73.2147
|
||||||
|
141.9548,73.2958
|
||||||
|
141.8737,73.3500
|
||||||
|
141.7780,73.3690
|
||||||
|
141.1030,73.3690
|
||||||
|
141.0073,73.3500
|
||||||
|
140.9262,73.2958
|
||||||
|
140.8720,73.2147
|
||||||
|
140.8530,73.1190
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 142.9280,72.1690
|
||||||
|
142.9470,72.0733
|
||||||
|
143.0012,71.9922
|
||||||
|
143.0823,71.9380
|
||||||
|
143.1780,71.9190
|
||||||
|
143.8530,71.9190
|
||||||
|
143.9487,71.9380
|
||||||
|
144.0298,71.9922
|
||||||
|
144.0840,72.0733
|
||||||
|
144.1030,72.1690
|
||||||
|
144.1030,73.1190
|
||||||
|
144.0840,73.2147
|
||||||
|
144.0298,73.2958
|
||||||
|
143.9487,73.3500
|
||||||
|
143.8530,73.3690
|
||||||
|
143.1780,73.3690
|
||||||
|
143.0823,73.3500
|
||||||
|
143.0012,73.2958
|
||||||
|
142.9470,73.2147
|
||||||
|
142.9280,73.1190
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 190.9880,61.1120
|
||||||
|
191.8880,61.1120
|
||||||
|
191.8880,62.6120
|
||||||
|
190.9880,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 189.7180,61.1120
|
||||||
|
190.6180,61.1120
|
||||||
|
190.6180,62.6120
|
||||||
|
189.7180,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.4480,61.1120
|
||||||
|
189.3480,61.1120
|
||||||
|
189.3480,62.6120
|
||||||
|
188.4480,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 187.1780,61.1120
|
||||||
|
188.0780,61.1120
|
||||||
|
188.0780,62.6120
|
||||||
|
187.1780,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.9080,61.1120
|
||||||
|
186.8080,61.1120
|
||||||
|
186.8080,62.6120
|
||||||
|
185.9080,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.6380,61.1120
|
||||||
|
185.5380,61.1120
|
||||||
|
185.5380,62.6120
|
||||||
|
184.6380,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 183.3680,61.1120
|
||||||
|
184.2680,61.1120
|
||||||
|
184.2680,62.6120
|
||||||
|
183.3680,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.0980,61.1120
|
||||||
|
182.9980,61.1120
|
||||||
|
182.9980,62.6120
|
||||||
|
182.0980,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 180.8280,61.1120
|
||||||
|
181.7280,61.1120
|
||||||
|
181.7280,62.6120
|
||||||
|
180.8280,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.5580,61.1120
|
||||||
|
180.4580,61.1120
|
||||||
|
180.4580,62.6120
|
||||||
|
179.5580,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 178.2880,61.1120
|
||||||
|
179.1880,61.1120
|
||||||
|
179.1880,62.6120
|
||||||
|
178.2880,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.0180,61.1120
|
||||||
|
177.9180,61.1120
|
||||||
|
177.9180,62.6120
|
||||||
|
177.0180,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 175.7480,61.1120
|
||||||
|
176.6480,61.1120
|
||||||
|
176.6480,62.6120
|
||||||
|
175.7480,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 174.4780,61.1120
|
||||||
|
175.3780,61.1120
|
||||||
|
175.3780,62.6120
|
||||||
|
174.4780,62.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,65.3420
|
||||||
|
172.9280,64.4420
|
||||||
|
174.4280,64.4420
|
||||||
|
174.4280,65.3420
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,66.6120
|
||||||
|
172.9280,65.7120
|
||||||
|
174.4280,65.7120
|
||||||
|
174.4280,66.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,67.8820
|
||||||
|
172.9280,66.9820
|
||||||
|
174.4280,66.9820
|
||||||
|
174.4280,67.8820
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,69.1520
|
||||||
|
172.9280,68.2520
|
||||||
|
174.4280,68.2520
|
||||||
|
174.4280,69.1520
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,70.4220
|
||||||
|
172.9280,69.5220
|
||||||
|
174.4280,69.5220
|
||||||
|
174.4280,70.4220
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,71.6920
|
||||||
|
172.9280,70.7920
|
||||||
|
174.4280,70.7920
|
||||||
|
174.4280,71.6920
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,72.9620
|
||||||
|
172.9280,72.0620
|
||||||
|
174.4280,72.0620
|
||||||
|
174.4280,72.9620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,74.2320
|
||||||
|
172.9280,73.3320
|
||||||
|
174.4280,73.3320
|
||||||
|
174.4280,74.2320
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,75.5020
|
||||||
|
172.9280,74.6020
|
||||||
|
174.4280,74.6020
|
||||||
|
174.4280,75.5020
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 172.9280,76.7720
|
||||||
|
172.9280,75.8720
|
||||||
|
174.4280,75.8720
|
||||||
|
174.4280,76.7720
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 175.3780,80.1120
|
||||||
|
174.4780,80.1120
|
||||||
|
174.4780,78.6120
|
||||||
|
175.3780,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 176.6480,80.1120
|
||||||
|
175.7480,80.1120
|
||||||
|
175.7480,78.6120
|
||||||
|
176.6480,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 177.9180,80.1120
|
||||||
|
177.0180,80.1120
|
||||||
|
177.0180,78.6120
|
||||||
|
177.9180,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 179.1880,80.1120
|
||||||
|
178.2880,80.1120
|
||||||
|
178.2880,78.6120
|
||||||
|
179.1880,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 180.4580,80.1120
|
||||||
|
179.5580,80.1120
|
||||||
|
179.5580,78.6120
|
||||||
|
180.4580,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 181.7280,80.1120
|
||||||
|
180.8280,80.1120
|
||||||
|
180.8280,78.6120
|
||||||
|
181.7280,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.9980,80.1120
|
||||||
|
182.0980,80.1120
|
||||||
|
182.0980,78.6120
|
||||||
|
182.9980,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.2680,80.1120
|
||||||
|
183.3680,80.1120
|
||||||
|
183.3680,78.6120
|
||||||
|
184.2680,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5380,80.1120
|
||||||
|
184.6380,80.1120
|
||||||
|
184.6380,78.6120
|
||||||
|
185.5380,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 186.8080,80.1120
|
||||||
|
185.9080,80.1120
|
||||||
|
185.9080,78.6120
|
||||||
|
186.8080,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 188.0780,80.1120
|
||||||
|
187.1780,80.1120
|
||||||
|
187.1780,78.6120
|
||||||
|
188.0780,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 189.3480,80.1120
|
||||||
|
188.4480,80.1120
|
||||||
|
188.4480,78.6120
|
||||||
|
189.3480,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 190.6180,80.1120
|
||||||
|
189.7180,80.1120
|
||||||
|
189.7180,78.6120
|
||||||
|
190.6180,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 191.8880,80.1120
|
||||||
|
190.9880,80.1120
|
||||||
|
190.9880,78.6120
|
||||||
|
191.8880,78.6120
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,68.1620
|
||||||
|
184.6680,68.1620
|
||||||
|
184.6680,67.2620
|
||||||
|
185.5680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,68.1620
|
||||||
|
184.6680,68.1620
|
||||||
|
184.6680,67.2620
|
||||||
|
185.5680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,68.1620
|
||||||
|
183.2680,68.1620
|
||||||
|
183.2680,67.2620
|
||||||
|
184.1680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,68.1620
|
||||||
|
181.8680,68.1620
|
||||||
|
181.8680,67.2620
|
||||||
|
182.7680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,68.1620
|
||||||
|
181.8680,68.1620
|
||||||
|
181.8680,67.2620
|
||||||
|
182.7680,67.2620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,69.5620
|
||||||
|
184.6680,69.5620
|
||||||
|
184.6680,68.6620
|
||||||
|
185.5680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,69.5620
|
||||||
|
183.2680,69.5620
|
||||||
|
183.2680,68.6620
|
||||||
|
184.1680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,69.5620
|
||||||
|
181.8680,69.5620
|
||||||
|
181.8680,68.6620
|
||||||
|
182.7680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,69.5620
|
||||||
|
181.8680,69.5620
|
||||||
|
181.8680,68.6620
|
||||||
|
182.7680,68.6620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 185.5680,70.9620
|
||||||
|
184.6680,70.9620
|
||||||
|
184.6680,70.0620
|
||||||
|
185.5680,70.0620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 184.1680,70.9620
|
||||||
|
183.2680,70.9620
|
||||||
|
183.2680,70.0620
|
||||||
|
184.1680,70.0620
|
||||||
|
Z" />
|
||||||
|
<path style="fill:#000000; fill-opacity:1.0000; stroke:none;fill-rule:evenodd;"
|
||||||
|
d="M 182.7680,70.9620
|
||||||
|
181.8680,70.9620
|
||||||
|
181.8680,70.0620
|
||||||
|
182.7680,70.0620
|
||||||
|
Z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 91 KiB |
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 0,
|
"active_layer": 25,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": false,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
"hidden_nets": [],
|
"hidden_nets": [],
|
||||||
"high_contrast_mode": 0,
|
"high_contrast_mode": 0,
|
||||||
@@ -17,17 +17,17 @@
|
|||||||
},
|
},
|
||||||
"prototype_zone_fills": false,
|
"prototype_zone_fills": false,
|
||||||
"selection_filter": {
|
"selection_filter": {
|
||||||
"dimensions": true,
|
"dimensions": false,
|
||||||
"footprints": true,
|
"footprints": false,
|
||||||
"graphics": true,
|
"graphics": true,
|
||||||
"keepouts": true,
|
"keepouts": false,
|
||||||
"lockedItems": false,
|
"lockedItems": false,
|
||||||
"otherItems": true,
|
"otherItems": false,
|
||||||
"pads": true,
|
"pads": false,
|
||||||
"text": true,
|
"text": true,
|
||||||
"tracks": true,
|
"tracks": false,
|
||||||
"vias": true,
|
"vias": false,
|
||||||
"zones": true
|
"zones": false
|
||||||
},
|
},
|
||||||
"visible_items": [
|
"visible_items": [
|
||||||
"vias",
|
"vias",
|
||||||
|
|||||||
@@ -39,9 +39,9 @@
|
|||||||
"other_text_thickness": 0.15,
|
"other_text_thickness": 0.15,
|
||||||
"other_text_upright": false,
|
"other_text_upright": false,
|
||||||
"pads": {
|
"pads": {
|
||||||
"drill": 0.8,
|
"drill": 0.0,
|
||||||
"height": 1.27,
|
"height": 1.45,
|
||||||
"width": 2.54
|
"width": 1.175
|
||||||
},
|
},
|
||||||
"silk_line_width": 0.1,
|
"silk_line_width": 0.1,
|
||||||
"silk_text_italic": false,
|
"silk_text_italic": false,
|
||||||
@@ -52,24 +52,30 @@
|
|||||||
"zones": {
|
"zones": {
|
||||||
"border_display_style": 2,
|
"border_display_style": 2,
|
||||||
"border_hatch_pitch": 0.5,
|
"border_hatch_pitch": 0.5,
|
||||||
"corner_radius": 0.0,
|
"corner_radius": 1.016,
|
||||||
"corner_smoothing": 0,
|
"corner_smoothing": 2,
|
||||||
"fill_mode": 0,
|
"fill_mode": 0,
|
||||||
"hatch_gap": 1.5,
|
"hatch_gap": 1.5,
|
||||||
"hatch_orientation": 0.0,
|
"hatch_orientation": 0.0,
|
||||||
"hatch_smoothing_level": 0,
|
"hatch_smoothing_level": 0,
|
||||||
"hatch_smoothing_value": 0.1,
|
"hatch_smoothing_value": 0.1,
|
||||||
"hatch_thickness": 1.0,
|
"hatch_thickness": 1.0,
|
||||||
"min_clearance": 0.5,
|
"min_clearance": 0.3048,
|
||||||
"min_island_area": 10.0,
|
"min_island_area": 6.4516,
|
||||||
"min_thickness": 0.25,
|
"min_thickness": 0.2032,
|
||||||
"pad_connection": 1,
|
"pad_connection": 3,
|
||||||
"remove_islands": 0,
|
"remove_islands": 0,
|
||||||
"thermal_relief_gap": 0.5,
|
"thermal_relief_gap": 0.508,
|
||||||
"thermal_relief_spoke_width": 0.5
|
"thermal_relief_spoke_width": 0.508
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diff_pair_dimensions": [],
|
"diff_pair_dimensions": [
|
||||||
|
{
|
||||||
|
"gap": 0.0,
|
||||||
|
"via_gap": 0.0,
|
||||||
|
"width": 0.0
|
||||||
|
}
|
||||||
|
],
|
||||||
"drc_exclusions": [],
|
"drc_exclusions": [],
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": 2
|
"version": 2
|
||||||
@@ -153,7 +159,7 @@
|
|||||||
"min_text_height": 0.8,
|
"min_text_height": 0.8,
|
||||||
"min_text_thickness": 0.08,
|
"min_text_thickness": 0.08,
|
||||||
"min_through_hole_diameter": 0.3,
|
"min_through_hole_diameter": 0.3,
|
||||||
"min_track_width": 0.2,
|
"min_track_width": 0.1524,
|
||||||
"min_via_annular_width": 0.1,
|
"min_via_annular_width": 0.1,
|
||||||
"min_via_diameter": 0.5,
|
"min_via_diameter": 0.5,
|
||||||
"solder_mask_to_copper_clearance": 0.0,
|
"solder_mask_to_copper_clearance": 0.0,
|
||||||
@@ -203,7 +209,9 @@
|
|||||||
"td_width_to_size_filter_ratio": 0.9
|
"td_width_to_size_filter_ratio": 0.9
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"track_widths": [],
|
"track_widths": [
|
||||||
|
0.0
|
||||||
|
],
|
||||||
"tuning_pattern_settings": {
|
"tuning_pattern_settings": {
|
||||||
"diff_pair_defaults": {
|
"diff_pair_defaults": {
|
||||||
"corner_radius_percentage": 80,
|
"corner_radius_percentage": 80,
|
||||||
@@ -230,7 +238,12 @@
|
|||||||
"spacing": 0.6
|
"spacing": 0.6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"via_dimensions": [],
|
"via_dimensions": [
|
||||||
|
{
|
||||||
|
"diameter": 0.0,
|
||||||
|
"drill": 0.0
|
||||||
|
}
|
||||||
|
],
|
||||||
"zones_allow_external_fillets": false
|
"zones_allow_external_fillets": false
|
||||||
},
|
},
|
||||||
"ipc2581": {
|
"ipc2581": {
|
||||||
@@ -496,7 +509,7 @@
|
|||||||
"classes": [
|
"classes": [
|
||||||
{
|
{
|
||||||
"bus_width": 12,
|
"bus_width": 12,
|
||||||
"clearance": 0.2,
|
"clearance": 0.1016,
|
||||||
"diff_pair_gap": 0.25,
|
"diff_pair_gap": 0.25,
|
||||||
"diff_pair_via_gap": 0.25,
|
"diff_pair_via_gap": 0.25,
|
||||||
"diff_pair_width": 0.2,
|
"diff_pair_width": 0.2,
|
||||||
@@ -507,11 +520,25 @@
|
|||||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||||
"priority": 2147483647,
|
"priority": 2147483647,
|
||||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||||
"track_width": 0.2,
|
"track_width": 0.1524,
|
||||||
"tuning_profile": "",
|
"tuning_profile": "",
|
||||||
"via_diameter": 0.6,
|
"via_diameter": 0.6,
|
||||||
"via_drill": 0.3,
|
"via_drill": 0.3,
|
||||||
"wire_width": 6
|
"wire_width": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bus_width": 12,
|
||||||
|
"clearance": 0.2032,
|
||||||
|
"line_style": 0,
|
||||||
|
"name": "Power",
|
||||||
|
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||||
|
"priority": 0,
|
||||||
|
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||||
|
"track_width": 0.762,
|
||||||
|
"tuning_profile": "",
|
||||||
|
"via_diameter": 0.762,
|
||||||
|
"via_drill": 0.4572,
|
||||||
|
"wire_width": 12
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
@@ -519,14 +546,31 @@
|
|||||||
},
|
},
|
||||||
"net_colors": null,
|
"net_colors": null,
|
||||||
"netclass_assignments": null,
|
"netclass_assignments": null,
|
||||||
"netclass_patterns": []
|
"netclass_patterns": [
|
||||||
|
{
|
||||||
|
"netclass": "Power",
|
||||||
|
"pattern": "3V3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"netclass": "Power",
|
||||||
|
"pattern": "+5V"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"netclass": "Power",
|
||||||
|
"pattern": "+3.3V"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"netclass": "Power",
|
||||||
|
"pattern": "GND"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"pcbnew": {
|
"pcbnew": {
|
||||||
"last_paths": {
|
"last_paths": {
|
||||||
"gencad": "",
|
"gencad": "",
|
||||||
"idf": "",
|
"idf": "",
|
||||||
"netlist": "",
|
"netlist": "",
|
||||||
"plot": "",
|
"plot": "vectors",
|
||||||
"pos_files": "",
|
"pos_files": "",
|
||||||
"specctra_dsn": "",
|
"specctra_dsn": "",
|
||||||
"step": "",
|
"step": "",
|
||||||
|
|||||||