KiBot/kibot
Salvador E. Tropea d01943ed87 Added support for 3D models aliases
- Also a global option to define them in the KiBot configuration

Related to #261
2022-09-14 09:38:47 -03:00
..
PyPDF2
bom
config_templates
images
kicad Added support for 3D models aliases 2022-09-14 09:38:47 -03:00
kicad_colors
kicad_layouts
mcpyrate
report_templates [PCB Variant] Implemented the 3D filtering 2022-09-09 08:57:05 -03:00
svgutils
__init__.py Bumped version to 1.3.0 2022-09-08 09:05:59 -03:00
__main__.py [Fixed] --define wasn't allowed for --list 2022-09-14 06:45:17 -03:00
config_reader.py Added some basic preprocessing 2022-09-13 13:31:25 -03:00
create_pdf.py [PCB Print] Changed the conversion strategy 2022-09-07 08:40:18 -03:00
dep_downloader.py
docopt.py
drill_marks.py
error.py
fil_base.py
fil_expand_text_vars.py
fil_field_rename.py
fil_generic.py
fil_rot_footprint.py
fil_subparts.py
fil_var_rename.py
fil_var_rename_kicost.py
globals.py Added support for 3D models aliases 2022-09-14 09:38:47 -03:00
gs.py Environment and text variables now can be used as 3D model aliases. 2022-09-14 07:30:13 -03:00
kiplot.py Added support for changing text variables with variants 2022-09-12 13:35:40 -03:00
layer.py
log.py [Tests] Make the logger tollerant to wrong init sequence 2022-09-07 14:05:02 -03:00
macros.py
misc.py Added support for 3D models aliases 2022-09-14 09:38:47 -03:00
optionable.py [Globals] Added options to control which stuff is changed on PCB variants 2022-09-13 10:44:07 -03:00
out_any_drill.py
out_any_layer.py Added support for changing text variables with variants 2022-09-12 13:35:40 -03:00
out_any_pcb_print.py [Globals] Added options to control which stuff is changed on PCB variants 2022-09-13 10:44:07 -03:00
out_any_sch_print.py
out_base.py [Globals] Added options to control which stuff is changed on PCB variants 2022-09-13 10:44:07 -03:00
out_base_3d.py Added support for 3D models aliases 2022-09-14 09:38:47 -03:00
out_boardview.py
out_bom.py [Fixed][BoM] CSV detection 2022-09-13 11:01:57 -03:00
out_compress.py [Compress] Added option to store symlinks. 2022-08-31 13:36:20 -03:00
out_copy_files.py New output copy_files 2022-09-12 10:39:44 -03:00
out_diff.py [Fixed][Diff] Link name for git diffs 2022-09-09 13:30:27 -03:00
out_download_datasheets.py
out_dxf.py [DOCs] Added note about DXF output and dimensions 2022-09-07 09:01:55 -03:00
out_excellon.py
out_gencad.py
out_gerb_drill.py
out_gerber.py
out_hpgl.py
out_ibom.py
out_info.py [Info] Added environment vars, KiBot paths and KiAuto info. 2022-09-07 12:45:56 -03:00
out_kibom.py
out_kicost.py
out_navigate_results.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_netlist.py [Netlist] Problems to compress 2022-09-09 06:51:38 -03:00
out_pcb_print.py [Globals] Added options to control which stuff is changed on PCB variants 2022-09-13 10:44:07 -03:00
out_pcb_variant.py [Globals] Added options to control which stuff is changed on PCB variants 2022-09-13 10:44:07 -03:00
out_pcbdraw.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_pdf.py
out_pdf_pcb_print.py
out_pdf_sch_print.py
out_pdfunite.py
out_position.py
out_ps.py
out_qr_lib.py [QR_Lib][Fixed] Problems when moving the footprint to the bottom. 2022-09-01 10:29:28 -03:00
out_render_3d.py [Render 3D] Added options to control render aspects 2022-09-12 08:25:32 -03:00
out_report.py [Report] Added support for Eurocircuits drill adjust to fix small OARs. 2022-09-08 11:37:58 -03:00
out_sch_variant.py [SCH Variant] Added option to change the title 2022-09-09 12:51:51 -03:00
out_step.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_svg.py
out_svg_pcb_print.py
out_svg_sch_print.py
pre_annotate_pcb.py
pre_annotate_power.py
pre_any_replace.py
pre_base.py Added support for changing text variables with variants 2022-09-12 13:35:40 -03:00
pre_check_zone_fills.py
pre_erc_warnings.py
pre_fill_zones.py [DRC] Another workaround for KiCad lack of exclusions support in Python 2022-08-17 13:33:57 -03:00
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 [Fixed] Avoid reloading the project is none loaded 2022-09-05 10:30:29 -03:00
pre_update_qr.py
pre_update_xml.py
registrable.py
var_base.py
var_ibom.py
var_kibom.py
var_kicost.py