diff --git a/README.md b/README.md index 6a716d8e2b79d9951907848fe1616f062553fc4f..29cf6d2cbc4769ac7afac08eaec6e943acd50bba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,16 @@ ### 08/06/2019 - Successfully parse the wiring information from `ses` file to array - - A little "hacky" way, not using any parsing package - - Stands for `ses` file only -- + - A little "hacky" way, not using any parsing package but going through string and looking for path section + - For `ses` file only +- Create new scripts and Re-arrange all packages + - User will be able to execute [fab_drawing.py](paperbot_ee_autoroute/fab_drawing.py) directly to get drawing for paperbot including electrical wiring design and ready to send to fabrication + - If user wants to change electrical connection, one can edit [paperbot_dsn.py](paperbot_ee_autoroute/paperbot_dsn.py) + - `dsnwriter` and `sesreader` source code are located [here](dsn_python/) +- TODO: + - scripting drawing by using parsed wiring array + - Merge pre drawing processing script with Daniel + ### 08/05/2019 - Working on parsing routed (wiring section) text information. @@ -20,6 +27,7 @@ - `pykicad` uses `pyparsing` internally - Rebuild `ses` file schema. Not working well + ### 08/01/2019