Commit Graph

7 Commits

Author SHA1 Message Date
0xWheatyz 0e18a10bdb chore(kicad): migrate project files to kicad 10 format
Open and save the board, project, and project-local state files under
KiCad 10. Bumps board format version 20241229 -> 20260206 with the new
tenting/covering/plugging/capping/filling stackup directives, drops the
removed HPGL plot params, and adds the KiCad 10 schema additions to the
project file (component class settings, IPC-2581 revision fields, ERC
rule keys, tuning-profile DRC keys, netclass meta version 5). Also
captures live editor UI state (active layer, column widths, hierarchy
collapsed list) in the .kicad_prl.

Constraint: Project is now opened with KiCad 10 - cannot be downgraded
Confidence: high
Scope-risk: broad
Directive: Do not edit these files with KiCad 9.x - format is one-way
2026-05-14 22:34:10 -04:00
0xWheatyz 9f00fe4a9b new pcb layout including several componets 2026-03-29 15:58:10 -04:00
0xWheatyz 8f88b61861 feat(pcb): place new components and route traces for voltage regulator circuit
Extend board outline downward by 15mm to accommodate 6 new components:
U1 (L7805 voltage regulator), C1/C2/C3 (decoupling caps), R1/R2 (pull-down
resistors). Move bottom mounting holes to match new outline. Delete
incorrectly-routed traces for DIR, STEP, LIM_C and unconnected nets, then
re-route them correctly to ESP32 bottom-row pins. Add +5V and +12V power
traces on B.Cu with via for layer transition. Route MOTOR_CTRL on B.Cu to
avoid F.Cu conflicts.
2026-03-24 17:34:52 -04:00
0xWheatyz 7fc83295b6 Revert "feat(pcb): move voltage regulator, caps, and pull-down resistors onto board"
This reverts commit 7085e52780.
2026-03-24 16:56:19 -04:00
0xWheatyz 7085e52780 feat(pcb): move voltage regulator, caps, and pull-down resistors onto board
Place U1, C1, C2, C3, R1, R2 in the left open area (x=73-86, y=48-60)
of the board outline. Add copper traces for +12V bus (U1 input to
existing +12V net via A4988), +5V bus (U1 output to ESP32 VIN and C2),
and limit switch signals (/LIM_A to SW1, /LIM_C to existing trace).
Remove orphaned net-0 segments and clear zone fills for regeneration.
2026-03-24 16:52:08 -04:00
0xWheatyz 1230d2f041 chore: update pcb layout and fp-info-cache from kicad 2026-03-24 16:18:43 -04:00
0xWheatyz 3dc5f4d41d chore: init 2026-03-24 14:56:56 -04:00