Thingiverse
through hole tactile switch
by 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
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
Sign in to leave a comment
Sign in