KiBot/kibot
Salvador E. Tropea 73a35762e6 Added support to detect KiCad config path for KiCad 5.99+
New API, no compat fallback ...
2021-01-06 14:23:19 -03:00
..
bom Internal BoM: added `no_conflict` option. 2021-01-05 12:09:29 -03:00
kicad Now we use KiCad to detect where is its configuration. 2021-01-06 13:49:24 -03:00
mcpyrate Fix import issue when a shorter base path matches before a shorter one 2020-12-09 16:49:18 +02:00
__init__.py Marked sub-packages using __init__.py 2020-08-18 12:08:52 -03:00
__main__.py Added support to detect KiCad config path for KiCad 5.99+ 2021-01-06 14:23:19 -03:00
ansi.py Adjusted flake8 details 2020-11-02 16:06:02 -03:00
config_reader.py Made clear that generic_plot.kibot.yaml is just a template. 2021-01-05 15:14:22 -03:00
docopt.py
drill_marks.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
error.py
fil_base.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_generic.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_rot_footprint.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_var_rename.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
globals.py Added KiBot warning filters. 2020-10-12 16:31:47 -03:00
gs.py Moved pcbnew detection from kiplot.py to __main__.py. 2021-01-06 12:25:54 -03:00
kiplot.py Moved pcbnew detection from kiplot.py to __main__.py. 2021-01-06 12:25:54 -03:00
layer.py Added support for the KiCad 6 default layer names. 2020-10-19 16:47:13 -03:00
log.py Adjusted flake8 details 2020-11-02 16:06:02 -03:00
macros.py Removed dead code in macros.py 2020-10-17 16:51:17 -03:00
misc.py More details to make explicit the user must edit the example. 2021-01-06 12:25:07 -03:00
optionable.py File name patterns are allowed for the `netlist_file` option. 2020-12-16 11:10:36 -03:00
out_any_drill.py Fixed excellon drill output. 2020-11-02 16:07:05 -03:00
out_any_layer.py KiCad 6 no longer has SetPlotPadsOnSilkLayer 2020-10-16 18:40:20 -03:00
out_base.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
out_bom.py Various fixes in the generated example. 2021-01-05 15:06:23 -03:00
out_dxf.py Adapted to last KiCad 5.99 Python interface. 2020-10-22 13:03:31 -03:00
out_excellon.py Fixed excellon drill output. 2020-11-02 16:07:05 -03:00
out_gerb_drill.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_gerber.py Added support for KiCad 5.99 "disableapertmacros" option. 2020-11-06 17:05:33 -03:00
out_hpgl.py Adapted to last KiCad 5.99 Python interface. 2020-10-22 13:03:31 -03:00
out_ibom.py File name patterns are allowed for the `netlist_file` option. 2020-12-16 11:10:36 -03:00
out_kibom.py Various fixes in the generated example. 2021-01-05 15:06:23 -03:00
out_pcbdraw.py Added numbers to all the warnings 2020-10-09 18:33:51 -03:00
out_pdf.py Fixed missing GS declarations. 2020-10-19 16:04:03 -03:00
out_pdf_pcb_print.py Avoid KiAuto warnings about missing project for pdf_pcb_print 2020-10-24 16:25:09 -03:00
out_pdf_sch_print.py Fixed warnings when printing a schematic variant. 2020-09-10 12:54:43 -03:00
out_position.py Various fixes in the generated example. 2021-01-05 15:06:23 -03:00
out_ps.py Adapted to last KiCad 5.99 Python interface. 2020-10-22 13:03:31 -03:00
out_sch_variant.py Moved repeated code related to variants to a base class. 2020-09-06 17:36:29 -03:00
out_step.py The step output now can download missing 3D models. 2020-12-30 15:22:00 -03:00
out_svg.py Fixed missing GS declarations. 2020-10-19 16:04:03 -03:00
out_svg_sch_print.py Added variants support to the schematic SVG print. 2020-09-06 18:22:38 -03:00
pre_base.py Added the basic infraestructure for variants. 2020-08-28 16:46:24 -03:00
pre_check_zone_fills.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_drc.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_erc.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_filters.py Added support for KiCad 6 error filters. 2020-10-15 17:00:58 -03:00
pre_ignore_unconnected.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_update_xml.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
registrable.py Added support for filters and variants to pdf_print_sch 2020-09-01 16:54:51 -03:00
var_base.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00
var_ibom.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00
var_kibom.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00