action_menu_annular_check.py
readme update
This commit is contained in:
@ -5,6 +5,7 @@ kicad action plugin tools
|
||||
A script to check for annular ring violations
|
||||
for PTH, NPTH pads and vias
|
||||
|
||||
requirements: KiCAD pcbnew > 4.0 built with KICAD_SCRIPTING_ACTION_MENU option activated
|
||||
release "1.5.3"
|
||||
|
||||
'action_menu_annular_check.py' checking PCB for Annular Ring in PTH, NPTH and Vias
|
||||
@ -12,10 +13,13 @@ release "1.5.3"
|
||||
default Annular Ring >= 0.15 both for TH Pads and Vias
|
||||
to change values modify:
|
||||
|
||||
AR_SET = 0.150 #minimum annular accepted for pads
|
||||
AR_SET_V = 0.150 #minimum annular accepted for vias
|
||||
DRL_EXTRA = 0.100 #extra drill margin size for production
|
||||
|
||||
Launch the Annular Check script in pcbnew from Tools menu:
|
||||

|
||||
|
||||
## todo
|
||||
- add colors to output
|
||||
|
||||
|
Reference in New Issue
Block a user