My Account
Loading account information...
Account Information
-
-
-
-
KiCAD Integration
Use this token to connect KiCAD to the ERP parts library.
Configure your .kicad_httplib file with this token.
-
Copied to clipboard!
Setup Instructions
- Create a file with
.kicad_httplibextension (e.g.,erp_local.kicad_httplib) - Add the following content:
{ "meta": {"version": 1.0}, "name": "Jetperch ERP", "description": "Jetperch ERP parts library", "source": { "type": "REST_API", "api_version": "v1", "root_url": "", "token": "", "timeout_parts_seconds": 10, "timeout_categories_seconds": 60 } } - In KiCAD, go to Preferences > Manage Symbol Libraries
- Add a new library with type "HTTP" and point to your
.kicad_httplibfile