2025-05-26 13:15:28 -06:00
---
description: Keyboard Shortcuts and Mouse Controls
label: ops
---
2025-06-10 21:14:47 -06:00
import { ImageCarousel } from "@site/docs/src/components/carousel.js";
2025-05-26 13:15:28 -06:00
# Operations
2025-06-10 21:11:08 -06:00
Ops—not to be confused with [opps](https://knowyourmeme.com/memes/opp-opps)—are the operations
applied to a model to remove material. The Operations tab also contains meta-operations
that represent parts of the manufacturing process but do not necessarily generate toolpaths.
2025-06-09 12:03:51 -06:00
2025-06-10 21:11:08 -06:00
Each operation has parameters which can be hovered over to reveal their description.
2025-06-09 12:03:51 -06:00

2025-06-10 21:11:08 -06:00
When an operation's settings are changed, they update the defaults for that operation
when it is created in the future.
2025-06-09 12:03:51 -06:00
2025-06-10 21:11:08 -06:00
These operations include:
2025-05-26 13:15:28 -06:00
- Toolpath Operations
- Global
- [Outline](#outline)
- [Level](#level)
- [Rough](#rough)
- [Contour](#contour)
2025-06-09 12:03:51 -06:00
- [Register](#register)
2025-05-26 13:15:28 -06:00
- Specific
- [Drill](#drill)
- [Trace](#trace)
- [Pocket](#pocket)
2025-06-09 12:03:51 -06:00
- [Gcode](#gcode)
2025-05-26 13:15:28 -06:00
- Laser Operations
- Indexed Operations
## Global Operations
2025-06-10 21:11:08 -06:00
Operations that apply to all objects in the workspace.
2025-05-26 13:15:28 -06:00
### Outline
<ImageCarousel base="/img/CAM/example/outline/" images="outline" />
The Outline op generates a toolpath surrounding the edges of a part. It is highly configurable and can select both internal or external edges specifically. The Outline operation is great for:
2025-06-10 21:14:47 -06:00
- Cutting out many objects at once
- Generating a rough/finishing pass on an object
2025-06-10 21:11:08 -06:00
- Easily avoiding specific features like pockets or holes
2025-05-26 13:15:28 -06:00
### Level
<ImageCarousel base="/img/CAM/example/level/" images="level" />
The Level op creates a flat-surface clearing toolpath across a selected area. It is designed to remove material to a consistent depth, making it useful for preparing stock, flattening uneven surfaces, or cleaning up residual material. The Level operation is great for:
2025-06-10 21:14:47 -06:00
- Surfacing raw stock before detail cuts
- Creating uniform faces on complex objects
2025-05-26 13:15:28 -06:00
- Clearing large areas with consistent depth quickly
### Rough
<ImageCarousel base="/img/CAM/example/rough/" images="rough" />
The Rough op removes large volumes of material quickly using a stepped-down toolpath. It is typically the first pass in a multi-step workflow, clearing space for finishing tools without concern for fine detail. The Rough operation is great for:
2025-06-10 21:14:47 -06:00
- Rapid bulk material removal
- Preparing many parts for finishing simultaneously
- Clearing voids or flat faces for many objects at once
- Preparing a part for finish machining
2025-05-26 13:15:28 -06:00
- Preserving tool life by reducing cutting load in later passes
### Contour
<ImageCarousel base="/img/CAM/example/contour/" images="contour" />
2025-06-10 21:11:08 -06:00
The Contour op generates detailed toolpaths for complex organic surface geometries.
It can trace along the X or Y axis and has configurable precision. It is useful for:
2025-05-26 13:15:28 -06:00
2025-06-10 21:14:47 -06:00
- Carving 3D shapes with organic or curved profiles
- Finishing complex wall geometries
2025-06-10 21:11:08 -06:00
- Cleaning up a part after [roughing](#rough)
2025-05-26 13:15:28 -06:00
2025-06-09 12:03:51 -06:00
### Register
<ImageCarousel base="/img/CAM/example/register/" images="register" />
2025-06-10 21:11:08 -06:00
The Register operation drills holes in the sides of a part,
helping keep the part in the same place when it is flipped onto its opposite face.
The operation has options to drill on different sides and can even generate a puzzle-piece-like pattern for registration.
2025-06-09 12:03:51 -06:00
2025-05-26 13:15:28 -06:00
## Specific Operations
2025-06-10 21:11:08 -06:00
Specific operations require selection of individual part features to apply operations to.
These may overlap with Global operations but are generally more configurable.
2025-06-09 12:03:51 -06:00
2025-06-10 21:11:08 -06:00
### Drill
2025-06-09 12:03:51 -06:00
<ImageCarousel base="/img/CAM/example/drill/" images="drill" />
2025-06-10 21:11:08 -06:00
The Drill op creates pecking toolpaths for a drill tool to follow.
It can also drill holes of other diameters and even mark holes instead of drilling.
It is useful for:
2025-06-09 12:03:51 -06:00
2025-06-10 21:14:47 -06:00
- Generating a toolpath for a drill tool
- Selecting specific holes to remove material from
2025-06-09 12:03:51 -06:00
- Marking holes to be drilled manually
### Trace
<ImageCarousel base="/img/CAM/example/trace/" images="trace" />
2025-06-10 21:11:08 -06:00
The Trace operation is likely the most configurable, allowing for generation of toolpaths following loops or lines.
It can trace on, inside, or outside a line and can take multiple passes to step down to the desired position.
When the type parameter is set to "clear," it can even act like a [Pocket](#pocket),
clearing the area above the shape created by the selected lines or loop.
While the Trace op can do a lot, some specific use cases include:
2025-06-09 12:03:51 -06:00
2025-06-10 21:14:47 -06:00
- Engraving lettering or other text
- Drilling out a hole helically
- Outlining a part with a nonstandard offset
2025-06-09 12:03:51 -06:00
- Outlining only one part on the workspace
### Pocket
<ImageCarousel base="/img/CAM/example/pocket/" images="pocket" />
2025-06-10 21:11:08 -06:00
The Pocket operation takes a selection of polygon faces and generates a pocket toolpath that cuts down to them.
The operation has options to expand and smooth the pocket selection, and the contour option even allows
for an approximation of a v-bit carve. Some use cases specific to the Pocket op include:
2025-06-09 12:03:51 -06:00
2025-06-10 21:14:47 -06:00
- Creating one pocket in a part with multiple
- Attempting a v-carve
2025-06-10 21:11:08 -06:00
- Clearing a specific area of a part
2025-06-09 12:03:51 -06:00
### Gcode
2025-06-10 12:15:27 -06:00
<ImageCarousel base="/img/CAM/example/gcode/" images="gcode" />
2025-06-10 21:11:08 -06:00
The Gcode operation does not generate a toolpath but instead adds a line or lines of G-code to the output
of the file. The Gcode operation is different from [Gcode Macros](/kiri-moto/gcode-macros),
as it is not tied to any event
2025-06-09 12:03:51 -06:00
but is output in the order it is included in the operations array.
## Laser Operations
2025-06-10 21:11:08 -06:00
Laser operations become available when "Enable Laser" is selected in the [Machine](/machine) tab.
2025-05-26 13:15:28 -06:00
2025-06-10 21:11:08 -06:00
These operations are specific to certain machines, like the Makera Carvera, and can be safely ignored for other machines.
2025-05-26 13:15:28 -06:00
2025-06-10 21:11:08 -06:00
## Indexed Operations
2025-06-10 12:15:27 -06:00
2025-06-10 21:11:08 -06:00
Indexed operations become available when "Indexed" is selected in the [Process Ops](/processOpts) tab.
2025-06-10 12:15:27 -06:00
2025-06-10 21:11:08 -06:00
These operations are specific to indexed stock and allow a user to create operations on different faces of a part.