small cleanup of README

This commit is contained in:
Morgan 'ARR\!' Allen 2025-07-10 12:11:12 -07:00
parent 5fc603ab50
commit 417a7065de

View file

@ -6,6 +6,7 @@ KiCAD 9 API Workbench
## What works
* Create board
* Bidirectional syncing
* Add Vias
* Add footprint pads
* Import footprint 3d models
@ -19,14 +20,11 @@ KiCAD 9 API Workbench
## In Progress / To be ported
### Tracks
Tracks can be loaded and drawn as simple `LineSegment` but more work is needed to draw properly 'widthed', and particularly whilte trying to eliminate overlapping lines.
Tracks can be loaded and drawn as simple `LineSegment` but more work is needed to draw properly 'widthed', and particularly while trying to eliminate overlapping lines.
### More Pad Shapes
Only rectangle get drawn right now, would like to figure out how to get Sketcher to do the heavy lifting
### Sync to KiCAD
In theory this code is mostly working but there seems to be an [issue in kicad-python](https://gitlab.com/kicad/code/kicad-python/-/issues/34)
## Plans
### Add more board features