Update README.md
This commit is contained in:
parent
07063abf72
commit
9f9525601b
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
You can generate an STL with the same name as the input file like this:
|
You can generate an STL with the same name as the input file like this:
|
||||||
|
|
||||||
```py
|
```sh
|
||||||
python svg2stl.py example.svg --thickness 4
|
python svg2stl.py example.svg --thickness 4
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also show what this looks like in a GUI:
|
You can also show what this looks like in a GUI:
|
||||||
|
|
||||||
```py
|
```sh
|
||||||
python svg2stl.py example.svg --thickness 4 --show
|
python svg2stl.py example.svg --thickness 4 --show
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue