From 7a4f22e3940f505867654dd6bef5b15e2ca26d43 Mon Sep 17 00:00:00 2001 From: bakedpotatolord Date: Tue, 10 Jun 2025 21:39:49 -0600 Subject: [PATCH] fix broken links --- docs/kiri-moto/CAM/index.md | 2 +- docs/kiri-moto/CAM/machines.md | 3 ++- docs/kiri-moto/CAM/ops.mdx | 4 ++-- docs/kiri-moto/faq.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/kiri-moto/CAM/index.md b/docs/kiri-moto/CAM/index.md index 62052e9a..79a6344e 100644 --- a/docs/kiri-moto/CAM/index.md +++ b/docs/kiri-moto/CAM/index.md @@ -70,5 +70,5 @@ Once you're confident in your setup, use the Export menu to generate machine-rea ![](/img/CAM/exportMenu.png) -Most of the configuration for this step is done in the [Machine](kiri-moto/CAM/machines) settings, so be sure to have that configured before exporting. +Most of the configuration for this step is done in the [Machine](./machines) settings, so be sure to have that configured before exporting. The tab will give you a time estimate for the job (excluding tool changes), and an option to export G-code to a single file, or as a zipped archive of the sepate operation for each tool. diff --git a/docs/kiri-moto/CAM/machines.md b/docs/kiri-moto/CAM/machines.md index 5212ebc2..3b49ea05 100644 --- a/docs/kiri-moto/CAM/machines.md +++ b/docs/kiri-moto/CAM/machines.md @@ -36,9 +36,10 @@ Customize how your G-code is formatted for your controller or post-processor: - **Strip Comments** — Removes all G-code comments for cleaner, smaller files - **Token Spacer** — Inserts a space between G-code tokens (e.g., `G1 X1 Y1` vs `G1X1Y1`) -- **Enable Laser** — Enables [Laser](ops#Laser-Mode-Only) operations (typically uses `M3/M5`; adjusts movement strategy) +- **Enable Laser** — Enables [Laser](./ops#laser-operations) operations (typically uses `M3/M5`; adjusts movement strategy) - **File Extension** — Optional override for exported file type (e.g., `.nc`, `.ngc`, `.cnc`, `.cam`, `.gcode`, `.txt`) + --- ## G-code Macros diff --git a/docs/kiri-moto/CAM/ops.mdx b/docs/kiri-moto/CAM/ops.mdx index 91847c5a..ed7c2cd0 100644 --- a/docs/kiri-moto/CAM/ops.mdx +++ b/docs/kiri-moto/CAM/ops.mdx @@ -144,12 +144,12 @@ but is output in the order it is included in the operations array. ## Laser Operations -Laser operations become available when "Enable Laser" is selected in the [Machine](/machine) tab. +Laser operations become available when "Enable Laser" is selected in the [Machine](./machines) tab. These operations are specific to certain machines, like the Makera Carvera, and can be safely ignored for other machines. ## Indexed Operations -Indexed operations become available when "Indexed" is selected in the [Process Ops](/processOpts) tab. +Indexed operations become available when "Indexed" is selected in the [Process Ops](./processOpts) tab. These operations are specific to indexed stock and allow a user to create operations on different faces of a part. diff --git a/docs/kiri-moto/faq.md b/docs/kiri-moto/faq.md index a652bb6c..d6ceceb3 100644 --- a/docs/kiri-moto/faq.md +++ b/docs/kiri-moto/faq.md @@ -46,4 +46,4 @@ Kiri comes from Kiri-e, which is the Japanese art of paper-cutting. Moto is shor ## What are the `.kmz` and `.km` file formats short for? - `kmz` stands for **Kiri Moto Zip**, and contains an entire zipped workspace -- `km` stands for **Kiri Moto**, and contains [CAM tool](/CAM/tools) paramers. +- `km` stands for **Kiri Moto**, and contains [CAM tool](./CAM/tools) paramers.