This website requires JavaScript.
Explore
Help
Sign In
arni
/
CruiserBC_Case
Watch
1
Star
0
Fork
You've already forked CruiserBC_Case
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
34d61cb5d4
CruiserBC_Case
/
PololuMiniPushbutton.scad
4 lines
92 B
OpenSCAD
Raw
Blame
History
module
pmpb2p
(
)
{
cube
(
[
3.5
,
6
,
3.5
]
)
;
translate
(
[
1
,
1.5
,
3.5
]
)
cube
(
[
1.5
,
3
,
0.8
]
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink