mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-22 18:31:19 +00:00
Adjust inner rings to role
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
25cf348e21
commit
26d9c767bb
3 changed files with 2078 additions and 2078 deletions
|
@ -8,4 +8,4 @@ In case you have use for those models thankfully to Github you can preview all m
|
|||
| ----- | ------ | ------- | ----- |
|
||||
| [`razorholder.stl`](razorholder.stl) | [`razorholder.jscad`](razorholder.jscad) | 0.1.1 | Holder for T-Shape razor |
|
||||
| [`sonoff_dev_housing.stl`](sonoff_dev_housing.stl) | [`sonoff_dev_housing.jscad`](sonoff_dev_housing.jscad) | 0.2.6 | Sonoff DEV box for lamp post |
|
||||
| [`towelholder.stl`](towelholder.stl) | [`towelholder.jscad`](towelholder.jscad) | 0.1.0 | Kitchen-towel holder for fridge |
|
||||
| [`towelholder.stl`](towelholder.stl) | [`towelholder.jscad`](towelholder.jscad) | 0.1.1 | Kitchen-towel holder for fridge |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* title : Kitchen-towel holder for fridge
|
||||
* author : Knut Ahlers
|
||||
* revision : 0.1.0
|
||||
* revision : 0.1.1
|
||||
*/
|
||||
|
||||
function main () {
|
||||
|
@ -52,7 +52,7 @@ function gen_ring() {
|
|||
),
|
||||
cylinder({ r: 22.5, h: 10 })
|
||||
),
|
||||
cylinder({ r: 16.5, h: 10 })
|
||||
cylinder({ r: 17, h: 10 })
|
||||
)
|
||||
}
|
||||
|
||||
|
|
4150
towelholder.stl
4150
towelholder.stl
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue