Skip to content

Commit 6b95f69

Browse files
committed
Some readme additions.
Especially regarding the different capabilities of the command line version vs. the Inkscape extension.
1 parent 50890f7 commit 6b95f69

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Cookie Cutter Sweeper
22

3-
Convert a black and white Cookie Cutter SVG shape into an STL file ready to be 3D printed.
3+
1. A command-line program that sweeps (extrudes) a 2D cross-section shape along the edge of a 2D shape, both given as black and white PNG files, and exports the resulting solid as a triangle mesh in STL format.
4+
2. An Inkscape extension using this for simple creation of 3D-printed cookie cutters from a black and white SVG shape.
5+
6+
See [http://zurich.fablab.ch/2013/12/nicer-cookie-cutters/](http://zurich.fablab.ch/2013/12/nicer-cookie-cutters/) for a description of the algorithm and development history.
47

58
## Installing the Inkscape Extension
69

@@ -9,10 +12,12 @@ Convert a black and white Cookie Cutter SVG shape into an STL file ready to be 3
912

1013
## Compiling the source code
1114

12-
On the [releases page](https://github.com/cwalther/cookie-cutter-sweeper/releases) you can find binaries for most systems.
15+
On the [releases page](https://github.com/cwalther/cookie-cutter-sweeper/releases) you can find binaries for most systems as part of the Inkscape extension.
1316

14-
If you want to compile yourself the c++ part of the plugin:
17+
If you want to compile yourself the c++ part of the plugin, install libpng development files in a place where `pkg-config` finds them and run
1518

1619
```sh
1720
make
1821
```
22+
23+
(or examine and adapt the makefile, it’s trivial).

0 commit comments

Comments
 (0)