Missing update from last commit.

This commit is contained in:
Jeff Young 2023-10-20 13:01:07 +01:00
parent 809f88b144
commit 1b04d8972e
1 changed files with 9 additions and 0 deletions

View File

@ -297,6 +297,15 @@ _HKI( "### Top-level Clauses\n"
" (constraint connection_width (min 0.8mm))\n" " (constraint connection_width (min 0.8mm))\n"
" (condition \"A.NetClass == 'Power'\"))\n" " (condition \"A.NetClass == 'Power'\"))\n"
"\n" "\n"
" # Separate drill bit and milling cutter size constraints\n"
" (rule \"Plated through-hole size\"\n"
" (constraint hole_size (min 0.2mm) (max 6.35mm))\n"
" (condition \"A.isPlated() && A.Hole_Size_X == A.Hole_Size_Y\"))\n"
" (rule \"Plated slot size\"\n"
" (constraint hole_size (min 0.5mm))\n"
" (condition \"A.isPlated() && A.Hole_Size_X != A.Hole_Size_Y\"))\n"
"\n"
"\n"
"### Documentation\n" "### Documentation\n"
"\n" "\n"
"For the full documentation see [https://docs.kicad.org](https://docs.kicad.org/GetMajorMinorVersion/en/pcbnew/pcbnew.html#custom_design_rules)." ); "For the full documentation see [https://docs.kicad.org](https://docs.kicad.org/GetMajorMinorVersion/en/pcbnew/pcbnew.html#custom_design_rules)." );