KiBot/kibot
Salvador E. Tropea 5f22d5a3a9 Now --quick-start is more robuts
- sys.exit() is skipped
- Passed dont_stop to the run stage (was only in config)
2022-05-06 13:03:38 -03:00
..
PyPDF2 Fixed missing imports in PyPDF2 2022-04-07 13:06:11 -03:00
bom Adapted to the new KiCost API 2022-05-05 13:55:28 -03:00
config_templates Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
kicad Moved the KiCad 5 SVG scale constant to misc.py 2022-04-23 07:54:13 -03:00
kicad_colors Finished adding all the plot options to `pcb_print` 2022-04-08 15:01:10 -03:00
kicad_layouts Added internal plot of the worksheet to pcb_print 2022-04-16 15:09:19 -03:00
mcpyrate Fixed spelling 2022-02-16 19:56:04 -03:00
report_templates Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
svgutils Added background image to pcb_print 2022-04-23 08:48:32 -03:00
__init__.py
__main__.py Updated docs 2022-04-29 09:06:24 -03:00
config_reader.py Simplified the global vars handling 2022-04-28 14:49:28 -03:00
docopt.py
drill_marks.py Moved all loggers to the same domain. 2021-12-30 11:09:36 -03:00
error.py Moved all loggers to the same domain. 2021-12-30 11:09:36 -03:00
fil_base.py Fixed KiBoM mounting hole regex 2022-04-21 11:09:35 -03:00
fil_field_rename.py Moved all loggers to the same domain. 2021-12-30 11:09:36 -03:00
fil_generic.py Fixed spelling 2022-02-16 19:56:04 -03:00
fil_rot_footprint.py Moved all loggers to the same domain. 2021-12-30 11:09:36 -03:00
fil_subparts.py Fixed spelling 2022-02-16 19:56:04 -03:00
fil_var_rename.py Fixed spelling 2022-02-16 19:56:04 -03:00
fil_var_rename_kicost.py Added more debug information to fil_var_rename_kicost.py 2022-02-24 12:59:07 -03:00
globals.py Simplified the global vars handling 2022-04-28 14:49:28 -03:00
gs.py Simplified the global vars handling 2022-04-28 14:49:28 -03:00
kiplot.py Now --quick-start is more robuts 2022-05-06 13:03:38 -03:00
layer.py Fixed used layers detection in --quick-start 2022-04-28 14:26:02 -03:00
log.py Adapted to KiCost API changes 2022-05-05 10:26:42 -03:00
macros.py Patch to fix new alias attributes in Python 3.10 2022-01-06 12:42:59 -03:00
misc.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
optionable.py Simplified the global vars handling 2022-04-28 14:49:28 -03:00
out_any_drill.py Fixed drill problems with regular vias 2022-03-25 08:39:58 -03:00
out_any_layer.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_any_pcb_print.py Fixed problems when using page layout files with relative paths. 2022-04-04 18:02:31 -03:00
out_any_sch_print.py Fixed problems when using page layout files with relative paths. 2022-04-04 18:02:31 -03:00
out_base.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_base_3d.py Simplified the global vars handling 2022-04-28 14:49:28 -03:00
out_boardview.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_bom.py Now --quick-start is recursive 2022-04-26 16:23:20 -03:00
out_compress.py `compress.move_files` now removes dirs from outputs 2022-04-26 09:35:10 -03:00
out_download_datasheets.py Added download timeout to datasheet download 2022-05-01 11:27:00 -03:00
out_dxf.py Removed coverage exclusions for KiCad 6 code 2022-02-11 12:58:39 -03:00
out_excellon.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_gencad.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_gerb_drill.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_gerber.py Fixed `gerber` example generation when no SCH 2022-04-28 14:08:25 -03:00
out_hpgl.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_ibom.py Added error message about outdated iBoM 2022-05-06 13:01:18 -03:00
out_kibom.py Moved all loggers to the same domain. 2021-12-30 11:09:36 -03:00
out_kicost.py Made more clear which preflight options modifies files 2022-03-24 13:08:51 -03:00
out_pcb_print.py Fixed KiCad 5 doesn't have LSET.Contains() 2022-04-26 12:14:24 -03:00
out_pcbdraw.py Modified minimal PcbDraw version 2022-05-06 13:02:05 -03:00
out_pdf.py Added more recommendations to use `pcb_print` 2022-04-16 19:35:35 -03:00
out_pdf_pcb_print.py Added more recommendations to use `pcb_print` 2022-04-16 19:35:35 -03:00
out_pdf_sch_print.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_pdfunite.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_position.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_ps.py Added more recommendations to use `pcb_print` 2022-04-16 19:35:35 -03:00
out_qr_lib.py Added 'qr_lib' to --quick_start 2022-04-29 09:00:47 -03:00
out_render_3d.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_report.py Fixed problems in reports when no vias 2022-04-28 14:07:28 -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 the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
out_svg.py Added more recommendations to use `pcb_print` 2022-04-16 19:35:35 -03:00
out_svg_pcb_print.py Added more recommendations to use `pcb_print` 2022-04-16 19:35:35 -03:00
out_svg_sch_print.py Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
pre_annotate_pcb.py New preflight to annotate according to PCB coordinates 2022-03-08 14:33:38 -03:00
pre_annotate_power.py New preflight to annotate according to PCB coordinates 2022-03-08 14:33:38 -03:00
pre_any_replace.py Added a preflight to define KiCad 6 variables. 2022-03-12 18:44:08 -03:00
pre_base.py Catched error of using set_text_variables with KiCad 5 2022-03-12 19:10:35 -03:00
pre_check_zone_fills.py Made more clear which preflight options modifies files 2022-03-24 13:08:51 -03:00
pre_drc.py Replaced call to Optionable expand_filename_sch by self.expand_dirname 2021-12-15 17:03:56 -03:00
pre_erc.py Replaced call to Optionable expand_filename_sch by self.expand_dirname 2021-12-15 17:03:56 -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_fill_zones.py Added a preflight option to save the PCB with refilled zones. 2022-03-24 13:30:18 -03:00
pre_filters.py Allow to skip the `regex` value in filters 2022-04-28 14:06:46 -03:00
pre_ignore_unconnected.py
pre_pcb_replace.py Made more clear which preflight options modifies files 2022-03-24 13:08:51 -03:00
pre_sch_replace.py Made more clear which preflight options modifies files 2022-03-24 13:08:51 -03:00
pre_set_text_variables.py Fixed missing Set_Text_Variables valid keys 2022-03-31 14:50:25 -03:00
pre_update_qr.py Added preflight option to update the QR codes. 2022-01-04 10:21:59 -03:00
pre_update_xml.py Update XML: Removed the side effect Bom. 2021-12-30 13:12:00 -03:00
registrable.py Finished the core functionality of --quick-start 2022-04-28 14:50:58 -03:00
var_base.py Made the 3D model selection more versatile 2022-04-20 19:42:51 -03:00
var_ibom.py Fixed D300 Use """triple double quotes""" 2022-02-17 18:47:27 -03:00
var_kibom.py Made the 3D model selection more versatile 2022-04-20 19:42:51 -03:00
var_kicost.py Made the 3D model selection more versatile 2022-04-20 19:42:51 -03:00