action_menu_annular_check script
This commit is contained in:
19
README.md
19
README.md
@ -1,2 +1,21 @@
|
||||
# kicad-action-plugins
|
||||
kicad action plugin tools
|
||||
|
||||
## action_menu_annular_check.py
|
||||
A script to check for annular ring violations
|
||||
for PTH, NPTH pads and vias
|
||||
|
||||
release "1.5.3"
|
||||
|
||||
'action_menu_annular_check.py' checking PCB for Annular Ring in PTH, NPTH and Vias
|
||||
(SMD, Connector and NPTH are skipped)
|
||||
default Annular Ring >= 0.15 both for TH Pads and Vias
|
||||
to change values modify:
|
||||
|
||||
DRL_EXTRA = 0.100 #extra drill margin size for production
|
||||
|
||||
Launch the Annular Check script in pcbnew from Tools menu:
|
||||

|
||||
|
||||
## todo
|
||||
|
||||
|
Reference in New Issue
Block a user