yaqwsx / KiKit

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

Changing resistor designators manually leads to non-assembled components #614

Closed greenscreenflicker closed 8 months ago

greenscreenflicker commented 9 months ago

Prerequisites

KiKit version

kikit, version 1.3.0+26.g56c696a

KiCAD version

7.0.7

Operating system

Windows 11

Description

I have a multi project PCB. I want to swap out some resistors to have another output voltage configuration. However, when running the panalizing command, the components are missing. @yaqwsx I send you all the files via email.

Steps to Reproduce

see above

greenscreenflicker commented 9 months ago
  1. Go to folder panel in KiCad Command Prompt

  2. Execute the command "kikit panelize --layout "grid; rows: 3; cols: 3; space: 0mm; rotation: 90deg;alternation: cols;" --tabs "fixed; width: 20mm; vcount: 1; hcount: 0" --cuts "vcuts" --post "millradius: 1mm" --source "tolerance: 5mm" --text "simple; text: , rc5 production run; anchor: mt; voffset: 2mm; hjustify: center; vjustify: center;" --framing "railstb; width: 4mm; space: 2mm;" --fiducials "3fid; hoffset: 2mm; voffset: 2mm; coppersize: 2mm; opening: 1mm;" ../DCC6024UT.kicad_pcb panel.kicad_pcb"

  3. Go to the gerber panel folder, search for R1041. You won't see something. Problem: But it should be there.

  4. Open the Panel in PCB new, search for R1041. You will see the resistor.

  5. Open the schematic in the base folder, search for R1041. You will see the resistor.

yaqwsx commented 8 months ago

I believe this was already resolved in the original e-mail conversation.