Skip to content

Commit e64602d

Browse files
committed
Fix false web exception and add link to drc errors in resources
1 parent 4af19cb commit e64602d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
28 KB
Loading

website/src/pages/hackpad/Resources.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ With that in mind, there are *thousands* of other resources on the internet that
55

66
If a guide doesn't seem to work, try it again. If it *really* doesn't work, try another guide! The magic of it is to keep at it, because if so many other teens can do it, you absolutely can too.
77

8+
There is also a list of [common DRC errors here](/errors)
9+
810
## KiCad Libraries
911
- [Keyswitch footprints](https://github.com/ai03-2725/MX_V2)
1012
- [XIAO Footprints](https://github.com/Seeed-Studio/OPL_Kicad_Library)

website/src/pages/hackpad/Tutorial.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ I **strongly** recommend you use the desktop application if you are on a support
283283

284284
<a name="bottom"/>
285285
### Creating the bottom
286-
Start by creating a new project, and a new component, this is better for organization. (Not applicable on web version)
286+
Start by creating a new project, and a new component, this is better for organization.
287287

288+
<img src="/docs/v2/fusioncomp.png" className="max-w-96" />
288289
<img src="/docs/v2/newcomponent.png" className="max-w-96" />
289290

290291
Now go back to KiCAD PCB editor and measure the dimensions of your board with the ruler tool. Click on one end of your Edge.Cuts and click again on the other end.
@@ -421,8 +422,6 @@ Extrude this sketch 0.2mm INTO the case, don't worry about the overhang! If you
421422

422423
Thats it! Your case is now done.
423424

424-
<img src="/docs/v2/finalcase.png" className="max-w-96" />
425-
426425
I would also recommend importing 3d models of all your components to test fit everything:
427426

428427
<img src="/docs/v2/testedcase.png" className="max-w-96" />

0 commit comments

Comments
 (0)