mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-22 18:31:19 +00:00
Increase size of front border
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d00f3652d5
commit
25cf348e21
3 changed files with 776 additions and 664 deletions
|
@ -6,6 +6,6 @@ In case you have use for those models thankfully to Github you can preview all m
|
|||
|
||||
| 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 |
|
||||
| [`towelholder.stl`](towelholder.stl) | [`towelholder.jscad`](towelholder.jscad) | 0.1.0 | Kitchen-towel holder for fridge |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* title : Holder for T-Shape razor
|
||||
* author : Knut Ahlers
|
||||
* revision : 0.1.0
|
||||
* revision : 0.1.1
|
||||
*/
|
||||
|
||||
function main () {
|
||||
|
@ -12,7 +12,7 @@ function main () {
|
|||
cube({ size: [6, 45, 22] }).translate([28, 0, 0]), // glass
|
||||
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
|
||||
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
|
||||
difference(
|
||||
cube({ size: [3, 45, 3] }).translate([25, 0, 22]),
|
||||
|
|
1434
razorholder.stl
1434
razorholder.stl
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue