This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
openscad
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add tubeless ventil adapter
master
T. Meissner
2 years ago
parent
6ead3a1ae4
commit
edc93ea613
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
tl_ventil_adapter.scad
+ 11
- 0
tl_ventil_adapter.scad
View File
@ -0,0 +1,11 @@
difference
(
)
{
difference
(
)
{
cylinder
(
r1
=
4.2
,
r2
=
4.2
,
h
=
5
,
$fn
=
50
)
;
cylinder
(
r1
=
3
,
r2
=
3
,
h
=
5
,
$fn
=
50
)
;
}
translate
(
[
-
5
,
0
,
10
]
)
{
rotate
(
[
0
,
90
,
0
]
)
{
cylinder
(
r1
=
7
,
r2
=
7
,
h
=
10
,
$fn
=
50
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save