KiBot/kibot
Salvador E. Tropea dd265fa2e0 Fixed compress: not expanding %VALUES in target dirs.
Fixes #111
2021-11-19 10:15:58 -03:00
..
bom Removed extra W_BADVAL1 (no longer used) 2021-11-15 14:29:36 -03:00
kicad Fix for the commit 10486af51a 2021-11-18 12:18:39 -03:00
mcpyrate Updated mcpyrate. 2021-02-01 11:13:52 -03:00
__init__.py Marked sub-packages using __init__.py 2020-08-18 12:08:52 -03:00
__main__.py Fixed command line for `--list` 2021-11-15 13:38:35 -03:00
config_reader.py Added Default global `dir` option 2021-11-15 14:40:30 -03:00
docopt.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
drill_marks.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
fil_base.py KiCost variants: empty DNF fields shouldn't be excluded. 2021-11-15 15:06:32 -03:00
fil_field_rename.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
fil_generic.py Generic filter: added options to match if a field is/isn't defined. 2021-10-18 17:05:51 -03:00
fil_rot_footprint.py Added skip_top and skip_bottom options to the rot_footprint filter. 2021-04-25 12:20:39 -03:00
fil_subparts.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
fil_var_rename.py Experimental mechanism to change 3D models according to the variant. 2021-03-31 18:00:43 -03:00
fil_var_rename_kicost.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
globals.py Added Default global `dir` option 2021-11-15 14:40:30 -03:00
gs.py Added Default global `dir` option 2021-11-15 14:40:30 -03:00
kiplot.py Fixed: Makefile: %VALUE not expanded in the directory targets. 2021-11-15 13:58:31 -03:00
layer.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
log.py Fixed problems when trying to filter KiCost warnings. 2021-08-24 10:37:26 -03:00
macros.py Removed dead code in macros.py 2021-02-04 16:38:38 -03:00
misc.py Added 3D view render 2021-11-17 17:40:54 -03:00
optionable.py Added 3D view render 2021-11-17 17:40:54 -03:00
out_any_drill.py Fixed Typos in source files per recommendation from @set-soft. 2021-03-31 15:10:21 -07:00
out_any_layer.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_base.py Fixed compress: not expanding %VALUES in target dirs. 2021-11-19 10:15:58 -03:00
out_base_3d.py Added 3D view render 2021-11-17 17:40:54 -03:00
out_boardview.py Fixed spaces in netnames for the Board View format. 2021-10-12 09:01:10 -03:00
out_bom.py Added Default global `dir` option 2021-11-15 14:40:30 -03:00
out_compress.py Fixed compress: not expanding %VALUES in target dirs. 2021-11-19 10:15:58 -03:00
out_dxf.py Changed kicad-pcb.org -> kicad.org 2021-11-01 10:12:30 -03:00
out_excellon.py JLCPCB example, to match current recommendations 2021-11-01 10:41:37 -03:00
out_gerb_drill.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_gerber.py Fixed Typos in source files per recommendation from @set-soft. 2021-03-31 15:10:21 -07:00
out_hpgl.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_ibom.py Made the ibom output smarter about the netlist 2021-04-12 12:42:26 -03:00
out_kibom.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_kicost.py Added distributors selection to KiCost+KiBot 2021-04-28 12:13:12 -03:00
out_pcbdraw.py Added 3D view render 2021-11-17 17:40:54 -03:00
out_pdf.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_pdf_pcb_print.py PCB PDF Print: mechanism to change the block title. 2021-11-17 10:51:28 -03:00
out_pdf_sch_print.py Fixed: no custom title block when printing a variant. 2021-08-24 12:42:16 -03:00
out_position.py Fixes position files, now defaults to use the auxiliar origin as KiCad. 2021-09-27 08:35:58 -03:00
out_ps.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_render_3d.py Added `id_add` to `render_3d` to change the %i expansion 2021-11-18 14:04:44 -03:00
out_sch_variant.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_step.py Added 3D view render 2021-11-17 17:40:54 -03:00
out_svg.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_svg_sch_print.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
pre_base.py PCB PDF Print: mechanism to change the block title. 2021-11-17 10:51:28 -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 pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
pre_erc.py Added explanation for ERC on schematics not fully annotated 2021-09-21 13:14:06 -03:00
pre_erc_warnings.py Added `erc_warnings` option to consider ERC warnings as errors. 2021-02-24 12:34:49 -03:00
pre_filters.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -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 remove of forced video in GitLab CI 2021-02-22 12:55:02 -03:00
registrable.py Added a mechanism to import filters and variants. 2021-10-04 14:44:43 -03:00
var_base.py PCB PDF Print: mechanism to change the block title. 2021-11-17 10:51:28 -03:00
var_ibom.py Internal BoM: the field used for variants doesn't produce conflicts. 2021-11-15 13:39:47 -03:00
var_kibom.py Internal BoM: the field used for variants doesn't produce conflicts. 2021-11-15 13:39:47 -03:00
var_kicost.py Internal BoM: the field used for variants doesn't produce conflicts. 2021-11-15 13:39:47 -03:00