From 8366601963623a694b602d28ca727be5020d6d15 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 24 Dec 2020 16:46:46 +0100 Subject: Export iBOM and schematic --- .gitignore | 7 +- KiCAD-libs | 2 +- pcb/OtterPill.kicad_prl | 10 +- pcb/OtterPill.kicad_pro | 7 +- pcb/OtterPill.pdf | Bin 66098 -> 79301 bytes pcb/bom/ibom.html | 3617 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 3629 insertions(+), 14 deletions(-) create mode 100644 pcb/bom/ibom.html diff --git a/.gitignore b/.gitignore index ee1bc1e..19abdec 100644 --- a/.gitignore +++ b/.gitignore @@ -16,15 +16,10 @@ fp-info-cache *.dsn *.ses -# Exported BOM files -*.xml -*.csv - ### KiCad Patch ### -escue-backup/ +rescue-backup/ *.tsv -bom/ # Gerber export output out/ diff --git a/KiCAD-libs b/KiCAD-libs index f0fc4b1..6326502 160000 --- a/KiCAD-libs +++ b/KiCAD-libs @@ -1 +1 @@ -Subproject commit f0fc4b1219243143b722bb6ae9a1cd757c805d53 +Subproject commit 63265020429ce78dfc09df887e27c70b6b048eda diff --git a/pcb/OtterPill.kicad_prl b/pcb/OtterPill.kicad_prl index 8c439c7..9547250 100644 --- a/pcb/OtterPill.kicad_prl +++ b/pcb/OtterPill.kicad_prl @@ -1,15 +1,15 @@ { "board": { - "active_layer": 36, + "active_layer": 0, "active_layer_preset": "", "hidden_nets": [], - "high_contrast_mode": 1, + "high_contrast_mode": 0, "net_color_mode": 1, "opacity": { "pads": 1.0, "tracks": 1.0, "vias": 1.0, - "zones": 0.6 + "zones": 1.0 }, "ratsnest_display_mode": 0, "selection_filter": { @@ -17,7 +17,7 @@ "footprints": true, "graphics": true, "keepouts": true, - "lockedItems": true, + "lockedItems": false, "otherItems": true, "pads": true, "text": true, @@ -60,7 +60,7 @@ 36, 37 ], - "visible_layers": "000ffff_80000001" + "visible_layers": "fffffff_ffffffff" }, "meta": { "filename": "OtterPill.kicad_prl", diff --git a/pcb/OtterPill.kicad_pro b/pcb/OtterPill.kicad_pro index 9e837dd..59df4be 100644 --- a/pcb/OtterPill.kicad_pro +++ b/pcb/OtterPill.kicad_pro @@ -74,7 +74,6 @@ "invalid_outline": "error", "item_on_disabled_layer": "error", "items_not_allowed": "error", - "keepout": "error", "length_out_of_range": "error", "malformed_courtyard": "error", "microvia_drill_too_small": "error", @@ -95,7 +94,6 @@ "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", - "via_hole_larger_than_pad": "error", "zone_has_empty_net": "error", "zones_intersect": "error" }, @@ -107,6 +105,7 @@ "max_error": 0.005, "min_clearance": 0.0, "min_copper_edge_clearance": 0.01, + "min_hole_clearance": 0.0, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.19999999999999998, "min_microvia_drill": 0.09999999999999999, @@ -152,6 +151,7 @@ "equivalence_files": [] }, "erc": { + "erc_exclusions": [], "meta": { "version": 0 }, @@ -311,6 +311,7 @@ "global_label_dangling": "error", "hier_label_mismatch": "error", "label_dangling": "error", + "lib_symbol_issues": "warning", "multiple_net_names": "error", "net_not_bus_member": "error", "no_connect_connected": "error", @@ -318,6 +319,7 @@ "pin_not_connected": "error", "pin_not_driven": "error", "pin_to_pin": "warning", + "power_pin_not_driven": "error", "similar_labels": "error", "unresolved_variable": "error", "wire_dangling": "error" @@ -397,6 +399,7 @@ "intersheets_ref_short": false, "intersheets_ref_show": false, "intersheets_ref_suffix": "", + "junction_size_choice": 3, "pin_symbol_size": 25.0, "text_offset_ratio": 0.3 }, diff --git a/pcb/OtterPill.pdf b/pcb/OtterPill.pdf index 0442ffa..3b68c65 100644 Binary files a/pcb/OtterPill.pdf and b/pcb/OtterPill.pdf differ diff --git a/pcb/bom/ibom.html b/pcb/bom/ibom.html new file mode 100644 index 0000000..e002d68 --- /dev/null +++ b/pcb/bom/ibom.html @@ -0,0 +1,3617 @@ + + + + + + + Interactive BOM for KiCAD + + + + + + +
+
+
+ +
+ + + +
+
+ + + +
+
+ + + +
+ + +
+
+ + + + + + + + + + + +
+ Title + + Revision +
+ Company + + Date +
+
+
+
+
+
+ + +
+ +
+
+
+ + + + + +
+
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+
+
+
+ + + + -- cgit