Path Workbench/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "== 一般概念 == 路径工作台生成 G 代码,定义了在目标中铣削由 3D 模型表示的项目所需要的路径—在 https://www.freecadweb.org/wiki/Path_scri...")
(Redirected page to CAM Workbench/zh-cn)
Tag: New redirect
 
(88 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[CAM_Workbench/zh-cn]]
== 简介 ==

路径工作台用于从 FreeCAD 3D模型中生成 [https://en.wikipedia.org/wiki/CNC_router 数控机床] 的机器指令。这些产品在数控机床 (如铣刀、车床、激光切割机或类似设备) 上生产真实世界的 3D 物体。通常,指令集是[https://en.wikipedia.org/wiki/G-Code G 代码] 的修改版本。


[[Image:pathwb.png|frameless|center|upright=2.8]]


FreeCAD 路径工作台工作流程以以下方式创建机器指令:
* 3D 模型是基本对象, 通常使用一个或多个 [[PartDesign Workbench|零件设计]], [[Part Workbench|零件]] 或 [[Draft Workbench|底图]] 工作台。
* [[Path_Job|作业]] 是在路径工作台中创建的。这包含了所有信息用于生成数控机床上处理作业的必要 G 代码: 有库存材料, 铣削有一个确定的 [[Path_EditToolsTable|工具集]], 它遵循某些命令控制速度和动作 (通常是 G 代码)。
* 根据作业操作的要求选择工具。
* 铣削路径的创建使用例如 [[Path_Profile|轮廓]] 和 [[Path_Pocket_3D|袖珍]] 操作。这些 [[Path objects|路径对象]] 使用内部 FreeCAD G 代码方言, 独立于数控机床。


=== 为没有耐心的人仕准备的链接 ===
根据你对路径工作台的兴趣, 有不同的主题供进一步阅读:

* 如果你作为一个新用户尝试熟悉路径,你可能会对一个快速[[Path Walkthrough for the Impatient|简易]]教程会更感兴趣。
* 如果你有一台特别的机器不能使用任何的现有后处理器,你可能会想要学习关于[[Path_Postprocessor_Customization|定制后处理器]]的内容
* 作为一个富有经验的用户你可能想写一个宏或自动化处理过程则可能需要学习[[Path_scripting|脚本]].
* 希望简化工作流的超级用户可以了解[[Path_Customization|定制]].
* 希望对路径做出贡献的新开发人员可能希望了解[[Path_Core_Concepts|核心概念]].

== 一般概念 ==
路径工作台生成 G 代码,定义了在目标中铣削由 3D 模型表示的项目所需要的路径—在 [[https://www.freecadweb.org/wiki/Path_scripting#FreeCAD.27s_internal_GCode_format the Path Job Operations FreeCAD G-Code dialect ]],

The Path Workbench provides a Tool Manager (Library, Tool-Table), and G-Code Inspection, and Simulation tools. It links the Postprocessor, and allows importing and exporting Job Templates.

The Path Workbench has external dependencies including:
# The FreeCAD 3D model units are defined in the Edit-> Preference...->General->Units tab's Units settings. The Postprocessor configuration defines the final G-Code units.
# The Macro file path, and Geometric tolerances, are defined in the Edit->Preferences...->Path->Job Preferences tab.
# Colors are defined in the Edit->Preferences...->Path->Path colors tab.
# Holding tag parameters are defined in the Edit->Preferences...->Path->Dressups tab.
# That the Base 3D model quality supports the Path WB requirements—passes Check Geometry.

FreeCAD Path Workbench internal G-Code dialect represents Feed rates in Units/Second—what the G-Code Inspection tool will show. The Postprocessor is configured to generate the appropriate Feed rates—either in Units/Second or Units/Minute for the target mill.


{{Path_Commands}}



== Scripting ==

The Path workbench offers a broad [[Path scripting|python scripting API]]. With it, you can create and modify paths from python scripts, or extend the available functionality of the workbench.

== FAQ ==

[[Path_FAQ|FAQ]]

The Path Workbench shares many concepts with other CAM software packages but has its own peculiarities. If something seems wrong, this might be a good place to start.

[[Category:User Documentation]]
{{clear}}
<languages/>

Latest revision as of 19:48, 17 March 2024