From cf61d8c71782ffa4eca6859fdfa89819b8e3dc49 Mon Sep 17 00:00:00 2001 From: Benny Megidish Date: Thu, 5 Dec 2024 10:13:11 +0200 Subject: [PATCH] chore: typos --- .vscode/settings.json | 22 +++++++++++++++++++++- README.md | 10 +++++----- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0bcce03..2ecac15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,14 +1,22 @@ { "cSpell.words": [ + "bennymeg", "Colour", "csvfile", "Drilland", + "Elec", "EXCELLON", "FPID", + "gerbers", + "HTSSOP", "JLCPCB", + "kicad", "LCSC", + "LQFP", "LSEQ", + "MSOP", "netlist", + "panelization", "pcbnew", "Plotfile", "Protel", @@ -16,6 +24,18 @@ "restkey", "restval", "rsin", - "Soldermask" + "SOIC", + "Soldermask", + "SPST", + "SSOP", + "TDSON", + "TQFP", + "TSOT", + "TSSOP", + "UDFN", + "USON", + "venv", + "VSON", + "VSSOP" ] } \ No newline at end of file diff --git a/README.md b/README.md index e54ca94..04a9c09 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Fabrication Toolkit is distributed with the official releases of KiCad 6+. Open Download the [latest release](https://github.com/bennymeg/JLC-Plugin-for-KiCad/releases) ZIP file. Open the "Plugin and Content Manager" from the KiCads main window and install the ZIP file via "Install from File". ## Usage -Click on the Fabrication Toolkit Logo button on the top tool box inside KiCad pcb editor (pcbnew). +Click on the Fabrication Toolkit Logo button on the top tool box inside KiCad pcb editor (pcbnew). -**⊛** Ensure your board is syncronized before invoking this addon [**F8**]. +**⊛** Ensure your board is synchronized before invoking this addon [**F8**]. **⊛** The `User_1` layer in internally defined as a **V-Cuts** layer, please avoid using it for anything else (unless disabled). _(since v3.0.0)_. @@ -102,10 +102,10 @@ _The fields will be queried in the order denoted above._ --- ### ④ Offset Component Position -The position of components in KiCad Footprints does not always match the orientation in the JLC library because KiCad and JLCPB used different variation of the same standard. To the exception cases: add an 'JLCPCB Position Offset' field with an comma separated x,y position offset to correct it. +The position of components in KiCad Footprints does not always match the orientation in the JLC library because KiCad and JLCPCB used different variation of the same standard. To the exception cases: add an 'JLCPCB Position Offset' field with an comma separated x,y position offset to correct it. -Use following table to quickly find out to which coordinate enter the correction based on JLC arrows clicks - depending on footprint rotation in Kicad PCB Editor status bar: -|Kicad footprint deg | x | y| +Use following table to quickly find out to which coordinate enter the correction based on JLC arrows clicks - depending on footprint rotation in KiCad PCB Editor status bar: +|KiCad footprint deg | x | y| |----|----|----| |0deg, Front | right arrow | up arrow | |0deg, Back | left arrow | down arrow |