yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.53k stars 201 forks source link

Pannelization fails on Kicad 8 #639

Closed xobs closed 8 months ago

xobs commented 8 months ago

Prerequisites

KiKit version

1.4.0

KiCAD version

8.0.0-rc3

Operating system

Windows

Description

When clicking "Panelize", the following error is displayed:

[Window Title] Error

[Main Instruction] Cannot perform:

[Content] PCB_TEXT.GetShownText() missing 1 required positional argument: 'aAllowExtraText'

[OK]

image

Steps to Reproduce

  1. Install KiCad 8
  2. Install kikit from the plugins manager
  3. Install kikit cli from pip when instructed
  4. Attempt to panelize a PCB
yaqwsx commented 8 months ago

This is a duplicate of #636 - v1.4 doesn't support v8, you have to use the upstream version. We are still in the phase of bug hunting, stable release is planned to be synchronized with the KiCAD 8 release.

xobs commented 8 months ago

I opened a new issue since #636 was closed, and the issue still occurs, even though #636 was closed as "completed".

yaqwsx commented 8 months ago

I think there is a misunderstanding. Let me clarify:

PS: #636 was closed after you reported this issue. PPS: See installation instructions: https://yaqwsx.github.io/KiKit/v1.4/installation/upgrading/