image links

This commit is contained in:
Max Halford 2021-12-22 18:50:11 +01:00
parent 3f38d34694
commit b58779fa56

View file

@ -2,11 +2,11 @@
This repository provides a script which takes as input an SVG such as this one: This repository provides a script which takes as input an SVG such as this one:
![example.svg] ![example.svg](example.svg)
It outputs an [STL file](https://www.wikiwand.com/en/STL_(file_format)) like this one: It outputs an [STL file](https://www.wikiwand.com/en/STL_(file_format)) like this one:
![example.png] ![example.png](example.png)
The resulting solid is a cuboid with holes in it. It essentially adds a third dimension to the SVG file. The purpose of the output STL is to be fed into a 3D printer. The end goal is to make a physical [stencil](https://www.wikiwand.com/en/Stencil) for artistic purposes. The resulting solid is a cuboid with holes in it. It essentially adds a third dimension to the SVG file. The purpose of the output STL is to be fed into a 3D printer. The end goal is to make a physical [stencil](https://www.wikiwand.com/en/Stencil) for artistic purposes.