37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
|
"name": "Fabrication Toolkit",
|
|
"description": "JLC PCB fabrication toolkit",
|
|
"description_full": "Toolkit for automating PCB fabrication process with KiCad and JLC PCB. \n\n OPTIONS: \n\u2022 Include Component Part Number in Production Files \n Add an 'MPN' field with the LCSC component part number to the footprint component options. \n\n\u2022 Ignore Footprint in Production Files \n Select 'Exclude from position files' or 'Exclude from BOM' in the footprint component options to in order ignore the footprint from the relevant file.",
|
|
"identifier": "com.github.bennymeg.JLC-Plugin-for-KiCad",
|
|
"type": "plugin",
|
|
"author": {
|
|
"name": "Benny Megidish",
|
|
"contact": {
|
|
"web": "https://github.com/bennymeg/JLC-Plugin-for-KiCad"
|
|
}
|
|
},
|
|
"maintainer": {
|
|
"name": "Benny Megidish",
|
|
"contact": {
|
|
"web": "https://github.com/bennymeg/JLC-Plugin-for-KiCad"
|
|
}
|
|
},
|
|
"license": "Apache-2.0",
|
|
"resources": {
|
|
"homepage": "https://github.com/bennymeg/JLC-Plugin-for-KiCad"
|
|
},
|
|
"tags": [
|
|
"jlc",
|
|
"production",
|
|
"fabrication",
|
|
"toolkit"
|
|
],
|
|
"versions": [
|
|
{
|
|
"version": "0.4.2",
|
|
"status": "testing",
|
|
"kicad_version": "6.00"
|
|
}
|
|
]
|
|
} |