mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-23 02:41:19 +00:00
Remove non-working Tassimo swimmer replacement
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3878360fda
commit
2269b906b4
3 changed files with 0 additions and 1502 deletions
|
@ -13,6 +13,5 @@ In case you have use for those models thankfully to Github you can preview all m
|
||||||
| [`pir-holder.stl`](pir-holder.stl) | [`pir-holder.jscad`](pir-holder.jscad) | 0.1.1 | PIR holder |
|
| [`pir-holder.stl`](pir-holder.stl) | [`pir-holder.jscad`](pir-holder.jscad) | 0.1.1 | PIR holder |
|
||||||
| [`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 |
|
||||||
| [`waschmarken.stl`](waschmarken.stl) | [`waschmarken.jscad`](waschmarken.jscad) | 0.1.0 | Spring-holder for coins for the car-wash-park |
|
| [`waschmarken.stl`](waschmarken.stl) | [`waschmarken.jscad`](waschmarken.jscad) | 0.1.0 | Spring-holder for coins for the car-wash-park |
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
/*
|
|
||||||
* 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
1486
tas6515_swimmer.stl
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue