1
0
Fork 0
mirror of https://github.com/Luzifer/3dmodels.git synced 2024-12-23 02:41:19 +00:00

Add swimmer for TAS6515

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-06-18 14:54:55 +02:00
parent 26d9c767bb
commit a036d1f599
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 1502 additions and 0 deletions

View file

@ -8,4 +8,5 @@ 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 | | [`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 | | [`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 |
| [`tas6515_swimmer.stl`](tas6515_swimmer.stl) | [`tas6515_swimmer.jscad`](tas6515_swimmer.jscad) | 0.1.10 | Tassimo TAS6515 swimmer replacement |
| [`towelholder.stl`](towelholder.stl) | [`towelholder.jscad`](towelholder.jscad) | 0.1.1 | Kitchen-towel holder for fridge | | [`towelholder.stl`](towelholder.stl) | [`towelholder.jscad`](towelholder.jscad) | 0.1.1 | Kitchen-towel holder for fridge |

15
tas6515_swimmer.jscad Normal file
View file

@ -0,0 +1,15 @@
/*
* title : Tassimo TAS6515 swimmer replacement
* author : Knut Ahlers
* revision : 0.1.10
*/
function main () {
return difference(
cube({size: [42, 30, 8], center: true}),
cylinder({r: 5.5, h: 5, center: true}).translate([-42/2+24, 0, 1.5]),
cube({ size: [42, 30, 8], center: true }).rotateY(-10).translate([15,0,-5])
)
}
// vim: set ft=javascript:

1486
tas6515_swimmer.stl Normal file

File diff suppressed because it is too large Load diff