7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

File update from build.

This commit is contained in:
Jeff Young 2024-12-07 13:59:31 +00:00
parent 0f8538c709
commit f058a4ed26

View File

@ -105,6 +105,13 @@ _HKI( "### More Examples\n"
" (condition \"B.Layer == 'Edge.Cuts'\"))\n"
"\n"
"\n"
" # Allow silk intersection with board edge for connectors\n"
" (rule silk_board_edge_celarance\n"
" (constraint silk_clearance)\n"
" (severity ignore)\n"
" (condition \"A.memberOfFootprint('J*') && B.Layer=='Edge.Cuts'\"))\n"
"\n"
"\n"
" # Check current-carrying capacity\n"
" (rule high-current\n"
" (constraint track_width (min 1.0mm))\n"