DrillTable parameters
columns : [DrillTableColumns parameters] [list(dict) | list(string)] (default:
['Count', 'Hole Size', 'Plated', 'Hole Shape', 'Drill Layer Pair', 'Hole Type']) List of columns to display. Each entry can be a dictionary with field, name or just a string (field name).output : [string] (default:
'%f-%i%I%v.%x') Name of the drill table. Not generated unless a name is specified. (%i=’drill_table’ %x=’csv’). Affected by global options.units : [string] (default:
'millimeters_mils') (choices: “millimeters”, “mils”, “millimeters_mils”, “mils_millimeters”) Units used for the hole sizes.group_slots_and_round_holes: [boolean] (default:true) By default KiCad groups slots and rounded holes if they can be cut from the same tool (same diameter).unify_pth_and_npth: [string] (default:'auto') (choices: “yes”, “no”, “auto”) Choose whether to unify plated and non-plated holes in the same table. If ‘auto’ is chosen, the setting is copied from the excellon output’s pth_and_npth_single_file.