[Panelize] Added link to KiKit docs
This commit is contained in:
parent
75ebc7a677
commit
5767a03868
|
|
@ -2451,6 +2451,7 @@ Notes:
|
|||
* Description: Creates a panel to fabricate various copies of the PCB at once.
|
||||
It currently uses the KiKit tool, which must be available.
|
||||
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
|
||||
KiKit 1.0.5 (the last to support KiCad 5) shown some
|
||||
incompatibilities.
|
||||
|
|
|
|||
|
|
@ -1209,6 +1209,7 @@ outputs:
|
|||
# Panelize:
|
||||
# It currently uses the KiKit tool, which must be available.
|
||||
# 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
|
||||
# KiKit 1.0.5 (the last to support KiCad 5) shown some
|
||||
# incompatibilities.
|
||||
|
|
|
|||
|
|
@ -750,6 +750,7 @@ class Panelize(BaseOutput): # noqa: F821
|
|||
Creates a panel to fabricate various copies of the PCB at once.
|
||||
It currently uses the KiKit tool, which must be available.
|
||||
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
|
||||
KiKit 1.0.5 (the last to support KiCad 5) shown some
|
||||
incompatibilities.
|
||||
|
|
|
|||
Loading…
Reference in New Issue