# Cutting Parameters

Cutting parameters are the numeric values used to run a tool, such as spindle speed and feed rate.

They are often the first thing people look for — and for good reason.\
But on their own, numbers don’t tell the full story.

***

### Numbers only work with the right conditions

Cutting parameters only behave as intended when the **cutting conditions** match the assumptions behind them.

Things like:

* tool engagement
* entry and exit behavior
* cutting direction
* material contact

have a direct influence on how a tool behaves — even when the numbers stay the same.

Because of this, cutting parameters are never universal values. They are always tied to a specific situation.

***

### How this section is structured

This section breaks cutting parameters down into three connected parts:

* **Cutting Conditions**\
  Explains the assumptions behind parameters, such as engagement, entry, exit, and cutting direction.
* **Cutting Parameters Explained**\
  This part looks at the meaning of cutting parameters individually.
* **Preset Breakdown — CNC Reasoning**\
  Dissects a real tool preset using actual values, with short and focused reasoning.
* **Parameter Philosophy**\
  Explains the reasoning process I apply when selecting cutting parameters.
* **Applying the Parameter Philosophy**\
  Demonstrates how the parameter philosophy is applied using concrete examples.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://miwicnc.gitbook.io/miwicnc/cutting-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
