mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-23 02:41:19 +00:00
Update measurements after first test
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b50433f5bb
commit
ccd9558421
3 changed files with 41652 additions and 41596 deletions
|
@ -6,4 +6,4 @@ In case you have use for those models thankfully to Github you can preview all m
|
||||||
|
|
||||||
| Model | Source | Version | Title |
|
| Model | Source | Version | Title |
|
||||||
| ----- | ------ | ------- | ----- |
|
| ----- | ------ | ------- | ----- |
|
||||||
| [`sonoff_dev_housing.stl`](sonoff_dev_housing.stl) | [`sonoff_dev_housing.jscad`](sonoff_dev_housing.jscad) | 0.2 | Sonoff DEV box for lamp post |
|
| [`sonoff_dev_housing.stl`](sonoff_dev_housing.stl) | [`sonoff_dev_housing.jscad`](sonoff_dev_housing.jscad) | 0.2.1 | Sonoff DEV box for lamp post |
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
// title : Sonoff DEV box for lamp post
|
// title : Sonoff DEV box for lamp post
|
||||||
// author : Knut Ahlers
|
// author : Knut Ahlers
|
||||||
// revision : 0.2
|
// revision : 0.2.1
|
||||||
|
|
||||||
// All measurements in mm
|
// All measurements in mm
|
||||||
const innerSpace = 15 // free room on the inside from the board not to bend the cables that hard
|
const innerSpace = 7 // free room on the inside from the board not to bend the cables that hard
|
||||||
const innerSpaceHeight = 30
|
const innerSpaceHeight = 30
|
||||||
const boardSize = 50 // 50x50mm
|
const boardSize = 50 // 50x50mm
|
||||||
const boardSupportHeight = 10 // 10mm pins to put the board on
|
const boardSupportHeight = 10 // 10mm pins to put the board on
|
||||||
const boardSupportRadius = 1 // 2mm (holes do have 3mm)
|
const boardSupportRadius = 2
|
||||||
const boardSupportEdgeDist = 2.5 // 2.5mm from the edges
|
const boardSupportEdgeDist = 2.5 // 2.5mm from the edges
|
||||||
const lampPostRadius = 7.5 // 15mm diameter
|
const lampPostRadius = 7 // 14mm diameter
|
||||||
const lampPostSupport = lampPostRadius + 4.5 // adjust for proper grip
|
const lampPostSupport = lampPostRadius + 4.5 // adjust for proper grip
|
||||||
const screwBaseSize = 3 // block to screw the screw into
|
const screwBaseSize = 3 // block to screw the screw into
|
||||||
const screwHeadRadius = 1.25 // screw head diameter = 2*screwHeadRadius
|
const screwHeadRadius = 1.25 // screw head diameter = 2*screwHeadRadius
|
||||||
|
|
83238
sonoff_dev_housing.stl
83238
sonoff_dev_housing.stl
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue