CAM 작업대 는 프리캐드 3D 모델을 CNC machines 로 만들 때 입력하는 기계의 동작 명령들을 구성하는 환경입니다. 그 명령들이 밀링머신, 선반,레이져 커터 등의 CNC 기계를 통해 3D 실물을 생산 합니다. 명령들은 전문가용 G-code 형식으로 되어 있습니다. 기본적 구성으로 된 예가 general CNC lathe tool path sequence simulation example 에 있습니다.
The FreeCAD CAM Workbench workflow creates these machine instructions as follows:
The CAM Workbench generates G-code defining the paths required to mill the Project represented by the 3D model on the target mill in the CAM Job Operations FreeCAD G-code dialect, which is later translated to the appropriate dialect for the target CNC controller by selecting the appropriate postprocessor.
The G-code is generated from directives and Operations contained in a CAM Job. The Job Workflow lists these in the order they will be executed. The list is populated by adding CAM Operations, Path Dressups, Supplemental Commands, and Path Modifications from the CAM Menu, or GUI buttons.
The CAM 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 CAM Workbench has external dependencies including:
Some current limitations of which you should be aware are:
Unit handling in CAM can be confusing. There are several points to understand:
Schemas:
Output:
CAM Inspection:
Many of the commands have various heights and depths:
Some commands are experimental and not available by default. To enable them see CAM experimental.
Manage tools, bits, and the Tool Library. Based on the ToolBit architecture.
See CAM scripting.