Skip to content

Commit

Permalink
Improve gerber
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed May 9, 2021
1 parent bb4722a commit 3c66e92
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,7 @@ outputs:
options:
# [boolean=true] Creates a file with information about all the generated gerbers.
# You can use it in gerbview to load all gerbers at once
create_gerber_job_file: true
# [list(dict)] A list of customized reports for the manufacturer
custom_reports:
# [string=''] Content for the report. Use ${basename} for the project name without extension.
# Use ${filename(LAYER)} for the file corresponding to LAYER
- content: ''
# [string='Custom_report.txt'] File name for the custom report
output: 'Custom_report.txt'
create_gerber_job_file: false
# [boolean=false] Disable aperture macros (workaround for buggy CAM software) (KiCad 6)
disable_aperture_macros: false
# [string|list(string)=''] Name of the filter to mark components as not fitted.
Expand Down Expand Up @@ -283,15 +276,16 @@ outputs:
use_protel_extensions: false
# [string=''] Board variant to apply
variant: ''
layers: all

- name: 'Gerber drills'
comment: 'Gerber drill files'
type: 'gerb_drill'
dir: 'docs/gerber'
options:
use_aux_axis_as_origin: true
output: '%f-%i.%x'
layers:
- layer: F.Cu
- layer: F.Mask
- layer: F.SilkS
- layer: F.Paste
- layer: B.Cu
- layer: B.Mask
- layer: B.SilkS
- layer: B.Paste
- layer: Edge.Cuts

- name: 'Excellon drills'
comment: 'Excellon drill files'
Expand Down

0 comments on commit 3c66e92

Please sign in to comment.