Skip to content
Snippets Groups Projects
Commit e84d6cb0 authored by Jingyan Ling's avatar Jingyan Ling
Browse files

update journal

parent a14f8f5d
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment