From 417a7065dee8aaa196db6656a263e149363e8b65 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Thu, 10 Jul 2025 12:11:12 -0700 Subject: [PATCH] small cleanup of README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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