Thingiverse
through hole tactile switch
von txoof
18
Downloads
10
Likes
0
Makes
Through hole tactile switch based on CTS 222A tactile switch
http://www.mouser.com/ds/2/96/222A-531986.pdf
This object is intended to be imported into other projects:
```
use
switchLocations = [[0, 0, 0], [0, 5, 0], [5, 5, 0]];
for (i = switchLocations) {
translate(i)
tactileSwitch(center = false, locate = false);
}
```
center = true will center around the volume of the switch base
center = false will place the bottom of the switch at the origin
locate = true adds a spear to make locating the switch easier when using it in models
Updates can be found at GitHub:
https://github.com/txoof/OpenSCAD_electronics
http://www.mouser.com/ds/2/96/222A-531986.pdf
This object is intended to be imported into other projects:
```
use
switchLocations = [[0, 0, 0], [0, 5, 0], [5, 5, 0]];
for (i = switchLocations) {
translate(i)
tactileSwitch(center = false, locate = false);
}
```
center = true will center around the volume of the switch base
center = false will place the bottom of the switch at the origin
locate = true adds a spear to make locating the switch easier when using it in models
Updates can be found at GitHub:
https://github.com/txoof/OpenSCAD_electronics
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!