mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-23 02:41:19 +00:00
Update README with repo purpose
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
94145f57bf
commit
9297dd2608
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Luzifer / 3dmodels
|
# Luzifer / 3dmodels
|
||||||
|
|
||||||
|
This repository contains different 3D models I built for myself. Those models are generated using [OpenJSCAD](https://openjscad.org/) which allows to specify the models as Javascript code and then generate them into `*.stl` files.
|
||||||
|
|
||||||
|
In case you have use for those models thankfully to Github you can preview all models through the rendering of the `*.stl` file (linked in the table below) or modify the code in the `*.jscad` file directly inside your browser on the OpenJSCAD page.
|
||||||
|
|
||||||
| 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.1 | Sonoff DEV box for lamp post |
|
| [`sonoff_dev_housing.stl`](sonoff_dev_housing.stl) | [`sonoff_dev_housing.jscad`](sonoff_dev_housing.jscad) | 0.1 | Sonoff DEV box for lamp post |
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# Luzifer / 3dmodels
|
# Luzifer / 3dmodels
|
||||||
|
|
||||||
|
This repository contains different 3D models I built for myself. Those models are generated using [OpenJSCAD](https://openjscad.org/) which allows to specify the models as Javascript code and then generate them into `*.stl` files.
|
||||||
|
|
||||||
|
In case you have use for those models thankfully to Github you can preview all models through the rendering of the `*.stl` file (linked in the table below) or modify the code in the `*.jscad` file directly inside your browser on the OpenJSCAD page.
|
||||||
|
|
||||||
| Model | Source | Version | Title |
|
| Model | Source | Version | Title |
|
||||||
| ----- | ------ | ------- | ----- |
|
| ----- | ------ | ------- | ----- |
|
||||||
|
|
Loading…
Reference in a new issue