Skip to content

Commit 03b5f6e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 13167ce + 31dcf01 commit 03b5f6e

File tree

28 files changed

+4810
-501
lines changed

28 files changed

+4810
-501
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
required: true
1010
- label: I have searched existing issues (including closed ones)
1111
required: true
12-
- label: I use KiKit at least version 1.5.0 (older version are not supported)
12+
- label: I use KiKit at least version 1.5.1 (older version are not supported)
1313
required: true
1414
- type: input
1515
attributes:
@@ -51,9 +51,12 @@ body:
5151
label: Steps to Reproduce
5252
description: >
5353
Please specify the steps to reproduce the issue. Do not forget to include
54-
the KiKit command and also, please include any input boards you use. Not
55-
including files for reproduction might significantly increase time for
56-
handling the issue. If the boards are confidential, you can send them to
57-
e-mail@honzamrazek.cz with subject "KiKit issue files for #123".
54+
the KiKit command and also, please include any input boards you use. If
55+
the boards are confidential, you can send them to email@honzamrazek.cz
56+
with subject "KiKit issue files for #123".
57+
58+
Issues without included PCB will be probably ignored. Having to came up
59+
with a specific inputs that reproduce the issue is a significant time
60+
overhead and I prefer to spend this time on implementing new features.
5861
validations:
5962
required: true

.github/workflows/test-kikit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
build-config:
6363
- name: x64
64-
suffix: ""
64+
suffix: "-v7"
6565
platform: linux/amd64
6666
repo: ubuntu
6767
kicad_version: "7.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ manufacturing data and board presentation pages.
7878
Start with reading the [panelization
7979
documentation](https://yaqwsx.github.io/KiKit/latest/panelization/intro/). This
8080
page will you guide through CLI, GUI and scripting usage. Also don't miss the
81-
[examples](https://yaqwsx.github.io/KiKit/examples/panelization/examples/).
81+
[examples](https://yaqwsx.github.io/KiKit/latest/panelization/examples/).
8282
There is also a quick not on how to use [panelization action
8383
plugin](https://yaqwsx.github.io/KiKit/latest/panelization/gui/). If you are
8484
interested in generating solder paste stencils, see [Stencil

docs/fabrication/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note: click on the name of the manufacturer to see corresponding documentation:
3838
- [PCBWay](pcbway.md): board manufacturing, assembly. [https://www.pcbway.com/](https://www.pcbway.com/)
3939
- [OSH Park](oshpark.md): board manufacturing. [https://oshpark.com/](https://oshpark.com/)
4040
- [Neoden YY1](neodenyy1.md): desktop PCB assembly. [https://neodenusa.com/neoden-yy1-pick-place-machine](https://neodenusa.com/neoden-yy1-pick-place-machine)
41-
- [OpenPNP](openpn.md): Open system for pick'n'place machines. [https://openpnp.org/](https://openpnp.org/)
41+
- [OpenPNP](openpnp.md): Open system for pick'n'place machines. [https://openpnp.org/](https://openpnp.org/)
4242

4343
## Adding New Fabrication Houses
4444

docs/installation/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ version), you can install it directly from git. The command for that is:
1717

1818
```.bash
1919
# The master branch (also called the upstream version) - the most up-to-date KiKit there is (but might me unstable)
20-
pip install git+https://github.com/yaqwsx/KiKit@master
20+
pip install https://github.com/yaqwsx/KiKit/archive/master.zip
2121
# A concrete branch, e.g., from a pull request
22-
pip3 install git+https://github.com/yaqwsx/KiKit@someBranchName
22+
pip3 install https://github.com/yaqwsx/KiKit/archive/someBranchName.zip
2323
```
2424

2525

docs/panelization/gui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ is the same with the default, built-in, preset.
3030

3131
Once you are happy with the parameters, you can click the "Panelize" button and
3232
the panel will appear in the Pcbnew work area. You can then edit the parameters
33-
and regenerate the panel.
33+
and regenerate the panel. The panel you see in the Pcbnew window is only a
34+
preview. The panel is automatically saved to the specified location upon
35+
creation.

docs/resources/jig.3mf

175 KB
Binary file not shown.

docs/resources/jig.f3d

276 KB
Binary file not shown.

0 commit comments

Comments
 (0)