[Panelize] Added link to KiKit docs

This commit is contained in:
Salvador E. Tropea 2022-12-01 08:17:35 -03:00
parent 75ebc7a677
commit 5767a03868
3 changed files with 3 additions and 0 deletions

View File

@ -2451,6 +2451,7 @@ Notes:
* Description: Creates a panel to fabricate various copies of the PCB at once. * Description: Creates a panel to fabricate various copies of the PCB at once.
It currently uses the KiKit tool, which must be available. It currently uses the KiKit tool, which must be available.
Consult KiKit docs for detailed information. Consult KiKit docs for detailed information.
[KiKit panelization docs](https://github.com/yaqwsx/KiKit/blob/master/doc/examples.md).
Current versions of KiKit only support KiCad 6 and my tests using Current versions of KiKit only support KiCad 6 and my tests using
KiKit 1.0.5 (the last to support KiCad 5) shown some KiKit 1.0.5 (the last to support KiCad 5) shown some
incompatibilities. incompatibilities.

View File

@ -1209,6 +1209,7 @@ outputs:
# Panelize: # Panelize:
# It currently uses the KiKit tool, which must be available. # It currently uses the KiKit tool, which must be available.
# Consult KiKit docs for detailed information. # Consult KiKit docs for detailed information.
# [KiKit panelization docs](https://github.com/yaqwsx/KiKit/blob/master/doc/examples.md).
# Current versions of KiKit only support KiCad 6 and my tests using # Current versions of KiKit only support KiCad 6 and my tests using
# KiKit 1.0.5 (the last to support KiCad 5) shown some # KiKit 1.0.5 (the last to support KiCad 5) shown some
# incompatibilities. # incompatibilities.

View File

@ -750,6 +750,7 @@ class Panelize(BaseOutput): # noqa: F821
Creates a panel to fabricate various copies of the PCB at once. Creates a panel to fabricate various copies of the PCB at once.
It currently uses the KiKit tool, which must be available. It currently uses the KiKit tool, which must be available.
Consult KiKit docs for detailed information. Consult KiKit docs for detailed information.
[KiKit panelization docs](https://github.com/yaqwsx/KiKit/blob/master/doc/examples.md).
Current versions of KiKit only support KiCad 6 and my tests using Current versions of KiKit only support KiCad 6 and my tests using
KiKit 1.0.5 (the last to support KiCad 5) shown some KiKit 1.0.5 (the last to support KiCad 5) shown some
incompatibilities. incompatibilities.