commit 2e921479857d132a3e7e02675b959ea81f1c49bb parent 717fdfc94a49e449fecb7ec2364b97f3b2e3a644 Author: Christian Ermann <christianermann@gmail.com> Date: Thu, 14 Nov 2024 11:06:20 -0800 Fix link in 'Writing a G-code Interpreter' Diffstat:
M | content/posts/gcode-interpreter.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/posts/gcode-interpreter.md b/content/posts/gcode-interpreter.md @@ -57,7 +57,7 @@ utilized to ensure the laser follows as close to the intended path as possible. ## Source Code The source code for the G-code interpreter can be found -[here](git.christianermann.dev/gcode-interpreter). You may have issues +[here](https://git.christianermann.dev/gcode-interpreter). You may have issues accessing the link if your ISP doesn't support IPv6 yet. Also, the names in the code are different than what's shown in the diagram, so