-
Notifications
You must be signed in to change notification settings - Fork 1
VERIFICATION HowTo Setup KiCad
miswired edited this page Feb 7, 2026
·
1 revision
Status: Complete Verified: 26/26 claims Last Updated: 2026-02-02 Source Document: HowTo-Setup-KiCad.md
This verification file validates technical claims in HowTo-Setup-KiCad.md against authoritative sources including the project file structure and KiCad documentation.
Document Purpose: Guide users through installing KiCad, setting up plugins, and opening the Glitchy PCB design files.
Verification Scope:
- File paths and project location
- KiCad version requirements
- Plugin recommendations
- KiCad menu/workflow procedures
Known Issues: 2 issues found (see Issues Found section)
-
Source: Directory listing shows files at
glitchy/PCB/, notglitchy/Hardware/KiCad/ - Confidence: HIGH
- Status: ❌ Incorrect
-
Notes: ISSUE #1 — The path
glitchy/Hardware/KiCad/does not exist. The actual location isglitchy/PCB/. See Issues Found section.
-
Source:
glitchy/PCB/Miswired-Glitchy.kicad_proexists - Confidence: HIGH
- Status: ✓ Verified
- Notes: The project file exists at the correct (actual) location.
-
Source:
glitchy/PCB/Miswired-Glitchy.kicad_sch(schematic),glitchy/PCB/Miswired-Glitchy.kicad_pcb(PCB layout) - Confidence: HIGH
- Status: ✓ Verified
- Notes: Both files exist in the PCB/ directory.
-
Source:
Miswired-Glitchy.kicad_pcb:4—generator_version "8.0";Miswired-Glitchy.kicad_sch:4—generator_version "8.0" - Confidence: HIGH
- Status: ❌ Incorrect
-
Notes: ISSUE #2 — The files show
generator_version "8.0", not specifically "8.0.4". While 8.0.x compatibility is implied, the specific version "8.0.4" cannot be confirmed from the files. See Issues Found section.
- Source: KiCad file format is generally forward-compatible within major versions
- Confidence: MEDIUM
- Status: ✓ Verified
- Notes: Files are KiCad 8.0 format. Any KiCad 8.x version should work. The "8.0.4 or newer" guidance is reasonable.
- Source: Standard KiCad menu structure
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Standard KiCad menu path.
Claim: Download from https://www.kicad.org/
- Source: Official KiCad website
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct official download URL.
- Source: KiCad download page offers Windows .exe
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct.
- Source: KiCad download page offers macOS .dmg
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct.
- Source: KiCad download page shows multiple Linux options
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct — KiCad is in many distro repos plus Flatpak.
- Source: KiCad installation documentation
- Confidence: MEDIUM
- Status: ✓ Verified
- Notes: Reasonable estimate. Actual size varies by platform and components installed.
- Source: KiCad 8.x UI documentation
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Plugin and Content Manager icon is in the main toolbar in KiCad 6+.
- Source: KiCad Plugin Manager catalog
- Confidence: HIGH
- Status: ✓ Verified
- Notes: This is the correct plugin identifier.
- Source: KiCad Plugin Manager catalog
- Confidence: HIGH
- Status: ✓ Verified
- Notes: This is the correct plugin identifier (also known as "Fabrication Toolkit").
- Source: KiCad Plugin Manager catalog
- Confidence: HIGH
- Status: ✓ Verified
- Notes: This is the correct color scheme identifier.
- Source: Standard KiCad menu structure
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct KiCad workflow.
- Source: Standard KiCad workflow
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Both methods work in KiCad 8.x.
- Source: Standard KiCad workflow
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Both methods work in KiCad 8.x.
- Source: KiCad 8.x PCB Editor menu structure
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct menu path.
- Source: Standard PCB fabrication layer set
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct standard layers for 2-layer PCB fabrication.
- Source: Standard Gerber export workflow
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Drill files are required in addition to Gerber layers.
- Source: InteractiveHtmlBom plugin documentation
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct menu path when plugin is installed.
- Source: JLCPCB plugin documentation
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct menu path when plugin is installed.
- Source: https://github.com/uPesy/easyeda2kicad.py
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct repository URL.
- Source: easyeda2kicad project documentation
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct installation command.
Claim: JLC Parts tool at https://yaqwsx.github.io/jlcparts/
- Source: https://github.com/yaqwsx/jlcparts
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct hosted version URL.
- Source: Standard KiCad library management
- Confidence: HIGH
- Status: ✓ Verified
- Notes: Correct menu path for library management.
- Source: KiCad library management
- Confidence: MEDIUM
- Status: ✓ Verified
- Notes: The exact button label may vary but functionality exists.
-
Document Location: "Opening Glitchy Project" > Step 1 >
glitchy/Hardware/KiCad/ -
Problem: The path
glitchy/Hardware/KiCad/does not exist. There is noHardware/directory in the glitchy repository. -
Correct Information: The KiCad project files are located at
glitchy/PCB/ - Source: Directory listing of glitchy/; existence of glitchy/PCB/Miswired-Glitchy.kicad_pro
- Severity: Major (users cannot find the project files)
-
Proposed Fix: Change "Navigate to:
glitchy/Hardware/KiCad/" to "Navigate to:glitchy/PCB/"
- Document Location: "Verify Version" section — "designed with KiCad 8.0.4"
-
Problem: The project files only show
generator_version "8.0"without the patch version. Cannot confirm 8.0.4 specifically. - Correct Information: Files are KiCad 8.0 format. Specific patch version (8.0.4) cannot be determined from files alone.
-
Source: Miswired-Glitchy.kicad_pcb:4, Miswired-Glitchy.kicad_sch:4 —
generator_version "8.0" - Severity: Minor (the recommendation to use 8.0.x is still valid)
- Proposed Fix: Change to "designed with KiCad 8.0" or "designed with KiCad 8.0.x" to match what can be verified
The following claims require testing on physical installation:
- Plugin Manager shows all listed plugins (IDs may change)
- Menu paths match current KiCad 8.x release
- Project opens without errors in KiCad 8.0+
- All libraries resolve without missing footprints/symbols
Test Procedures:
- Plugin IDs: Open KiCad Plugin Manager, search for each plugin by ID
- Menu paths: Verify menu items exist in current KiCad version
- Project opening: Open Miswired-Glitchy.kicad_pro, check for errors
- Library resolution: Open schematic and PCB, verify all symbols/footprints load
- All technical claims identified and extracted
- Claims organized by category
- Each claim has source citation
- Each claim has confidence level
- Each claim has status icon
- Hardware-dependent claims marked for testing
- Issues documented with corrections
- Summary section completed
- Index README.md updated
- OpenSpec task marked complete
- The incorrect path (
glitchy/Hardware/KiCad/vsglitchy/PCB/) is a major issue that would prevent users from finding the files. - The project includes easyeda2kicad generated libraries in
PCB/easyeda2kicad/, which is consistent with the recommendation to use that tool. - All plugin IDs and external tool URLs appear correct.
- The document provides good coverage of KiCad plugins that are specifically useful for JLCPCB fabrication.
Verification completed by: Claude (AI agent) Review date: 2026-02-02 Approved by: Pending user review