From d8e735542a4d1df4f7a1963f12b085e41a11fb41 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 13 Feb 2023 11:23:30 -0300 Subject: [PATCH] Added the missing references for KiCad 7 --- tests/reference/7_0_0/KiCost | 1 + tests/reference/7_0_0/PCB_Bot.pdf | 1 + tests/reference/7_0_0/PCB_Bot_def.pdf | 1 + .../7_0_0/batteryPack-top_connector.svg | 1 + tests/reference/7_0_0/bom-F_Cu+F_SilkS.pdf | 1 + tests/reference/7_0_0/bom-F_Cu+F_SilkS.svg | 1 + .../7_0_0/bom_portrait-F_Cu+F_SilkS.svg | 1 + tests/reference/7_0_0/circle_edge-report.txt | 1 + tests/reference/7_0_0/comp_edge-report.txt | 1 + tests/reference/7_0_0/deeper.kicad_sch | 1 + tests/reference/7_0_0/gencad-gencad.cad | 1 + tests/reference/7_0_0/glasgow-boardview.brd | 1 + .../7_0_0/kibom-variant_3-top-C1.png | 1 + tests/reference/7_0_0/kibom-variant_3-top.png | 1 + .../7_0_0/kibom-variant_3_txt-3D_top.png | 1 + .../7_0_0/kibom-variant_3_txt-F_Fab.pdf | 1 + .../reference/7_0_0/kibom-variant_4-B_Fab.pdf | 1 + .../reference/7_0_0/kibom-variant_4-F_Fab.pdf | 1 + .../7_0_0/light_control-diff_pcb.pdf | 1 + .../7_0_0/light_control-diff_sch.pdf | 1 + .../7_0_0/light_control-only_new.pdf | 1 + .../reference/7_0_0/light_control-report.txt | 139 ++++++++++++++++++ .../7_0_0/light_control-report.txt_2 | 139 ++++++++++++++++++ .../7_0_0/light_control-report_simple.txt | 1 + tests/reference/7_0_0/light_control.XYRS | 1 + .../reference/7_0_0/light_control_bom_jlc.csv | 1 + .../reference/7_0_0/light_control_cpl_jlc.csv | 1 + .../7_0_0/light_control_cpl_jlc_aux.csv | 1 + .../7_0_0/light_control_cpl_jlc_nc.csv | 1 + .../7_0_0/light_control_diff-diff_sch.pdf | 1 + .../print_multizone-assembly_page_01.png | 1 + .../print_multizone-assembly_page_02.png | 1 + tests/reference/7_0_0/sub-sheet.kicad_sch | 1 + tests/reference/7_0_0/subparts-bom.csv | 1 + .../7_0_0/test_v5-schematic_(no_L).pdf | 1 + .../7_0_0/test_v5-schematic_(no_L).svg | 1 + tests/reference/7_0_0/test_v5.kicad_sch | 1 + .../7_0_0/test_v5_wks-schematic_(no_L).pdf | 1 + 38 files changed, 314 insertions(+) create mode 120000 tests/reference/7_0_0/KiCost create mode 120000 tests/reference/7_0_0/PCB_Bot.pdf create mode 120000 tests/reference/7_0_0/PCB_Bot_def.pdf create mode 120000 tests/reference/7_0_0/batteryPack-top_connector.svg create mode 120000 tests/reference/7_0_0/bom-F_Cu+F_SilkS.pdf create mode 120000 tests/reference/7_0_0/bom-F_Cu+F_SilkS.svg create mode 120000 tests/reference/7_0_0/bom_portrait-F_Cu+F_SilkS.svg create mode 120000 tests/reference/7_0_0/circle_edge-report.txt create mode 120000 tests/reference/7_0_0/comp_edge-report.txt create mode 120000 tests/reference/7_0_0/deeper.kicad_sch create mode 120000 tests/reference/7_0_0/gencad-gencad.cad create mode 120000 tests/reference/7_0_0/glasgow-boardview.brd create mode 120000 tests/reference/7_0_0/kibom-variant_3-top-C1.png create mode 120000 tests/reference/7_0_0/kibom-variant_3-top.png create mode 120000 tests/reference/7_0_0/kibom-variant_3_txt-3D_top.png create mode 120000 tests/reference/7_0_0/kibom-variant_3_txt-F_Fab.pdf create mode 120000 tests/reference/7_0_0/kibom-variant_4-B_Fab.pdf create mode 120000 tests/reference/7_0_0/kibom-variant_4-F_Fab.pdf create mode 120000 tests/reference/7_0_0/light_control-diff_pcb.pdf create mode 120000 tests/reference/7_0_0/light_control-diff_sch.pdf create mode 120000 tests/reference/7_0_0/light_control-only_new.pdf create mode 100644 tests/reference/7_0_0/light_control-report.txt create mode 100644 tests/reference/7_0_0/light_control-report.txt_2 create mode 120000 tests/reference/7_0_0/light_control-report_simple.txt create mode 120000 tests/reference/7_0_0/light_control.XYRS create mode 120000 tests/reference/7_0_0/light_control_bom_jlc.csv create mode 120000 tests/reference/7_0_0/light_control_cpl_jlc.csv create mode 120000 tests/reference/7_0_0/light_control_cpl_jlc_aux.csv create mode 120000 tests/reference/7_0_0/light_control_cpl_jlc_nc.csv create mode 120000 tests/reference/7_0_0/light_control_diff-diff_sch.pdf create mode 120000 tests/reference/7_0_0/print_multizone-assembly_page_01.png create mode 120000 tests/reference/7_0_0/print_multizone-assembly_page_02.png create mode 120000 tests/reference/7_0_0/sub-sheet.kicad_sch create mode 120000 tests/reference/7_0_0/subparts-bom.csv create mode 120000 tests/reference/7_0_0/test_v5-schematic_(no_L).pdf create mode 120000 tests/reference/7_0_0/test_v5-schematic_(no_L).svg create mode 120000 tests/reference/7_0_0/test_v5.kicad_sch create mode 120000 tests/reference/7_0_0/test_v5_wks-schematic_(no_L).pdf diff --git a/tests/reference/7_0_0/KiCost b/tests/reference/7_0_0/KiCost new file mode 120000 index 00000000..b4fc8020 --- /dev/null +++ b/tests/reference/7_0_0/KiCost @@ -0,0 +1 @@ +../6_0_8/KiCost \ No newline at end of file diff --git a/tests/reference/7_0_0/PCB_Bot.pdf b/tests/reference/7_0_0/PCB_Bot.pdf new file mode 120000 index 00000000..03795c69 --- /dev/null +++ b/tests/reference/7_0_0/PCB_Bot.pdf @@ -0,0 +1 @@ +../6_0_8/PCB_Bot.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/PCB_Bot_def.pdf b/tests/reference/7_0_0/PCB_Bot_def.pdf new file mode 120000 index 00000000..67939223 --- /dev/null +++ b/tests/reference/7_0_0/PCB_Bot_def.pdf @@ -0,0 +1 @@ +../6_0_8/PCB_Bot_def.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/batteryPack-top_connector.svg b/tests/reference/7_0_0/batteryPack-top_connector.svg new file mode 120000 index 00000000..e4622d83 --- /dev/null +++ b/tests/reference/7_0_0/batteryPack-top_connector.svg @@ -0,0 +1 @@ +../6_0_8/batteryPack-top_connector.svg \ No newline at end of file diff --git a/tests/reference/7_0_0/bom-F_Cu+F_SilkS.pdf b/tests/reference/7_0_0/bom-F_Cu+F_SilkS.pdf new file mode 120000 index 00000000..df76c752 --- /dev/null +++ b/tests/reference/7_0_0/bom-F_Cu+F_SilkS.pdf @@ -0,0 +1 @@ +../6_0_8/bom-F_Cu+F_SilkS.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/bom-F_Cu+F_SilkS.svg b/tests/reference/7_0_0/bom-F_Cu+F_SilkS.svg new file mode 120000 index 00000000..758e8d1e --- /dev/null +++ b/tests/reference/7_0_0/bom-F_Cu+F_SilkS.svg @@ -0,0 +1 @@ +../6_0_8/bom-F_Cu+F_SilkS.svg \ No newline at end of file diff --git a/tests/reference/7_0_0/bom_portrait-F_Cu+F_SilkS.svg b/tests/reference/7_0_0/bom_portrait-F_Cu+F_SilkS.svg new file mode 120000 index 00000000..2e7b5d1a --- /dev/null +++ b/tests/reference/7_0_0/bom_portrait-F_Cu+F_SilkS.svg @@ -0,0 +1 @@ +../6_0_8/bom_portrait-F_Cu+F_SilkS.svg \ No newline at end of file diff --git a/tests/reference/7_0_0/circle_edge-report.txt b/tests/reference/7_0_0/circle_edge-report.txt new file mode 120000 index 00000000..a3dcdafb --- /dev/null +++ b/tests/reference/7_0_0/circle_edge-report.txt @@ -0,0 +1 @@ +../6_0_8/circle_edge-report.txt \ No newline at end of file diff --git a/tests/reference/7_0_0/comp_edge-report.txt b/tests/reference/7_0_0/comp_edge-report.txt new file mode 120000 index 00000000..830aea23 --- /dev/null +++ b/tests/reference/7_0_0/comp_edge-report.txt @@ -0,0 +1 @@ +../6_0_8/comp_edge-report.txt \ No newline at end of file diff --git a/tests/reference/7_0_0/deeper.kicad_sch b/tests/reference/7_0_0/deeper.kicad_sch new file mode 120000 index 00000000..2c160d44 --- /dev/null +++ b/tests/reference/7_0_0/deeper.kicad_sch @@ -0,0 +1 @@ +../6_0_8/deeper.kicad_sch \ No newline at end of file diff --git a/tests/reference/7_0_0/gencad-gencad.cad b/tests/reference/7_0_0/gencad-gencad.cad new file mode 120000 index 00000000..3c8c0d33 --- /dev/null +++ b/tests/reference/7_0_0/gencad-gencad.cad @@ -0,0 +1 @@ +../6_0_8/gencad-gencad.cad \ No newline at end of file diff --git a/tests/reference/7_0_0/glasgow-boardview.brd b/tests/reference/7_0_0/glasgow-boardview.brd new file mode 120000 index 00000000..653735a8 --- /dev/null +++ b/tests/reference/7_0_0/glasgow-boardview.brd @@ -0,0 +1 @@ +../6_0_8/glasgow-boardview.brd \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_3-top-C1.png b/tests/reference/7_0_0/kibom-variant_3-top-C1.png new file mode 120000 index 00000000..2c925fe4 --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_3-top-C1.png @@ -0,0 +1 @@ +../6_0_8/kibom-variant_3-top-C1.png \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_3-top.png b/tests/reference/7_0_0/kibom-variant_3-top.png new file mode 120000 index 00000000..f0a6eea7 --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_3-top.png @@ -0,0 +1 @@ +../6_0_8/kibom-variant_3-top.png \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_3_txt-3D_top.png b/tests/reference/7_0_0/kibom-variant_3_txt-3D_top.png new file mode 120000 index 00000000..fa99bd0f --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_3_txt-3D_top.png @@ -0,0 +1 @@ +../6_0_8/kibom-variant_3_txt-3D_top.png \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_3_txt-F_Fab.pdf b/tests/reference/7_0_0/kibom-variant_3_txt-F_Fab.pdf new file mode 120000 index 00000000..f5cd3174 --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_3_txt-F_Fab.pdf @@ -0,0 +1 @@ +../6_0_8/kibom-variant_3_txt-F_Fab.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_4-B_Fab.pdf b/tests/reference/7_0_0/kibom-variant_4-B_Fab.pdf new file mode 120000 index 00000000..e634f3fe --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_4-B_Fab.pdf @@ -0,0 +1 @@ +../6_0_8/kibom-variant_4-B_Fab.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/kibom-variant_4-F_Fab.pdf b/tests/reference/7_0_0/kibom-variant_4-F_Fab.pdf new file mode 120000 index 00000000..5e19389f --- /dev/null +++ b/tests/reference/7_0_0/kibom-variant_4-F_Fab.pdf @@ -0,0 +1 @@ +../6_0_8/kibom-variant_4-F_Fab.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control-diff_pcb.pdf b/tests/reference/7_0_0/light_control-diff_pcb.pdf new file mode 120000 index 00000000..77dd59c5 --- /dev/null +++ b/tests/reference/7_0_0/light_control-diff_pcb.pdf @@ -0,0 +1 @@ +../6_0_8/light_control-diff_pcb.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control-diff_sch.pdf b/tests/reference/7_0_0/light_control-diff_sch.pdf new file mode 120000 index 00000000..e16478cd --- /dev/null +++ b/tests/reference/7_0_0/light_control-diff_sch.pdf @@ -0,0 +1 @@ +../6_0_8/light_control-diff_sch.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control-only_new.pdf b/tests/reference/7_0_0/light_control-only_new.pdf new file mode 120000 index 00000000..450adf1c --- /dev/null +++ b/tests/reference/7_0_0/light_control-only_new.pdf @@ -0,0 +1 @@ +../6_0_8/light_control-only_new.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control-report.txt b/tests/reference/7_0_0/light_control-report.txt new file mode 100644 index 00000000..e10390be --- /dev/null +++ b/tests/reference/7_0_0/light_control-report.txt @@ -0,0 +1,139 @@ +# PCB + +Board size: 59.69x48.26 mm (2.35x1.9 inches) + +- This is the size of the rectangle that contains the board +- Thickness: 1.6 mm (63 mils) +- Material: FR4 / Kapton +- Finish: ENIG +- Layers: 4 +- Copper thickness: 35 µm + +Solder mask: TOP / BOTTOM + +- Color: Top: Blue / Bottom: Red + +Silk screen: TOP / BOTTOM + +- Color: Top: White / Bottom: Black + +Special features: + +- Edge connector: yes, bevelled +- Castellated pads +- Edge plating + +Stackup: + +Impedance controlled: YES + +| Name | Type | Color | Thickness | Material | Epsilon_r | Loss tangent | +|----------------------|----------------------|----------|-----------|-----------------|-----------|--------------| +| F.SilkS | Top Silk Screen | White | | Liquid Photo | | | +| F.Paste | Top Solder Paste | | | | | | +| F.Mask | Top Solder Mask | Blue | 10 | Liquid Ink | 3.3 | 0.000 | +| F.Cu | copper | | 35 | | | | +| dielectric 1 | prepreg | | 480 | FR4 | 4.5 | 0.020 | +| In1.Cu | copper | | 35 | | | | +| dielectric 2 | core | | 480 | FR4 | 4.5 | 0.020 | +| In2.Cu | copper | | 35 | | | | +| dielectric 3 (1/2) | prepreg | | 240 | Kapton | 3.2 | 0.004 | +| dielectric 3 (2/2) | prepreg | | 240 | Kapton | 3.2 | 0.004 | +| B.Cu | copper | | 35 | | | | +| B.Mask | Bottom Solder Mask | Red | 10 | Dry Film | 3.3 | 0.000 | +| B.Paste | Bottom Solder Paste | | | | | | +| B.SilkS | Bottom Silk Screen | Black | | Direct Printing | | | + +# Important sizes + +Clearance: 0.15 mm (6 mils) + +Track width: 0.15 mm (6 mils) + +- By design rules: 0.13 mm (5 mils) + +Drill: 0.35 mm (14 mils) + +- Vias: 0.35 mm (14 mils) [Design: 0.3 mm (12 mils)] +- Pads: 0.7 mm (28 mils) +- The above values are real drill sizes, they add 0.1 mm (4 mils) to plated holes (PTH) + +Via: 0.51/0.25 mm (20/10 mils) + +- By design rules: 0.46/0.2 mm (18/8 mils) +- Micro via: unknown [0.2/0.1 mm (8/4 mils)] +- Burried/blind via: unknown + +Outer Annular Ring: 0.08 mm (3 mils) + +- By design rules: 0.08 mm (3 mils) + +Eurocircuits class: 6D +- Using min drill 0.25 mm for an OAR of 0.13 mm + + +# General stats + +Components count: (SMD/THT) + +- Top: 61/12 (SMD + THT) +- Bottom: 0/0 (NONE) + +Defined tracks: + +- 0.15 mm (6 mils) +- 0.3 mm (12 mils) +- 0.64 mm (25 mils) + +Used tracks: + +- 0.15 mm (6 mils) (276) defined: yes +- 0.3 mm (12 mils) (11) defined: yes +- 0.64 mm (25 mils) (175) defined: yes + +Defined vias: + +- 0.51/0.25 mm (20/10 mils) +- 0.89/0.51 mm (35/20 mils) + +Used vias: + +- 0.51/0.25 mm (20/10 mils) (Count: 23, Aspect: 3.1 A) defined: yes +- 0.89/0.51 mm (35/20 mils) (Count: 33, Aspect: 1.8 A) defined: yes + +Holes (excluding vias): + +- 0.8 mm (31 mils) (4) +- 0.85 mm (33 mils) (2) +- 0.95 mm (37 mils) (3) +- 1.2 mm (47 mils) (20) +- 3.2 mm (126 mils) (4) + +Oval holes: + +- 0.6x1.3 mm (24x51 mils) (2) + +Drill tools (including vias and computing adjusts and rounding): + +- 0.35 mm (14 mils) (23) +- 0.6 mm (24 mils) (33) +- 0.7 mm (28 mils) (2) +- 0.9 mm (35 mils) (4) +- 0.95 mm (37 mils) (2) +- 1.05 mm (41 mils) (3) +- 1.3 mm (51 mils) (20) +- 3.2 mm (126 mils) (4) + + +# Schematic + +![Schematic](Schematic.svg){ width=16.5cm height=11.7cm } + + + +# PCB Layers + +![Top copper and silkscreen](Layers/light_control-assembly-front.pdf){ width=16.5cm height=11.7cm } + +![Bottom copper and silkscreen](Layers/light_control-assembly-bottom.pdf){ width=16.5cm height=11.7cm } + diff --git a/tests/reference/7_0_0/light_control-report.txt_2 b/tests/reference/7_0_0/light_control-report.txt_2 new file mode 100644 index 00000000..775a4621 --- /dev/null +++ b/tests/reference/7_0_0/light_control-report.txt_2 @@ -0,0 +1,139 @@ +# PCB + +Board size: 59.69x48.26 mm (2.35x1.9 inches) + +- This is the size of the rectangle that contains the board +- Thickness: 1.6 mm (63 mils) +- Material: FR4 / Kapton +- Finish: ENIG +- Layers: 4 +- Copper thickness: 35 µm + +Solder mask: TOP / BOTTOM + +- Color: Top: Blue / Bottom: Red + +Silk screen: TOP / BOTTOM + +- Color: Top: White / Bottom: Black + +Special features: + +- Edge connector: yes, bevelled +- Castellated pads +- Edge plating + +Stackup: + +Impedance controlled: YES + +| Name | Type | Color | Thickness | Material | Epsilon_r | Loss tangent | +|----------------------|----------------------|----------|-----------|-----------------|-----------|--------------| +| F.SilkS | Top Silk Screen | White | | Liquid Photo | | | +| F.Paste | Top Solder Paste | | | | | | +| F.Mask | Top Solder Mask | Blue | 10 | Liquid Ink | 3.3 | 0.000 | +| F.Cu | copper | | 35 | | | | +| dielectric 1 | prepreg | | 480 | FR4 | 4.5 | 0.020 | +| In1.Cu | copper | | 35 | | | | +| dielectric 2 | core | | 480 | FR4 | 4.5 | 0.020 | +| In2.Cu | copper | | 35 | | | | +| dielectric 3 (1/2) | prepreg | | 240 | Kapton | 3.2 | 0.004 | +| dielectric 3 (2/2) | prepreg | | 240 | Kapton | 3.2 | 0.004 | +| B.Cu | copper | | 35 | | | | +| B.Mask | Bottom Solder Mask | Red | 10 | Dry Film | 3.3 | 0.000 | +| B.Paste | Bottom Solder Paste | | | | | | +| B.SilkS | Bottom Silk Screen | Black | | Direct Printing | | | + +# Important sizes + +Clearance: 0.15 mm (6 mils) + +Track width: 0.15 mm (6 mils) + +- By design rules: 0.13 mm (5 mils) + +Drill: 0.35 mm (14 mils) + +- Vias: 0.35 mm (14 mils) [Design: 0.3 mm (12 mils)] +- Pads: 0.7 mm (28 mils) +- The above values are real drill sizes, they add 0.1 mm (4 mils) to plated holes (PTH) + +Via: 0.51/0.25 mm (20/10 mils) + +- By design rules: 0.46/0.2 mm (18/8 mils) +- Micro via: unknown [0.2/0.1 mm (8/4 mils)] +- Burried/blind via: unknown + +Outer Annular Ring: 0.08 mm (3 mils) + +- By design rules: 0.08 mm (3 mils) + +Eurocircuits class: 6D +- Using min drill 0.25 mm for an OAR of 0.13 mm + + +# General stats + +Components count: (SMD/THT) + +- Top: 61/12 (SMD + THT) +- Bottom: 0/0 (NONE) + +Defined tracks: + +- 0.15 mm (6 mils) +- 0.3 mm (12 mils) +- 0.64 mm (25 mils) + +Used tracks: + +- 0.15 mm (6 mils) (276) defined: yes +- 0.3 mm (12 mils) (11) defined: yes +- 0.64 mm (25 mils) (175) defined: yes + +Defined vias: + +- 0.51/0.25 mm (20/10 mils) +- 0.89/0.51 mm (35/20 mils) + +Used vias: + +- 0.51/0.25 mm (20/10 mils) (Count: 23, Aspect: 3.1 A) defined: yes +- 0.89/0.51 mm (35/20 mils) (Count: 33, Aspect: 1.8 A) defined: yes + +Holes (excluding vias): + +- 0.8 mm (31 mils) (4) +- 0.85 mm (33 mils) (2) +- 0.95 mm (37 mils) (3) +- 1.2 mm (47 mils) (20) +- 3.2 mm (126 mils) (4) + +Oval holes: + +- 0.6x1.3 mm (24x51 mils) (2) + +Drill tools (including vias and computing adjusts and rounding): + +- 0.35 mm (14 mils) (23) +- 0.6 mm (24 mils) (33) +- 0.7 mm (28 mils) (2) +- 0.9 mm (35 mils) (4) +- 0.95 mm (37 mils) (2) +- 1.05 mm (41 mils) (3) +- 1.3 mm (51 mils) (20) +- 3.2 mm (126 mils) (4) + + +# Schematic + +![Schematic](../Schematic.svg){ width=16.5cm height=11.7cm } + + + +# PCB Layers + +![Top copper and silkscreen](../Layers/light_control-assembly-front.pdf){ width=16.5cm height=11.7cm } + +![Bottom copper and silkscreen](../Layers/light_control-assembly-bottom.pdf){ width=16.5cm height=11.7cm } + diff --git a/tests/reference/7_0_0/light_control-report_simple.txt b/tests/reference/7_0_0/light_control-report_simple.txt new file mode 120000 index 00000000..c3fbf61e --- /dev/null +++ b/tests/reference/7_0_0/light_control-report_simple.txt @@ -0,0 +1 @@ +../6_0_8/light_control-report_simple.txt \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control.XYRS b/tests/reference/7_0_0/light_control.XYRS new file mode 120000 index 00000000..b1fe7e84 --- /dev/null +++ b/tests/reference/7_0_0/light_control.XYRS @@ -0,0 +1 @@ +../6_0_8/light_control.XYRS \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control_bom_jlc.csv b/tests/reference/7_0_0/light_control_bom_jlc.csv new file mode 120000 index 00000000..7ee98dd1 --- /dev/null +++ b/tests/reference/7_0_0/light_control_bom_jlc.csv @@ -0,0 +1 @@ +../6_0_8/light_control_bom_jlc.csv \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control_cpl_jlc.csv b/tests/reference/7_0_0/light_control_cpl_jlc.csv new file mode 120000 index 00000000..fadf8c83 --- /dev/null +++ b/tests/reference/7_0_0/light_control_cpl_jlc.csv @@ -0,0 +1 @@ +../6_0_8/light_control_cpl_jlc.csv \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control_cpl_jlc_aux.csv b/tests/reference/7_0_0/light_control_cpl_jlc_aux.csv new file mode 120000 index 00000000..5235ac2d --- /dev/null +++ b/tests/reference/7_0_0/light_control_cpl_jlc_aux.csv @@ -0,0 +1 @@ +../6_0_8/light_control_cpl_jlc_aux.csv \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control_cpl_jlc_nc.csv b/tests/reference/7_0_0/light_control_cpl_jlc_nc.csv new file mode 120000 index 00000000..c1606b94 --- /dev/null +++ b/tests/reference/7_0_0/light_control_cpl_jlc_nc.csv @@ -0,0 +1 @@ +../6_0_8/light_control_cpl_jlc_nc.csv \ No newline at end of file diff --git a/tests/reference/7_0_0/light_control_diff-diff_sch.pdf b/tests/reference/7_0_0/light_control_diff-diff_sch.pdf new file mode 120000 index 00000000..0a3d3f51 --- /dev/null +++ b/tests/reference/7_0_0/light_control_diff-diff_sch.pdf @@ -0,0 +1 @@ +../6_0_8/light_control_diff-diff_sch.pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/print_multizone-assembly_page_01.png b/tests/reference/7_0_0/print_multizone-assembly_page_01.png new file mode 120000 index 00000000..23aced4d --- /dev/null +++ b/tests/reference/7_0_0/print_multizone-assembly_page_01.png @@ -0,0 +1 @@ +../6_0_8/print_multizone-assembly_page_01.png \ No newline at end of file diff --git a/tests/reference/7_0_0/print_multizone-assembly_page_02.png b/tests/reference/7_0_0/print_multizone-assembly_page_02.png new file mode 120000 index 00000000..764c1529 --- /dev/null +++ b/tests/reference/7_0_0/print_multizone-assembly_page_02.png @@ -0,0 +1 @@ +../6_0_8/print_multizone-assembly_page_02.png \ No newline at end of file diff --git a/tests/reference/7_0_0/sub-sheet.kicad_sch b/tests/reference/7_0_0/sub-sheet.kicad_sch new file mode 120000 index 00000000..cfc14d66 --- /dev/null +++ b/tests/reference/7_0_0/sub-sheet.kicad_sch @@ -0,0 +1 @@ +../6_0_8/sub-sheet.kicad_sch \ No newline at end of file diff --git a/tests/reference/7_0_0/subparts-bom.csv b/tests/reference/7_0_0/subparts-bom.csv new file mode 120000 index 00000000..b8d62213 --- /dev/null +++ b/tests/reference/7_0_0/subparts-bom.csv @@ -0,0 +1 @@ +../6_0_8/subparts-bom.csv \ No newline at end of file diff --git a/tests/reference/7_0_0/test_v5-schematic_(no_L).pdf b/tests/reference/7_0_0/test_v5-schematic_(no_L).pdf new file mode 120000 index 00000000..9395d508 --- /dev/null +++ b/tests/reference/7_0_0/test_v5-schematic_(no_L).pdf @@ -0,0 +1 @@ +../6_0_8/test_v5-schematic_(no_L).pdf \ No newline at end of file diff --git a/tests/reference/7_0_0/test_v5-schematic_(no_L).svg b/tests/reference/7_0_0/test_v5-schematic_(no_L).svg new file mode 120000 index 00000000..6194b3e9 --- /dev/null +++ b/tests/reference/7_0_0/test_v5-schematic_(no_L).svg @@ -0,0 +1 @@ +../6_0_8/test_v5-schematic_(no_L).svg \ No newline at end of file diff --git a/tests/reference/7_0_0/test_v5.kicad_sch b/tests/reference/7_0_0/test_v5.kicad_sch new file mode 120000 index 00000000..f6a52741 --- /dev/null +++ b/tests/reference/7_0_0/test_v5.kicad_sch @@ -0,0 +1 @@ +../6_0_8/test_v5.kicad_sch \ No newline at end of file diff --git a/tests/reference/7_0_0/test_v5_wks-schematic_(no_L).pdf b/tests/reference/7_0_0/test_v5_wks-schematic_(no_L).pdf new file mode 120000 index 00000000..f1db3588 --- /dev/null +++ b/tests/reference/7_0_0/test_v5_wks-schematic_(no_L).pdf @@ -0,0 +1 @@ +../6_0_8/test_v5_wks-schematic_(no_L).pdf \ No newline at end of file