- 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.