You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/importing-modules-and-chips/importing-from-jlcpcb.mdx
+47-24Lines changed: 47 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,54 @@ import YouTubeEmbed from '../../../src/components/YouTubeEmbed';
8
8
9
9
## Overview
10
10
11
-
JLCPCB has a massive component catalog of 3d models and footprints.
11
+
JLCPCB maintains a massive component catalog with 3D models and footprints for thousands of parts. You can import these components directly into your tscircuit projects using several methods.
12
12
13
-
## Web Import
13
+
## Import Using Editor Locally
14
+
15
+
The easiest way to import JLCPCB components is using the editor's built-in import dialog when running `tsci dev`. This provides a modern search interface with real-time stock information.
16
+
17
+
18
+
<figure>
19
+
<imgsrc="/img/runframe-cli-setup.png" />
20
+
<figcaption>Run `tsci dev` to start the development server</figcaption>
21
+
</figure>
22
+
23
+
<figure>
24
+
<imgsrc="/img/runframe-import-dialog.png" />
25
+
<figcaption>In the tsci dev environment, navigate to "File -> Import"</figcaption>
26
+
</figure>
27
+
28
+
<figure>
29
+
<imgsrc="/img/runframe-jlcpcb-search.png" />
30
+
<figcaption>Go to the JLCPCB Parts tab and search by part number (e.g., 'C5100227') or keyword (e.g., 'ESP32')</figcaption>
31
+
</figure>
32
+
33
+
<figure>
34
+
<imgsrc="/img/runframe-jlcpcb-results.png" />
35
+
<figcaption>Select component and click Import</figcaption>
36
+
</figure>
37
+
38
+
<YouTubeEmbedyoutubeId="tFCGAa81KUs" />
39
+
40
+
After importing, you can use the component in your circuit like this:
0 commit comments