├── LICENSE.txt ├── README.md ├── gerbers ├── ggsnd.zip └── readme.md └── images ├── bottom.png ├── readme.md └── top.png /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arananet/ggsnd/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arananet/ggsnd/HEAD/README.md -------------------------------------------------------------------------------- /gerbers/ggsnd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arananet/ggsnd/HEAD/gerbers/ggsnd.zip -------------------------------------------------------------------------------- /gerbers/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arananet/ggsnd/HEAD/images/bottom.png -------------------------------------------------------------------------------- /images/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arananet/ggsnd/HEAD/images/top.png --------------------------------------------------------------------------------