small cleanup of README
This commit is contained in:
parent
5fc603ab50
commit
417a7065de
1 changed files with 2 additions and 4 deletions
|
@ -6,6 +6,7 @@ KiCAD 9 API Workbench
|
||||||
|
|
||||||
## What works
|
## What works
|
||||||
* Create board
|
* Create board
|
||||||
|
* Bidirectional syncing
|
||||||
* Add Vias
|
* Add Vias
|
||||||
* Add footprint pads
|
* Add footprint pads
|
||||||
* Import footprint 3d models
|
* Import footprint 3d models
|
||||||
|
@ -19,14 +20,11 @@ KiCAD 9 API Workbench
|
||||||
## In Progress / To be ported
|
## In Progress / To be ported
|
||||||
|
|
||||||
### Tracks
|
### 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
|
### More Pad Shapes
|
||||||
Only rectangle get drawn right now, would like to figure out how to get Sketcher to do the heavy lifting
|
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
|
## Plans
|
||||||
|
|
||||||
### Add more board features
|
### Add more board features
|
||||||
|
|
Loading…
Add table
Reference in a new issue