To GitLab

This commit is contained in:
Rich Holmes 2023-09-02 16:47:50 -04:00
parent 0c682bad95
commit a295bd7152
2 changed files with 7 additions and 5 deletions

View file

@ -7531,7 +7531,7 @@
(gr_text "-" (at 99.06 33.02 180) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-000060998eda) (gr_text "-" (at 99.06 33.02 180) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-000060998eda)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror)) (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
) )
(gr_text "Circuit design by Kassutronics\nMods and PCB by Rich Holmes\nApril 2021\nhttps://github.com/holmesrichards/precadsr" (at 89.789 78.38 90) (layer "B.SilkS") (tstamp 172f156a-1caf-4345-a91d-6eda32c95ca4) (gr_text "Circuit design by Kassutronics\nMods and PCB by Rich Holmes\nApril 2021\nhttps://gitlab.com/rsholmes/precadsr" (at 89.789 78.38 90) (layer "B.SilkS") (tstamp 172f156a-1caf-4345-a91d-6eda32c95ca4)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror)) (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
) )
(gr_text "PUSH BTN" (at 126.873 41.91 90) (layer "B.SilkS") (tstamp 8a2cbb62-06f0-46b7-898d-f8bc10df2521) (gr_text "PUSH BTN" (at 126.873 41.91 90) (layer "B.SilkS") (tstamp 8a2cbb62-06f0-46b7-898d-f8bc10df2521)
@ -23192,3 +23192,4 @@
) )
) )
) )

View file

@ -29,16 +29,16 @@ The present design adds the following features:
* [Build notes](Docs/build.md) * [Build notes](Docs/build.md)
* [How to use](Docs/use.md) * [How to use](Docs/use.md)
## GitHub repository ## Git repository
* [https://github.com/holmesrichards/precadsr](https://github.com/holmesrichards/precadsr) * [https://gitlab.com/rsholmes/precadsr](https://gitlab.com/rsholmes/precadsr)
## Submodules ## Submodules
This repo uses submodules aoKicad and Kosmo_panel, which provide needed libaries for KiCad. To clone: This repo uses submodules aoKicad and Kosmo_panel, which provide needed libaries for KiCad. To clone:
``` ```
git clone git@github.com:holmesrichards/precadsr.git git clone git@gitlab.com:rsholmes/precadsr.git
git submodule init git submodule init
git submodule update git submodule update
``` ```
@ -46,7 +46,7 @@ git submodule update
Alternatively do Alternatively do
``` ```
git clone --recurse-submodules git@github.com:holmesrichards/precadsr.git git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git
``` ```
Or if you download the repository as a zip file, you must also click on the "aoKicad" and "Kosmo\_panel" links on the GitHub page (they'll have "@ something" after them) and download them as separate zip files which you can unzip into the aoKicad and Kosmo\_panel directories. Or if you download the repository as a zip file, you must also click on the "aoKicad" and "Kosmo\_panel" links on the GitHub page (they'll have "@ something" after them) and download them as separate zip files which you can unzip into the aoKicad and Kosmo\_panel directories.
@ -62,3 +62,4 @@ and footprint libraries
aoKicad/ao_tht aoKicad/ao_tht
Kosmo_panel/Kosmo_panel. Kosmo_panel/Kosmo_panel.
``` ```