fix broken links
This commit is contained in:
parent
769e7eb7d7
commit
7a4f22e394
4 changed files with 6 additions and 5 deletions
|
|
@ -70,5 +70,5 @@ Once you're confident in your setup, use the Export menu to generate machine-rea
|
|||
|
||||

|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue