diff --git a/hardware/kicad_plugins_plugins/bom2csv.xsl b/hardware/kicad_plugins_plugins/bom2csv.xsl new file mode 100644 index 0000000000..f8c17f1b9a --- /dev/null +++ b/hardware/kicad_plugins_plugins/bom2csv.xsl @@ -0,0 +1,90 @@ + + + + + +]> + + + + + + + + + + + Reference, Value, Footprint, Datasheet + + + + , + + + &nl; + + + + + + + + , + , + , + + + &nl; + + + + + + + + + + + + , + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hardware/kicad_plugins_plugins/bom2groupedCsv.xsl b/hardware/kicad_plugins_plugins/bom2groupedCsv.xsl new file mode 100644 index 0000000000..9a1f439cc1 --- /dev/null +++ b/hardware/kicad_plugins_plugins/bom2groupedCsv.xsl @@ -0,0 +1,91 @@ + + + +]> + + + + + + + + + + + + + + Reference, Quantity, Value, Footprint, Datasheet + + + + , + + + + + + + + + + + + &nl; + + + + + , + + , + , + , + + + + + + + + + + + + + + + , + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hardware/kicad_plugins_plugins/readme.md b/hardware/kicad_plugins_plugins/readme.md new file mode 100644 index 0000000000..27ae69886a --- /dev/null +++ b/hardware/kicad_plugins_plugins/readme.md @@ -0,0 +1,5 @@ + +bom2csv.xsl +bom2groupedCsv.xsl + Originally posted at https://kicad-info.s3.amazonaws.com/3929625ac5cd971344cc17cda0c3877a3981d489907.zip + See https://rusefi.com/forum/viewtopic.php?f=13&t=802&p=31415#p17519 for more information \ No newline at end of file