feat: add clockface cut svg
All checks were successful
/ platformio (push) Successful in 1m37s
/ openscad (push) Successful in 1m11s

This commit is contained in:
s3lph 2023-11-20 01:50:32 +01:00
parent cc5d9ce857
commit b726308f44
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 60 additions and 0 deletions

View file

@ -15,6 +15,7 @@ The directory `case` contains the [OpenSCAD](https://en.wikibooks.org/wiki/OpenS
The enclosure is designed to be 3D-printed, and fits an 60x WS2812 LEDs strip with 144 LEDs per meter, such as [this one (AliExpress link)](https://de.aliexpress.com/item/32682015405.html)
The enclosure also contains mounting holes to which a front plate can be attached (such as in the photo above).
To create your own clockface with a laser cutter, use the file `case/clockface.svg` for cutting, and add your own digits and other decoration as an engraving layer.
## ESP8266

59
case/clockface.svg Normal file
View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="-85 -85 170 170"
width="170"
height="170"
version="1.1"
id="svg15"
sodipodi:docname="clockface.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs15" />
<sodipodi:namedview
id="namedview15"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="5.0235294"
inkscape:cx="84.900468"
inkscape:cy="85"
inkscape:window-width="1920"
inkscape:window-height="1060"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15" />
<g
id="cut"
stroke="#000000"
fill="none">
<circle
cx="0"
cy="0"
r="85"
id="circle12" />
<circle
cx="0"
cy="72.410004"
r="2"
id="circle13" />
<circle
cx="-62.709999"
cy="-36.209999"
r="2"
id="circle14" />
<circle
cx="62.709999"
cy="-36.209999"
r="2"
id="circle15" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB