KiBot/kibot
Salvador E. Tropea a76b4771c4 [Rotation Filter][Added] rotations_and_offsets option
Implements a more flexible mechanism to select rotations and offsets.
So you can have two different rotations applied to the same footprint,
i.e. different components with the same footprint but different
orientation in the reel.
2023-11-17 10:46:59 -03:00
..
EasyEDA [Added] Support for STEP files downloaded from EasEDA 2023-10-19 12:34:34 -03:00
PcbDraw [Populate][Added] Basic support for regular list items 2023-08-15 12:45:00 -03:00
PyPDF2 Dropped Python 2.x support in included libs 2023-08-08 12:27:06 -03:00
blender_scripts [Blender Export][Added] Camera option to set the clip start 2023-08-22 09:04:37 -03:00
bom [BoM][Added] `parse_value` can be used to disable the *Value* parser 2023-09-28 11:18:49 -03:00
kicad [Rotation Filter] Fixes and extensions for JLCPCB 2023-11-14 11:07:12 -03:00
mcpyrate
resources [Templates][JLCPCB] Added DNF filter for the position 2023-11-16 12:35:17 -03:00
svgutils
__init__.py Bumped version to 1.6.4 2023-06-28 06:36:14 -03:00
__main__.py [Fixed] The --log/-L didn't enabled full debug for all messages 2023-09-24 17:23:01 -03:00
banner.py
config_reader.py [DOCs] Added a very visible warning about `-s all` 2023-09-01 13:45:29 -03:00
create_pdf.py
dep_downloader.py [Dependencies] Made KiKit point to our fork 2023-09-06 12:51:33 -03:00
docopt.py
drill_marks.py
error.py
fil_base.py [Rotation Filter] Fixes and extensions for JLCPCB 2023-11-14 11:07:12 -03:00
fil_expand_text_vars.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_field_modify.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_field_rename.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_generic.py
fil_rot_footprint.py [Rotation Filter][Added] rotations_and_offsets option 2023-11-17 10:46:59 -03:00
fil_spec_to_field.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_subparts.py [Flake8] Small changes suggested by flake8 5.0.4 2023-08-11 13:33:54 -03:00
fil_urlify.py
fil_value_split.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_var_rename.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
fil_var_rename_kicost.py [DOCs][Filters][Added] Descriptive name 2023-08-22 09:36:57 -03:00
globals.py [Globals][Added] include_components_from_pcb 2023-11-17 08:17:46 -03:00
gs.py [Globals][Added] include_components_from_pcb 2023-11-17 08:17:46 -03:00
kiplot.py [Fixed] Missing implementation of include_components_from_pcb 2023-11-17 10:43:03 -03:00
layer.py [Fixed] Another missing case in the last patch 2023-10-09 10:21:50 -03:00
log.py
macros.py
misc.py [Rotation Filter] Fixes and extensions for JLCPCB 2023-11-14 11:07:12 -03:00
optionable.py [Blender export][Added] Support for pcb2blender 2.7 2023-10-11 13:08:10 -03:00
out_any_drill.py
out_any_layer.py [DOCs][Added] backticks to text replacement variables 2023-11-15 13:39:54 -03:00
out_any_pcb_print.py
out_any_sch_print.py
out_any_stencil.py
out_base.py [Added] Warning for wrong dir/output separation 2023-09-08 10:52:10 -03:00
out_base_3d.py [3D models][Download] Catch Easy EDA errors 2023-11-07 09:48:51 -03:00
out_blender_export.py [Blender export][Added] Support for pcb2blender 2.7 2023-10-11 13:08:10 -03:00
out_boardview.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_bom.py [BoM][Added] `parse_value` can be used to disable the *Value* parser 2023-09-28 11:18:49 -03:00
out_compress.py
out_copy_files.py
out_diff.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_download_datasheets.py [DOCs][Added] backticks to text replacement variables 2023-11-15 13:39:54 -03:00
out_dxf.py [DOCs][DXF] Made the docstring indentation coherent 2023-08-29 07:50:37 -03:00
out_dxf_sch_print.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_excellon.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_gencad.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_gerb_drill.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_gerber.py [Flake8] Small changes suggested by flake8 5.0.4 2023-08-11 13:33:54 -03:00
out_hpgl.py
out_hpgl_sch_print.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_ibom.py [iBoM][Added] Support for 2.7.0 2023-08-04 06:59:54 -03:00
out_info.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_kibom.py [BoM][Added] LCSC links 2023-09-01 13:51:15 -03:00
out_kicost.py
out_kikit_present.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_navigate_results.py Made shlex.join use optional 2023-08-08 11:19:47 -03:00
out_netlist.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_panelize.py [DOCs][Fixed] Typo in panelization output 2023-11-15 13:41:22 -03:00
out_pcb2blender_tools.py [Fixed] Removed debug print 2023-10-18 12:48:25 -03:00
out_pcb_print.py [PCB Print][Added] Support for CURRENT_DATE text variable 2023-09-24 17:16:16 -03:00
out_pcb_variant.py
out_pcbdraw.py Made shlex.join use optional 2023-08-08 11:19:47 -03:00
out_pdf.py
out_pdf_pcb_print.py
out_pdf_sch_print.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_pdfunite.py
out_populate.py
out_position.py [Position][Removed] exclude_strange_footprints option 2023-11-16 08:49:58 -03:00
out_ps.py
out_ps_sch_print.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_qr_lib.py [QR Lib][Added] Clarification about the output name 2023-10-02 12:29:43 -03:00
out_render_3d.py Made shlex.join use optional 2023-08-08 11:19:47 -03:00
out_report.py Cosmetic comment change 2023-11-16 11:16:16 -03:00
out_sch_variant.py
out_stencil_3d.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_stencil_for_jig.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_step.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_svg.py
out_svg_pcb_print.py
out_svg_sch_print.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
out_vrml.py [Quick-Start] No longer use dedicated templates 2023-06-14 13:24:08 -03:00
pre_annotate_pcb.py
pre_annotate_power.py
pre_any_replace.py
pre_base.py
pre_check_zone_fills.py
pre_erc_warnings.py
pre_fill_zones.py
pre_filters.py
pre_ignore_unconnected.py
pre_pcb_replace.py
pre_run_drc.py
pre_run_erc.py
pre_sch_replace.py
pre_set_text_variables.py [DOCs][Added] backticks to text replacement variables 2023-11-15 13:39:54 -03:00
pre_update_qr.py
pre_update_xml.py [Update XML][Fixed] Error when using "Exclude from BoM" (KiCad 6) 2023-08-30 09:22:01 -03:00
registrable.py
var_base.py [Sub PCBs][Fixed] Using annotation method 2023-10-02 10:05:33 -03:00
var_ibom.py
var_kibom.py
var_kicost.py