Prerequisites
KiKit version
1.7.2
KiCAD version (only KiCAD 8 and 9 are supported)
9.0.6
Operating system
Arch Linux
Description
When Kikit adds fiducials to poured copper rails it creates the following DRC error:
[solder_mask_bridge]: Front solder mask aperture bridges items with different nets
Rule: board setup solder mask min width; Severity: error
@(230.5000 mm, 146.0015 mm): Pad [<no net>] of KiKit_FID_T_4 on F.Cu
@(69.4297 mm, 140.5265 mm): Zone [<no net>] on F.Cu, priority 0
The error shows when trying to generate the fabrication outputs or when running DRC within KiCad.
This could be addressed by placing the fiducial SMT pad and the copper pour in the same net (perhaps a new one created just for this).
Steps to Reproduce
- Panelize a board, add rails and add fiducials into the rails. Pour copper into the rails. Example:
kikit panelize \
--layout 'grid; rows: 1; cols: 2; hspace: 2mm' \
--cuts 'vcuts; cutcurves: false;' \
--framing 'railstb; width: 8mm'\
--fiducials '4fid; paste: true; hoffset: 4mm; voffset: 4mm; coppersize: 1mm; opening: 2mm;' \
--copperfill 'solid; layers: all' \
--post 'millradius: 1mm' \
my-pcb.kicad_pcb panel.kicad_pcb
- Generate fabrication outputs for the panel. Example:
kikit fab jlcpcb --autoname --assembly --schematic my-pcb.kicad_sch --field "JLCPCB PN" panel.kicad_pcb production
Prerequisites
KiKit version
1.7.2
KiCAD version (only KiCAD 8 and 9 are supported)
9.0.6
Operating system
Arch Linux
Description
When Kikit adds fiducials to poured copper rails it creates the following DRC error:
The error shows when trying to generate the fabrication outputs or when running DRC within KiCad.
This could be addressed by placing the fiducial SMT pad and the copper pour in the same net (perhaps a new one created just for this).
Steps to Reproduce