Skip to content

Commit 43db6ea

Browse files
authored
add use procedure
1 parent ff72d91 commit 43db6ea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
This is built by poet. Please install poet from https://github.com/StanzaOrg/poet
44

55
Usage: `svg-to-stanza <name-without-file-extension> [span-in-mm] [stroke-width-in-mm] [ressolution-in-mm]`
6+
67
If no span, stroke-width or resolution is given, they are default to 10mm, 0.1mm, and 0.01mm respectively.
78

8-
Once the .stanza file is generated, you can move it to your jitpcb design directory
9-
and use it by following the instruction in the .stanza file.
9+
1. clone this repo
10+
2. use `poet build` to create an executable
11+
3. run the executable against your .svg file. e.g. `svg-to-stanza mirmo`
12+
4. once the .stanza file is generated, you can move it to your jitpcb design directory
13+
5. use the .stanza file by following the instructions in the .stanza file comments.
14+
6. update your design's `stanza.proj` if necessary.
1015

1116
![alt text](svg-to-stanza-mirmo.png)
1217

13-
Dec 2022
18+
Dec 2022

0 commit comments

Comments
 (0)