1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Enclosure Designs
To create an enclosure, one can export the svg outline from KiCAD, and use a suitable tool
such as inkscape to create drawings for laser cutting and engraving.
A sample drawing has been made and laser cut from 3mm thick acrylic
## Example

This is an svg file, and is made to dimensions. Right click, and 'save as'
## Laser cutting
<video controls width="600">
<source src="../images/lasercut.mp4"
type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
Designs are licensed under OHL, and KiCAD firmware files can be downloaded from
[the creators](https://github.com/expeyes/expeyes-programs/tree/ce092cb83bac42a7f1cceb7135c07d05127cf616/kuttyPy/hardware)
|