From f46178d270d48ff3207ea50883a1aeeac10a8186 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Fri, 29 Sep 2023 12:30:38 -0400 Subject: [PATCH] Minor changes to KiBot configuration --- kibot/boards.kibot.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kibot/boards.kibot.yaml b/kibot/boards.kibot.yaml index d53cc53..c705873 100644 --- a/kibot/boards.kibot.yaml +++ b/kibot/boards.kibot.yaml @@ -5,11 +5,10 @@ kibot: version: 1 preflight: - run_erc: false - update_xml: false - run_drc: false - check_zone_fills: true - ignore_unconnected: false + run_erc: false # There are no sch files generated by Ergogen + run_drc: false # Keeping it off for the moment, too many errors due to footprints + check_zone_fills: false # There are no zones to fill + ignore_unconnected: false # Auto-routing doesn't always connect all traces outputs: - name: jlcpcb_gerbers @@ -33,8 +32,6 @@ outputs: line_width: 0.1 subtract_mask_from_silk: true layers: - # Note: a more generic approach is to use 'copper' but then the filenames - # are slightly different. - F.Cu - B.Cu - F.SilkS