Update auto-generated file.

This commit is contained in:
Jeff Young 2024-05-01 14:42:37 +01:00
parent 6b797420d5
commit 678a64f97c
1 changed files with 5 additions and 0 deletions

View File

@ -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"