Browse Source

add links to gerbers in docs

Thomas Buck 1 month ago
parent
commit
014ea64a18
5 changed files with 16 additions and 0 deletions
  1. 8
    0
      docs/generate_docs.sh
  2. 2
    0
      docs/src/pcb1.md
  3. 2
    0
      docs/src/pcb1_pcb.md
  4. 2
    0
      docs/src/pcb2.md
  5. 2
    0
      docs/src/pcb2_pcb.md

+ 8
- 0
docs/generate_docs.sh View File

35
     echo "Generating plots"
35
     echo "Generating plots"
36
     ../pcb/generate_plot.sh
36
     ../pcb/generate_plot.sh
37
     echo
37
     echo
38
+    echo "Generating fab"
39
+    ../pcb/generate_fab.sh
40
+    echo
38
 
41
 
39
     echo "Generating plots 2"
42
     echo "Generating plots 2"
40
     ../pcb2/generate_plot.sh
43
     ../pcb2/generate_plot.sh
41
     echo
44
     echo
45
+    echo "Generating fab 2"
46
+    ../pcb2/generate_fab.sh
47
+    echo
42
 
48
 
43
     echo "Generating stls"
49
     echo "Generating stls"
44
     ../3dprint/generate_stls.sh
50
     ../3dprint/generate_stls.sh
48
 rm -rf src/plot
54
 rm -rf src/plot
49
 cp -r ../pcb/plot src
55
 cp -r ../pcb/plot src
50
 cp -r ../pcb2/plot/* src/plot/
56
 cp -r ../pcb2/plot/* src/plot/
57
+cp ../pcb/fab.zip src/plot/fab_pcb.zip
58
+cp ../pcb2/fab.zip src/plot/fab_pcb2.zip
51
 
59
 
52
 rm -rf src/stl
60
 rm -rf src/stl
53
 cp -r ../3dprint/stl src
61
 cp -r ../3dprint/stl src

+ 2
- 0
docs/src/pcb1.md View File

5
 
5
 
6
 [![hand etching prototype pcb](https://www.xythobuz.de/img/lars_13_small.jpg)](https://www.xythobuz.de/img/lars_13.jpg)
6
 [![hand etching prototype pcb](https://www.xythobuz.de/img/lars_13_small.jpg)](https://www.xythobuz.de/img/lars_13.jpg)
7
 [![assembled prototype](https://www.xythobuz.de/img/lars_10_small.jpg)](https://www.xythobuz.de/img/lars_10.jpg)
7
 [![assembled prototype](https://www.xythobuz.de/img/lars_10_small.jpg)](https://www.xythobuz.de/img/lars_10.jpg)
8
+
9
+You can also [download the Gerber files to order PCBs online](./plot/fab_pcb.zip).

+ 2
- 0
docs/src/pcb1_pcb.md View File

2
 
2
 
3
 This page shows the current version of the PCB layout as SVG graphics.
3
 This page shows the current version of the PCB layout as SVG graphics.
4
 
4
 
5
+You can [download the Gerber files to order PCBs online](./plot/fab_pcb.zip).
6
+
5
 ## 2D PCB Layout
7
 ## 2D PCB Layout
6
 
8
 
7
 You can also view the [2D PCB layout as PDF](./plot/drumkit.kicad_pcb.pdf).
9
 You can also view the [2D PCB layout as PDF](./plot/drumkit.kicad_pcb.pdf).

+ 2
- 0
docs/src/pcb2.md View File

1
 # LARS V2
1
 # LARS V2
2
 
2
 
3
 **TODO** this is a work in progress
3
 **TODO** this is a work in progress
4
+
5
+You can [download the Gerber files to order PCBs online](./plot/fab_pcb2.zip).

+ 2
- 0
docs/src/pcb2_pcb.md View File

2
 
2
 
3
 This page shows the current version of the PCB layout as SVG graphics.
3
 This page shows the current version of the PCB layout as SVG graphics.
4
 
4
 
5
+You can [download the Gerber files to order PCBs online](./plot/fab_pcb2.zip).
6
+
5
 ## 2D PCB Layout
7
 ## 2D PCB Layout
6
 
8
 
7
 You can also view the [2D PCB layout as PDF](./plot/lars2.kicad_pcb.pdf).
9
 You can also view the [2D PCB layout as PDF](./plot/lars2.kicad_pcb.pdf).

Loading…
Cancel
Save