diff --git a/README.md b/README.md index 0b2480c..d361734 100644 --- a/README.md +++ b/README.md @@ -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