1
0
Fork 0
mirror of https://github.com/Luzifer/3dmodels.git synced 2024-10-18 13:14:18 +00:00

Increase size of front border

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-04-11 10:16:03 +02:00
parent d00f3652d5
commit 25cf348e21
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 776 additions and 664 deletions

View file

@ -6,6 +6,6 @@ In case you have use for those models thankfully to Github you can preview all m
| Model | Source | Version | Title | | Model | Source | Version | Title |
| ----- | ------ | ------- | ----- | | ----- | ------ | ------- | ----- |
| [`razorholder.stl`](razorholder.stl) | [`razorholder.jscad`](razorholder.jscad) | 0.1.0 | 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 |
| [`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.0 | Kitchen-towel holder for fridge |

View file

@ -1,7 +1,7 @@
/* /*
* title : Holder for T-Shape razor * title : Holder for T-Shape razor
* author : Knut Ahlers * author : Knut Ahlers
* revision : 0.1.0 * revision : 0.1.1
*/ */
function main () { function main () {
@ -12,7 +12,7 @@ function main () {
cube({ size: [6, 45, 22] }).translate([28, 0, 0]), // glass cube({ size: [6, 45, 22] }).translate([28, 0, 0]), // glass
cylinder({ r: 4.5, h: 25 }).translate([12.5, 22.5, 0]), // handle round cylinder({ r: 4.5, h: 25 }).translate([12.5, 22.5, 0]), // handle round
cube({ size: [12.5, 9, 25] }).translate([0, 18, 0]), // handle pass cube({ size: [12.5, 9, 25] }).translate([0, 18, 0]), // handle pass
cylinder({ r: 1, h: 45 }).rotateX(-90).translate([0.8, 0, 4]), // front border cylinder({ r: 1, h: 45 }).rotateX(-90).translate([1.5, 0, 4]), // front border
cube({ size: [24.2, 45, 1] }).translate([0.8, 0, 3]), // front border main reduce cube({ size: [24.2, 45, 1] }).translate([0.8, 0, 3]), // front border main reduce
difference( difference(
cube({ size: [3, 45, 3] }).translate([25, 0, 22]), cube({ size: [3, 45, 3] }).translate([25, 0, 22]),

File diff suppressed because it is too large Load diff