Update auto-generated file.
This commit is contained in:
parent
6b797420d5
commit
678a64f97c
|
@ -264,6 +264,11 @@ _HKI( "### Top-level Clauses\n"
|
|||
" (constraint thermal_spoke_width (min 12mil))\n"
|
||||
" (condition \"A.Name == 'zone_GND' || A.Name == 'zone_PWR'\"))\n"
|
||||
"\n"
|
||||
" # Prevent copper fills under the courtyards of capacitors\n"
|
||||
" (rule no_copper_under_caps\n"
|
||||
" (constraint physical_clearance (min 0mm))\n"
|
||||
" (condition \"A.Type == 'Zone' && B.Reference == 'C*'\"))\n"
|
||||
"\n"
|
||||
"\n"
|
||||
" # Prevent solder wicking from SMD pads\n"
|
||||
" (rule holes_in_pads\n"
|
||||
|
|
Loading…
Reference in New Issue