mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-22 18:31:19 +00:00
Update some measurements as coins sit a little tight
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
11c6e1eac1
commit
b4d30fe003
3 changed files with 1425 additions and 1425 deletions
|
@ -6,7 +6,7 @@ In case you have use for those models thankfully to Github you can preview all m
|
|||
|
||||
| Model | Source | Version | Title |
|
||||
| ----- | ------ | ------- | ----- |
|
||||
| [`change-holder.stl`](change-holder.stl) | [`change-holder.jscad`](change-holder.jscad) | 0.1.0 | Spare-Change holder |
|
||||
| [`change-holder.stl`](change-holder.stl) | [`change-holder.jscad`](change-holder.jscad) | 0.1.1 | Spare-Change holder |
|
||||
| [`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 |
|
||||
| [`tas6515_swimmer.stl`](tas6515_swimmer.stl) | [`tas6515_swimmer.jscad`](tas6515_swimmer.jscad) | 0.1.10 | Tassimo TAS6515 swimmer replacement |
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
/*
|
||||
* title : Spare-Change holder
|
||||
* author : Knut Ahlers
|
||||
* revision : 0.1.0
|
||||
* revision : 0.1.1
|
||||
*/
|
||||
|
||||
const coinCount = 15
|
||||
const coinDiameters = [
|
||||
24, // 1 EUR
|
||||
26, // 2 EUR
|
||||
27, // 2 EUR
|
||||
]
|
||||
const coinHeight = 3 // Use max coin thickness + a little but less than 2 coins
|
||||
const coinHeight = 2.8 // Use max coin thickness + a little but less than 2 coins
|
||||
const fingerDia = 18 // Measure your finger, should be less than the smallest coin diameter
|
||||
const height = coinCount * coinHeight // Think of something to hold all the coins but not too big
|
||||
const wall = 2 // Something you're comfortable with to print and hold your coin
|
||||
const wall = 1.5 // Something you're comfortable with to print and hold your coin
|
||||
|
||||
const blockHeight = () => coinDiameters.sort().reverse()[0] + wall
|
||||
const blockWidth = () => coinDiameters.reduce((sum, v) => sum + v) + (coinDiameters.length + 1) * wall
|
||||
|
|
2840
change-holder.stl
2840
change-holder.stl
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue