KiBot/kibot
Salvador E. Tropea ee69de6e7d Problems with PcbDraw when generating PNG and JPG.
Currently the script uses ImageMagick library. But the SVG conversion
is handled unreliably. ImageMagick has various backends to do it and
some of them don't work. I saw this problem many times, and is now
affecting my system. A more reliable conversion can be achieved using
`rsvg-convert`. Isn't as good as InkScape, but is smaller and works
well.
In the process I'm trimming the extra blank space generated by
PcbDraw when we have objects in layers like "User Drawings" that
extends beyond the PCB size.
I'm also compressing JPGs more aggressively, this makes a real
difference between PNG and JPG outputs. Otherwise the difference
is too small.
2020-08-25 13:16:49 -03:00
..
bom No warnings about malformed value for DNFs 2020-08-25 09:21:55 -03:00
kicad Now extra spaces in user fields are discarded. 2020-08-25 09:12:46 -03:00
mcpy Added copyright to all the MCPY files. 2020-08-19 21:24:52 -03:00
__init__.py Marked sub-packages using __init__.py 2020-08-18 12:08:52 -03:00
__main__.py Bumped version to 0.6.1. 2020-08-20 10:16:05 -03:00
config_reader.py Added comment pre-parsing. 2020-08-25 09:36:59 -03:00
docopt.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
drill_marks.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
gs.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
kiplot.py Added retry to kicad-automation-scripts stuff. 2020-08-19 11:43:10 -03:00
layer.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
log.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
macros.py Better comments, also left the Python 3.7 code and no 3.8. 2020-08-19 20:56:46 -03:00
misc.py More robust behavior when the Python cache interferes. 2020-08-18 21:44:09 -03:00
optionable.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
out_any_drill.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_any_layer.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_base.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
out_bom.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_dxf.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_excellon.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_gerb_drill.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_gerber.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_hpgl.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_ibom.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_kibom.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_pcbdraw.py Problems with PcbDraw when generating PNG and JPG. 2020-08-25 13:16:49 -03:00
out_pdf.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_pdf_pcb_print.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_pdf_sch_print.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_position.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_ps.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_step.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_svg.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
out_svg_sch_print.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -03:00
pre_base.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -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 support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_erc.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_filters.py Modified mcpy to better report the line numbers. 2020-08-19 19:31:46 -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 support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
reg_out.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00