diff options
| author | Franklin Wei <me@franklinwei.com> | 2026-03-30 14:54:18 -0400 |
|---|---|---|
| committer | Franklin Wei <me@franklinwei.com> | 2026-03-30 14:54:18 -0400 |
| commit | b84c6ff213819a053e2ac260124e5d0cd93833d0 (patch) | |
| tree | 1eaca5f22d92f2087e0f29bfb7345feecb209499 /posts/opening-black-boxes.md | |
| parent | ebe7b0f333a259da02a14e0f428fe3314d782762 (diff) | |
| download | blog-master.zip blog-master.tar.gz blog-master.tar.bz2 blog-master.tar.xz | |
Diffstat (limited to '')
| -rw-r--r-- | posts/opening-black-boxes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/opening-black-boxes.md b/posts/opening-black-boxes.md index f776cea..17855b0 100644 --- a/posts/opening-black-boxes.md +++ b/posts/opening-black-boxes.md @@ -67,7 +67,7 @@ Python made things *so* much easier than C (or God forbid -- [ARM assembly](adieu-quake.html#asm-listing)). The heart of my program is a function, -[`engraveLine`](https://fwei.tk/git/rastercarve/tree/src/rastercarve.py?id=c2de4a3258c3e37d4b49a41d786eef936262f137#n118) (below), +[`engraveLine`](https://franklinwei.com/cgit/rastercarve/tree/src/rastercarve.py?id=c2de4a3258c3e37d4b49a41d786eef936262f137#n118) (below), which outputs the G-code to engrave one "groove" across the image. It takes in a initial position vector on the border of the image, and a direction vector telling it which way to cut. |