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

update journal

parent b44d746b
Branches
No related merge requests found
......@@ -258,6 +258,7 @@
- ![](journal_media/sample_autorouting.gif)
- ISSUE:
- Board outlines are not exported correctly to `FreeRouting`
- Error: `unable to find segment with an endpoint`
- Record of Tips:
- To run `FreeRouting` from command line:
......@@ -267,4 +268,22 @@
- TODO:
- Finish with testing the pipeline manually
- Achieve steps directly from script (Python API)
\ No newline at end of file
### 07/11/2019
- Solved Error `unable to find segment with an endpoint`
- `DSN` file can only be exported for continuous closure outlines
- ![](journal_media/fail_dsn.png)
- Drawings like this drawing for paper cut is not acceptable for `dsn` file.
- Change it either to close shape or remove it when import to KiCAD
- Solving Issue: `FreeRouting` is not reading edge cut layer from `dsn`
- Work well on a sample `dsn` file
- Issue with KiCAD output
- Sample KiCAD project can output outlines properly.
- Issue found:
- KiCAD cannot take single line cut. Closed shape needed.
-
journal_media/fail_dsn.png

1.52 KiB

This diff is collapsed.
This diff is collapsed.
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