Skip to content

Commit a4786e2

Browse files
committed
Update README.md
1 parent 1e5fe0e commit a4786e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Click the CAMmer icon to open the GUI:
2929

3030
We have deliberately kept the GUI options as simple as possible:
3131

32-
* In column 1: select your copper, silkscreen and solder mask layers
32+
* In the `Layers` column: select your copper, silkscreen and solder mask layers
3333
* The CAMmer will select these for you based on the number of copper layers, but you can override if you want to
34-
* In column 2: select which layer(s) will be used to generate the board outline
34+
* In the `Edges` column: select which layer(s) will be used to generate the board outline
3535
* For SparkFun panels, the default is `Edge.Cuts` plus `User.Comments` (the SparkFun KiCad Panelizer places the V-SCORE information in `User.Comments` by default)
3636

3737
Click **Run CAMmer** to run the CAMmer. The Gerber and drill files are created and zipped automatically.
@@ -48,7 +48,7 @@ The code for this plugin is licensed under the MIT license. Please see `LICENSE`
4848

4949
`cammer.py` is based heavily on the [KiCad code example](https://gitlab.com/kicad/code/kicad/-/blob/master/demos/python_scripts_examples/plot_board.py).
5050

51-
The [wxFormBuilder](https://github.com/wxFormBuilder/wxFormBuilder/releases) `text_dialog.fbp` and associated code is based on [Greg Davill (@gregdavill)](https://github.com/gregdavill)'s [KiBuzzard](https://github.com/gregdavill/KiBuzzard).
51+
The [wxFormBuilder](https://github.com/wxFormBuilder/wxFormBuilder/releases) `text_dialog.fbp` and associated code is based on [@openscopeproject](https://github.com/openscopeproject)'s [Interactive HTML BOM plugin for KiCad](https://github.com/openscopeproject/InteractiveHtmlBom). Special thanks to [@qu1ck](https://github.com/qu1ck) for the many useful contributions on [KiCad Info](https://forum.kicad.info/).
5252

5353
## How It Works
5454

0 commit comments

Comments
 (0)