Forced files to end in a single new line
This commit is contained in:
parent
3047ab3031
commit
aa48cc3187
|
|
@ -452,4 +452,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Pick & place position
|
||||
- Debian package
|
||||
- Gerber job generation
|
||||
|
||||
|
|
|
|||
|
|
@ -68,6 +68,3 @@ clean:
|
|||
@-rm -f $(TEXFILE).aux $(TEXFILE).ps $(TEXFILE).bbl $(TEXFILE).blg 2>/dev/null
|
||||
@-rm -f $(TEXFILE).lof $(TEXFILE).idx $(TEXFILE).ind $(TEXFILE).ilg 2>/dev/null
|
||||
@-rm -f .firstrun 2>/dev/null
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -262,4 +262,3 @@ and a list of component remappings. In this case 'PcbDraw 2' wants to use the sa
|
|||
So we use an anchor in the first options list (`&pcb_draw_ops`) and then we copy the data with `<<: *pcb_draw_ops`.
|
||||
The good thing is that we can overwrite options. Here we choose another `style` (ridiculous example), the bottom side
|
||||
(good example), a different list of components to show and we eliminate the `remap` dict.
|
||||
|
||||
|
|
|
|||
|
|
@ -57,4 +57,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: Elecrow_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: Elecrow_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -57,4 +57,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: FusionPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -66,4 +66,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: JLCPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: JLCPCB_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -70,4 +70,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: P-Ban_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -67,4 +67,3 @@ outputs:
|
|||
dest: /
|
||||
- from_output: PCBWay_drill
|
||||
dest: /
|
||||
|
||||
|
|
|
|||
|
|
@ -157,4 +157,3 @@ outputs:
|
|||
comment: "STEP 3D model"
|
||||
type: step
|
||||
dir: 3D
|
||||
|
||||
|
|
|
|||
|
|
@ -163,5 +163,3 @@ outputs:
|
|||
units: millimeters # millimeters or inches
|
||||
separate_files_for_front_and_back: true
|
||||
only_smd: true
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1377,4 +1377,3 @@ outputs:
|
|||
# [string=''] Board variant to apply.
|
||||
# Not fitted components are crossed
|
||||
variant: ''
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ runners to avoid having hundreds of them!
|
|||
|
||||
Bug that should be tested for:
|
||||
|
||||
* https://bugs.launchpad.net/kicad/+bug/1775037
|
||||
* https://bugs.launchpad.net/kicad/+bug/1775037
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
format: CSV # HTML or CSV
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@ outputs:
|
|||
join:
|
||||
- Footprint
|
||||
- Datasheet
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ outputs:
|
|||
format: CSV # HTML or CSV
|
||||
conf:
|
||||
ignore_dnf: true
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ outputs:
|
|||
options:
|
||||
files:
|
||||
- from_output: 'do_test'
|
||||
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ outputs:
|
|||
- source: tests/board_samples/kicad_5/sub-sheet.sch
|
||||
from_cwd: true
|
||||
dest: source
|
||||
|
||||
|
|
|
|||
|
|
@ -45,4 +45,3 @@ outputs:
|
|||
variant: test
|
||||
output: '${manf#}-${VALUE}:/%V.pdf'
|
||||
repeated: true
|
||||
|
||||
|
|
|
|||
|
|
@ -4,5 +4,3 @@ kibot:
|
|||
|
||||
preflight:
|
||||
run_drc: true
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -24,5 +24,3 @@ preflight:
|
|||
- filter_msg: 'Ignore unconnected pad 2 of C4'
|
||||
error: unconnected_items
|
||||
regexp: 'Pad 2 .* of C4'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,5 +8,3 @@ global:
|
|||
|
||||
preflight:
|
||||
run_drc: true
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ kibot:
|
|||
preflight:
|
||||
run_drc: true
|
||||
ignore_unconnected: true
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ outputs:
|
|||
options:
|
||||
use_aux_axis_as_origin: false
|
||||
map: 'pdf'
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ outputs:
|
|||
options:
|
||||
output: ''
|
||||
use_aux_axis_as_origin: false
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,3 @@ outputs:
|
|||
map:
|
||||
output: ''
|
||||
type: 'pdf'
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,3 @@ outputs:
|
|||
options:
|
||||
use_aux_axis_as_origin: false
|
||||
map: 'pdf'
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ outputs:
|
|||
suffix: F_Cu
|
||||
- layer: F.Fab
|
||||
suffix: F_Fab
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ outputs:
|
|||
- name: result
|
||||
comment: Test rar compress
|
||||
type: compress
|
||||
|
||||
|
|
|
|||
|
|
@ -44,4 +44,3 @@ outputs:
|
|||
format: RAR
|
||||
files:
|
||||
- from_output: gerbers
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,3 @@ outputs:
|
|||
output: '%f_%i.%x'
|
||||
|
||||
layers: all
|
||||
|
||||
|
|
|
|||
|
|
@ -44,4 +44,3 @@ outputs:
|
|||
compression: deflated
|
||||
files:
|
||||
- from_output: gerbers
|
||||
|
||||
|
|
|
|||
|
|
@ -35,4 +35,3 @@ outputs:
|
|||
- layer: Inner.5
|
||||
suffix: Signal1
|
||||
description: 'Inner signals 1'
|
||||
|
||||
|
|
|
|||
|
|
@ -44,4 +44,3 @@ outputs:
|
|||
layers: all
|
||||
options:
|
||||
variant: test
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ outputs:
|
|||
suffix: F_Cu
|
||||
- layer: B.SilkS
|
||||
suffix: B_Silks
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ outputs:
|
|||
suffix: F_Cuá
|
||||
- layer: B.SilkS
|
||||
suffix: B_Silks
|
||||
|
||||
|
|
|
|||
|
|
@ -32,4 +32,3 @@ outputs:
|
|||
variants_whitelist: ''
|
||||
variants_blacklist: ''
|
||||
dnp_field: ''
|
||||
|
||||
|
|
|
|||
|
|
@ -32,4 +32,3 @@ outputs:
|
|||
variants_whitelist: 'bla,ble,bli'
|
||||
variants_blacklist: 'blo,blu'
|
||||
dnp_field: 'DNP'
|
||||
|
||||
|
|
|
|||
|
|
@ -32,4 +32,3 @@ outputs:
|
|||
variants_whitelist: 'bla,ble,bli'
|
||||
variants_blacklist: 'blo,blu'
|
||||
dnp_field: 'DNP'
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@ outputs:
|
|||
comment: "Interactive Bill of Materials (HTML)"
|
||||
type: ibom
|
||||
dir: BoM
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ outputs:
|
|||
extends: position
|
||||
options:
|
||||
separate_files_for_front_and_back: false
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ outputs:
|
|||
disable_run_by_default: true
|
||||
options:
|
||||
separate_files_for_front_and_back: false
|
||||
|
||||
|
|
|
|||
|
|
@ -22,4 +22,3 @@ outputs:
|
|||
name: Código Digi-Key
|
||||
- field: Quantity Per PCB
|
||||
name: Cantidad por PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -22,4 +22,3 @@ outputs:
|
|||
name: Código Digi-Key
|
||||
- field: Quantity Per PCB
|
||||
name: Cantidad por PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,3 @@ outputs:
|
|||
name: Código Digi-Key
|
||||
- field: Quantity Per PCB
|
||||
name: Cantidad por PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,3 @@ outputs:
|
|||
name: Código Digi-Key
|
||||
- field: Quantity Per PCB
|
||||
name: Cantidad por PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@ outputs:
|
|||
- value
|
||||
- part
|
||||
- description
|
||||
|
||||
|
|
|
|||
|
|
@ -83,4 +83,3 @@ outputs:
|
|||
output: 'multi.csv'
|
||||
use_alt: true
|
||||
exclude_filter: ['!by prefix', 'empty val']
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ outputs:
|
|||
use_alt: true
|
||||
exclude_filter: ''
|
||||
no_conflict: ['bb']
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@ outputs:
|
|||
options:
|
||||
html:
|
||||
generate_dnf: false
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
ignore_dnf: false
|
||||
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ outputs:
|
|||
- field: digikey#
|
||||
join: ''
|
||||
- Quantity Per PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ outputs:
|
|||
- field: digikey#
|
||||
join: ''
|
||||
- Quantity Per PCB
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_5/merge_3.sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_6/merge_3.kicad_sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_5/merge_3.sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_6/merge_3.kicad_sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_5/merge_3.sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_6/merge_3.kicad_sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_5/merge_3.sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ outputs:
|
|||
- file: tests/board_samples/kicad_6/merge_3.kicad_sch
|
||||
ref_id: 'C:'
|
||||
number: 4
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
group_connectors: false
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@ outputs:
|
|||
- Status
|
||||
- Datasheet
|
||||
- Config
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
ref_separator: ','
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@ outputs:
|
|||
options:
|
||||
columns: ['Row','Description','Part','References','Value','Footprint','Quantity Per PCB','Status','Datasheet','Sheetpath']
|
||||
group_fields: []
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
format: XLSX
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ outputs:
|
|||
format: XLSX
|
||||
xlsx:
|
||||
logo: false
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ outputs:
|
|||
xlsx:
|
||||
title: ''
|
||||
logo: false
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ outputs:
|
|||
xlsx:
|
||||
logo: docs/images/bot.png
|
||||
col_colors: false
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
format: XML
|
||||
|
||||
|
|
|
|||
|
|
@ -61,4 +61,3 @@ outputs:
|
|||
xlsx:
|
||||
digikey_link: 'digikey#'
|
||||
highlight_empty: false
|
||||
|
||||
|
|
|
|||
|
|
@ -139,4 +139,3 @@ outputs:
|
|||
xlsx:
|
||||
digikey_link: 'digikey#'
|
||||
highlight_empty: false
|
||||
|
||||
|
|
|
|||
|
|
@ -65,4 +65,3 @@ outputs:
|
|||
xlsx:
|
||||
digikey_link: 'digikey#'
|
||||
highlight_empty: false
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
use_alt: true
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ outputs:
|
|||
use_alt: true
|
||||
ref_separator: ;
|
||||
merge_blank_fields: false
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
variant: 'test multi'
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,3 @@ outputs:
|
|||
- Description
|
||||
- Manufacturer
|
||||
- Manufacturer Part Number
|
||||
|
||||
|
|
|
|||
|
|
@ -53,4 +53,3 @@ outputs:
|
|||
- Description
|
||||
- Manufacturer
|
||||
- Manufacturer Part Number
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ outputs:
|
|||
dir: BoM
|
||||
options:
|
||||
variant: dummy2
|
||||
|
||||
|
|
|
|||
|
|
@ -64,4 +64,3 @@ outputs:
|
|||
join:
|
||||
- Footprint
|
||||
- Footprint Lib
|
||||
|
||||
|
|
|
|||
|
|
@ -120,4 +120,3 @@ outputs:
|
|||
- from_output: 'drill'
|
||||
- source: '*'
|
||||
dest: AnotherCopy
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ outputs:
|
|||
- L_G1
|
||||
- L_B1
|
||||
remap:
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,3 @@ outputs:
|
|||
format: jpg
|
||||
show_components: none
|
||||
warnings: none
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ outputs:
|
|||
options:
|
||||
variant: default
|
||||
format: png
|
||||
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ outputs:
|
|||
# This isn't a good idea, but works
|
||||
show_components:
|
||||
- 'C1'
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ outputs:
|
|||
layers: [ F.Fab, B.Fab ]
|
||||
options:
|
||||
variant: default
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,3 @@ outputs:
|
|||
layers:
|
||||
- layer: B.Cu
|
||||
suffix: B_Cu
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@ kibot:
|
|||
|
||||
preflight:
|
||||
run_erc: true
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ outputs:
|
|||
layers:
|
||||
- layer: F.Cu
|
||||
- layer: F.SilkS
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,3 @@ outputs:
|
|||
layers:
|
||||
- layer: F.Cu
|
||||
- layer: F.SilkS
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ outputs:
|
|||
scaling: 0
|
||||
layers:
|
||||
- layer: B.Cu
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: .
|
||||
options:
|
||||
output: Schematic.pdf
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ outputs:
|
|||
dir: .
|
||||
options:
|
||||
output: Schematic.svg
|
||||
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@ outputs:
|
|||
type: render_3d
|
||||
options:
|
||||
variant: default
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@ outputs:
|
|||
output_id: _simple
|
||||
options:
|
||||
template: simple
|
||||
|
||||
|
|
|
|||
|
|
@ -38,4 +38,3 @@ outputs:
|
|||
suffix: F_SilkS
|
||||
- layer: Dwgs.User
|
||||
suffix: Dwgs
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ variants:
|
|||
type: kibom
|
||||
variant: rotated
|
||||
pre_transform: _rot_footprint
|
||||
|
||||
|
|
|
|||
|
|
@ -21,4 +21,3 @@ outputs:
|
|||
type: step
|
||||
options:
|
||||
variant: default
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ outputs:
|
|||
suffix: F_Cu
|
||||
- layer: F.Fab
|
||||
suffix: F_Fab
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue