You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ Click the CAMmer icon to open the GUI:
29
29
30
30
We have deliberately kept the GUI options as simple as possible:
31
31
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
33
33
* 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
35
35
* 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)
36
36
37
37
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`
48
48
49
49
`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).
50
50
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/).
0 commit comments