aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2019-12-31 23:03:15 -0500
committerFranklin Wei <franklin@rockbox.org>2019-12-31 23:03:15 -0500
commitb78cae8e17f46db9d6880607379708c74dba6e99 (patch)
tree6aff5b1da8a1b80fcd2017eb599154296b32664f
parenta669488701fedf5b67c7b5fb744864062cab1f9b (diff)
downloadrastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.zip
rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.gz
rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.bz2
rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.xz
Add a bit about sister programs
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9de6272..8dc857a 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@
This is a little Python script I wrote to generate G-code toolpaths to
engrave raster images.
+A hosted version of the script is available at
+https://rastercarve.live
+([Github](https://github.com/built1n/rastercarve-live). There is also
+a standalone custom G-code previewer available at
+https://github.com/built1n/rastercarve-preview.
+
It takes bitmap images and produces commands (G-code) for a CNC
machine to engrave that image onto a piece of material. For the
uninitiated, a CNC machine is essentially a robotic carving machine --