v0.6.0
github-actions
released this
18 Aug 19:06
·
0 commits
to 96246a8e25131bdb9636b07def2466d4e4677cca
since this release
Added
- Internal BoM generator, based on KiBoM code.
This generator doesn't need the netlist, works directly from the SCH.
It features enhanced HTML and XLSX outputs, in addition to the CSV, TSV, TXT
and XML traditional outputs. - Support for full KiBoM configuration from the YAML
- Added output to print to an SVG file.
- Added default output file name pattern. Can be applied to all outputs.
- Unified output name:
pdf_pcb_print.output
can be used instead ofpdf_pcb_print.output_name
gerber.gerber_job_file
option to control the gerber job file name.output
option to control the file name to all plot output formats.drill
,drill.map
andposition
file names can be configured.- Output file names supports expansion of various interesting values (base
name, sheet title, revision, etc.).
- The filters now accept the following aliases (suggested by @leoheck):
filter_msg
->filter
error_number
->number
regexp
->regex
Changed
- Default file names for:
- pdf_pcb_print: includes the used layers
- drill maps: uses drill instead of drl
- drill: uses drill instead of drl, used in gbr and drl.
- position: no -pos in CSVs
- step: adds -3D
- pdf_sch_print: adds -schematic
- IBoM: contains the project name.