Author Topic: Inner Copper Clearances?  (Read 967 times)

0 Members and 1 Guest are viewing this topic.

Offline LoveLaikaTopic starter

  • Frequent Contributor
  • **
  • Posts: 561
  • Country: us
Inner Copper Clearances?
« on: June 23, 2023, 12:59:44 pm »
My PCB fab house has different inner and outer copper clearance requirements. They require a copper-to-board edge clearance of 10 mils (0.254 mm) on the outer layer and 15 mils (0.381 mm) on inner layers. How do you change the design rules to account for this? I see an option for this in the constraints section of the design rules labeled as "copper to edge clearance", but this affects all layers. Is there a way to set this in the design rules automatically? The only other way I could think of is to set it for largest clearance or to just adjust the copper pour zones.
 

Offline 6313oscar

  • Newbie
  • Posts: 3
  • Country: nl
Re: Inner Copper Clearances?
« Reply #1 on: June 26, 2023, 12:52:20 pm »
You could make your own costum DRC rule for this:

Kicad PCB editor -> Board setup -> Custom DRC rules

Code: [Select]
(version 1)
(rule "outer layer clearance"
(layer outer)(constraint edge_clearance (min 0.254mm)))

(rule "Inner layer clearance"
(layer inner)(constraint edge_clearance (min 0.381mm)))
 
The following users thanked this post: LoveLaika, ulaktron


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf