KiBot/kibot
Salvador E. Tropea 4a440078ae Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
..
EasyEDA Added mechanism to download 3D models from EasyEDA 2023-01-31 13:12:06 -03:00
PcbDraw [PCBDraw] Fixed KiCad 5 problems 2023-02-14 08:17:29 -03:00
PyPDF2
blender_scripts [Blender Export] Fixed when no camera 2023-01-27 11:34:19 -03:00
bom
kicad Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
mcpyrate
resources [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00
svgutils
__init__.py Bumped version to 1.6.1 2023-02-06 13:15:46 -03:00
__main__.py [Added] Basic support reading and writing v7 schematics 2023-02-10 09:12:59 -03:00
config_reader.py [Fixed] Import separated code (missing dir) 2023-01-05 10:48:25 -03:00
create_pdf.py
dep_downloader.py [Dependency Downloader] Fixed last patch (arguments) 2023-02-06 07:22:12 -03:00
docopt.py
drill_marks.py [KiCad 7] Solved drill marks constants rename 2023-02-09 09:02:37 -03:00
error.py
fil_base.py [Filters] Moved _only_smd to be truly internal 2023-01-05 17:52:02 -03:00
fil_expand_text_vars.py
fil_field_modify.py
fil_field_rename.py
fil_generic.py [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00
fil_rot_footprint.py
fil_subparts.py
fil_urlify.py
fil_var_rename.py
fil_var_rename_kicost.py
globals.py [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00
gs.py Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
kiplot.py Added KiConfError error handling during output generation 2023-02-09 09:12:21 -03:00
layer.py [PCB_Print][Fixed] Problems when trying to use groups of layers 2023-01-12 17:18:47 -03:00
log.py
macros.py
misc.py Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
optionable.py [Fixed] KiCad units must be integers 2023-02-10 10:10:53 -03:00
out_any_drill.py Merge branch 'subpcb' into dev 2022-12-28 13:33:42 -03:00
out_any_layer.py [KiCad 7] Added SetExcludeEdgeLayer and SetSvgPrecision to GS 2023-02-13 10:37:15 -03:00
out_any_pcb_print.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
out_any_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_any_stencil.py Moved sub-PCB specific stuff to var_base (from out_base) 2022-12-27 08:48:44 -03:00
out_base.py [KiCad 7] Added support for the new VECTOR_FP_3DMODEL 2023-02-13 13:45:19 -03:00
out_base_3d.py [KiCad 7] Added support for the new VECTOR_FP_3DMODEL 2023-02-13 13:45:19 -03:00
out_blender_export.py [Blender Export][DOCs] More clear how to get auto position 2023-01-27 11:33:41 -03:00
out_boardview.py Moved sub-PCB specific stuff to var_base (from out_base) 2022-12-27 08:48:44 -03:00
out_bom.py [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00
out_compress.py [Blender Export] Added PCB3D generation 2023-01-24 16:00:49 -03:00
out_copy_files.py [Copy Files][Fixed] Problems when using with `compress` 2023-01-18 15:09:10 -03:00
out_diff.py [Diff] Added KiCad 7 support 2023-02-13 13:11:17 -03:00
out_download_datasheets.py
out_dxf.py
out_dxf_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_excellon.py [Drill] Support for KiCad v7 2023-02-10 10:11:44 -03:00
out_gencad.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
out_gerb_drill.py [Drill] Support for KiCad v7 2023-02-10 10:11:44 -03:00
out_gerber.py [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00
out_hpgl.py
out_hpgl_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_ibom.py Merge branch 'subpcb' into dev 2022-12-28 13:33:42 -03:00
out_info.py
out_kibom.py [KiBoM] Fixed the column name in last patch 2023-01-28 18:24:16 -03:00
out_kicost.py [DOCs] Added link to KiCOst CI/CD example 2023-01-27 11:38:31 -03:00
out_kikit_present.py [Blender Export] Now can be used as renderer 2023-01-26 18:13:38 -03:00
out_navigate_results.py [Navigate Results] Added blender icons 2023-01-20 14:19:25 -03:00
out_netlist.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
out_panelize.py Simplified the KiAuto use 2023-01-03 10:04:44 -03:00
out_pcb2blender_tools.py [PCB2Blender Tools][KiCad 7] Adapted to KiCad v7 API 2023-02-14 14:11:41 -03:00
out_pcb_print.py Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
out_pcb_variant.py Moved sub-PCB specific stuff to var_base (from out_base) 2022-12-27 08:48:44 -03:00
out_pcbdraw.py [Blender Export] Now can be used as renderer 2023-01-26 18:13:38 -03:00
out_pdf.py
out_pdf_pcb_print.py
out_pdf_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_pdfunite.py
out_populate.py [Blender Export] Now can be used as renderer 2023-01-26 18:13:38 -03:00
out_position.py Moved sub-PCB specific stuff to var_base (from out_base) 2022-12-27 08:48:44 -03:00
out_ps.py
out_ps_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_qr_lib.py [QR Lib] Added support to detect KiCad 7 subsheets 2023-02-13 10:32:48 -03:00
out_render_3d.py [Blender Export] Now can be used as renderer 2023-01-26 18:13:38 -03:00
out_report.py [Report][KiCad 7] Blind/Micro vias doesn't seem to be available 2023-02-13 11:17:17 -03:00
out_sch_variant.py
out_stencil_3d.py
out_stencil_for_jig.py
out_step.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
out_svg.py Moved all IU -> SVG stuff to GS 2023-02-15 10:07:49 -03:00
out_svg_pcb_print.py
out_svg_sch_print.py [SCH_Print] Added PS, DXF and HPGL formats 2023-01-12 00:30:38 -03:00
out_vrml.py [VRML] Added options to select and highlight components 2023-01-23 18:44:17 -03:00
pre_annotate_pcb.py [DOCs][Fixed] annotate_pcb docs and example 2023-01-10 15:05:05 -03:00
pre_annotate_power.py
pre_any_replace.py [Report][Added] Expansion for KiCad text variables and environment variables 2023-01-19 21:05:32 -03:00
pre_base.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
pre_check_zone_fills.py
pre_erc_warnings.py
pre_fill_zones.py
pre_filters.py
pre_ignore_unconnected.py [DOCs] Clarified how KiCad 6 warnings are counted 2023-01-23 14:20:38 -03:00
pre_pcb_replace.py [Windows][Fixed] Avoid asuming bash is part of the system 2022-12-22 08:44:46 -03:00
pre_run_drc.py [DRC] Changed "errors" to "violations" 2023-01-23 14:44:30 -03:00
pre_run_erc.py Simplified exec_with_retry use 2023-01-03 11:29:45 -03:00
pre_sch_replace.py [Windows][Fixed] Avoid asuming bash is part of the system 2022-12-22 08:44:46 -03:00
pre_set_text_variables.py [DOCs] Added examples and warnings about spaces in names 2023-01-17 15:40:32 -03:00
pre_update_qr.py
pre_update_xml.py [Preflight][KiCad 7] Updated preflight references and tests 2023-02-14 12:28:07 -03:00
registrable.py Added correct detection for unknown outputs/groups inside groups 2023-01-05 08:37:55 -03:00
var_base.py [Report][Fixed] Computed size 2023-01-25 11:05:01 -03:00
var_ibom.py
var_kibom.py
var_kicost.py [Filters] Moved _only_smd to be truly internal 2023-01-05 17:52:02 -03:00