# 后处理器

Carvera 社区版 Fusion 360 配置文件可从以下位置下载 [这里](https://github.com/Carvera-Community/Carvera_Community_Profiles/releases).

社区开发的后处理器版本除了 Makera 软件之外，还具有许多改进和修复：

* Carvera Air 和原版 Carvera 的独立配置文件
* 支持 Fusion 360 机床仿真功能
* 能够将 Gcode 直接作为一个操作传递到 nc 文件中
* 能够运行机床特定宏，例如使用 Action 命令打开/关闭真空/灯光
* 允许定义编号大于 6 的刀具

## 安装

{% embed url="<https://youtu.be/1xPcono_qTk>" %}

## 后处理器

### Action 命令

Action 命令是一种 [手动 NC 操作](https://help.autodesk.com/view/fusion360/ENU/?guid=GUID895129FD-6548-414D-8B31-EDBCC5EF4439) 会将 g-code 插入到 NC 输出中。这些功能已添加了专门针对 Carvera 固件的实用功能。

#### 如何使用 Action 命令

{% stepper %}
{% step %}
添加一个手动 NC 操作

通过 设置->手动 NC 添加一个手动 NC 操作

<figure><img src="/files/b29335d11e78db3b8cd901b75a747f37f0842c2d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
将手动 NC 类型设置为 Action

<figure><img src="/files/1dda7e817e8edb60d900cba92bab30b1d7919306" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
输入要执行的 Action 命令

例如 ShrinkA

<figure><img src="/files/5b1028edfc7326548ee664918b5fac2a9e76f530" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

#### 可用的 Action 命令

以下 ACTION 命令受此后处理器支持：<br>

* RapidA:# - 将 a 轴快速移动到指定角度位置
* SaferA:# - 先将 z 轴移动到安全高度，然后再移动 a 轴
* SafeZ - 前往安全的 z 高度（与安全间隙位置相同的高度）
* SpindleOff - 关闭主轴
* Clearance - 前往 carvea 间隙位置
* ClearAutoLevel - 清除机器中的自动调平数据
* ResetFeedOverride - 将主轴倍率重置为 100%
* FeedOverride:# - 将进给倍率设置为指定百分比。适用于验证新程序，以及快速提升整组操作的速度
* AirOn - 打开压缩空气
* AirOff - 关闭压缩空气
* VacOn - 打开真空
* VacOff - 关闭真空
* AutoVacOn - 打开自动真空
* AutoVacOff - 关闭自动真空
* LightOn - 打开灯光
* LightOff - 关闭灯光
* ShrinkA - 将 A 轴按偏移 0 进行缩减，因此 A365 会变成 A5
* Dwell - 暂停 x 秒
* Stop - 暂停并等待用户输入
* Comment - 将注释写入文件
* Measure Tool - 对当前刀具运行刀长偏移校准
* Tool Break Control - 运行断刀测试。需要社区固件
* Pass Through - 将输入框中的内容直接发送到机器


---

# 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://carvera-community.gitbook.io/docs/stable/zh/fusion-360/post-processor.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.
