CAM Job: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Path->CAM)
 
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<translate>

<!--T:25-->
{{Docnav
|
|[[CAM_Post|Post]]
|[[CAM_Workbench|CAM]]
|IconL=
|IconR=CAM_Post.svg
|IconC=Workbench_CAM.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Path Job|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Job|Shortcut=P,F|SeeAlso=}}
|Name=CAM Job
|MenuLocation=CAM → Job
|Workbenches=[[CAM_Workbench|CAM]]
|Shortcut={{KEY|P}} {{KEY|J}}
|SeeAlso=[[CAM_Post|CAM Post]], [[CAM_Postprocessor_Customization|CAM Postprocessor Customization]]
}}


==Description== <!--T:2-->
==Description== <!--T:2-->


<!--T:3-->
<!--T:3-->
The Job tool creates a new Job object in the active document. The Job object contains the following information:
The [[Image:CAM_Job.svg|16px]] [[CAM_Job|Job]] tool creates a new Job object in the active document. The Job object contains the following information:
# A list of Tool-Controller definitions, specifying the geometry, Feeds, and Speeds for the Path Operations Tools.
# A list of Tool-Controller definitions, specifying the geometry, Feeds, and Speeds for the Path Operations Tools.
# A Workflow sequential list of Path Operations.
# A Workflow sequential list of Path Operations.
# A Base Body—a clone used for offset.
# A Base Body—a clone used for offset.
# A Stock, representing the raw material that will be milled to Path Workbench.
# A Stock, representing the raw material that will be milled to CAM Workbench.
# A SetupSheet, containing inputs used by the Path Operations, including static values and formulas.
# A SetupSheet, containing inputs used by the Path Operations, including static values and formulas.
# Configuration parameters specifying the output G-Code job's destination path, file name, and extension, and the Postprocessor—used to generate the appropriate dialect for the target CNC Controller, and customize Units, Tool Changes, Parking, etc...
# Configuration parameters specifying the output G-Code job's destination path, file name, and extension, and the [[CAM_Post|postprocessor]] (used to generate the appropriate dialect for the target CNC Controller, and customize Units, Tool Changes, Parking, etc.).


==Usage== <!--T:4-->
==Usage== <!--T:4-->


<!--T:5-->
<!--T:5-->
# There are several ways to invoke the command:
# Press the {{KEY|[[Image:Path-Job.png|16px]] [[Path Job|Job]]}} button
#* Press the {{Button|[[Image:CAM_Job.svg|16px]] [[CAM_Job|CAM Job]]}} button.
#* Select the {{MenuCommand|CAM → [[Image:CAM_Job.svg|16px]] Job}} option from the menu.
#* Use the keyboard shortcut: {{KEY|P}} then {{KEY|J}}.


<!--T:6-->
<!--T:6-->
The Job GUI has five horizontal aligned tabs, General, Output, Setup, Tools and Workplan. You can confirm or cancel the dialog.
The Job GUI dialog box has five horizontally aligned tabs: {{MenuCommand|General}}, {{MenuCommand|Output}}, {{MenuCommand|Setup}}, {{MenuCommand|Tools}}, and {{MenuCommand|Workplan}}. The user can at any time utilize the {{Button|OK}} or {{Button|Cancel}} options within the dialog.


==General== <!--T:7-->
==General== <!--T:7-->


</translate>
<!--T:8-->
[[File:Job 1.jpg]]
[[File:Job_1.jpg]]
<translate>


<!--T:9-->
<!--T:9-->
* '''Label''': The label of the Job as displayed in the tree view.
* '''Label''': The label of the Job as displayed in the tree view.
* '''Model''': The Base Object which defines by its shape the paths of the job. If it is a Part Design object it is usually the Body which you select here. If you have an element selected in the tree ''before'' you click the "Add Job" icon that element is already entered here. You can change it by selecting a different element from the dropdown menue.
* '''Model''': The Base Object which defines by its shape the paths of the job. If it is a Part Design object, it is usually the Body you select here. If you have an element selected in the tree ''before'' you click the "Add Job" icon that element is already entered here. You can change it by selecting a different element from the dropdown menu.
* '''Description''': You can add some notes to the job here. Notes are only for your information and have no effect on the path.
* '''Description''': You can add some notes to the job here. Notes are only for your information and have no effect on the path.


== Output == <!--T:10-->
== Output == <!--T:10-->


</translate>
<!--T:11-->
[[File:Job 2.jpg]]
[[File:Job_2.jpg]]
<translate>


<!--T:12-->
<!--T:12-->
* '''Output File''': Set the name, extension, and the file path of the G-Code output. You can use the following placeholders:
* '''Output File''': Set the name, extension, and the file path of the G-Code output. You can use the following placeholders:
** %D directory of the active document
** '''%D''' directory of the active document
** %d name of the active document (without extension)
** '''%d''' name of the active document (without extension)
** %M user macro directory
** '''%M''' user macro directory
** %j name of the job
** '''%j''' name of the job


<!--T:24-->
<!--T:24-->
* '''Processor''': Select the postprocesser for your machine.
* '''Processor''': Select the [[CAM_Post|postprocessor]] for your machine.
* '''Arguments''': Add arguments for the postprocessor as needed.
* '''Arguments''': Add arguments for the [[CAM_Post|postprocessor]] as needed.


==Setup== <!--T:13-->
==Setup== <!--T:13-->


</translate>
<!--T:14-->
[[File:Job 3.jpg]]
[[File:Job_3.jpg]]
<translate>


<!--T:15-->
<!--T:15-->
* '''Stock''': set the size and shape of the raw material.
* '''Stock''': set the size and shape of the raw material.
* '''Orientation''': without effect at time
* '''Orientation''': Selected Edge or Face is used to orient Base or Stock accordingly.
* '''Alignment''': without effect at time
* '''Alignment''': select a Vertex to set origin or move Base or Stock



==Tools== <!--T:16-->
==Tools== <!--T:16-->


</translate>
<!--T:17-->
[[File:Job 4.jpg]]
[[File:Job_4.jpg]]
<translate>


<!--T:18-->
<!--T:18-->
Add the tool(s) from your [[Path_EditToolsTable|Tooltable]] which you need for the operations at this job.
Add the tool(s) from your [[CAM_ToolLibraryEdit|Tooltable]] that you need for the operations at this job.


<!--T:19-->
<!--T:19-->
After adding a tool, you can set/change the feedrate and spindle speed if you need a different feedrate in this job.
After adding a tool, you can set/change the feedrate and spindle speed if you need a different feedrate in this job.
A change here dosn't change the parameters stored in the tooltable.
A change here doesn't change the parameters stored in the tooltable.


<!--T:20-->
<!--T:20-->
The default tool you can delete if you have a own tool added.
You can delete the default tool if you have your own tool added.


==Workplan== <!--T:21-->
==Workplan== <!--T:21-->


</translate>
<!--T:22-->
[[File:Job 5.jpg]]
[[File:Job_5.jpg]]
<translate>


<!--T:23-->
<!--T:23-->
If you have a job which contends more than one path operation, you can determine in which order the operations should be done.
If you have a job that contains more than one path operation, you can determine in which order the operations should be done.
To reorder, select a operation an push the up or down button.
To reorder, select an operation and push the up or down button.


<!--T:26-->
{{Docnav
|
|[[CAM_Post|Post]]
|[[CAM_Workbench|CAM]]
|IconL=
|IconR=CAM_Post.svg
|IconC=Workbench_CAM.svg
}}


</translate>
</translate>
{{CAM_Tools_navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}
<languages/>

Latest revision as of 22:28, 16 March 2024

CAM Job

Menu location
CAM → Job
Workbenches
CAM
Default shortcut
P J
Introduced in version
-
See also
CAM Post, CAM Postprocessor Customization

Description

The Job tool creates a new Job object in the active document. The Job object contains the following information:

  1. A list of Tool-Controller definitions, specifying the geometry, Feeds, and Speeds for the Path Operations Tools.
  2. A Workflow sequential list of Path Operations.
  3. A Base Body—a clone used for offset.
  4. A Stock, representing the raw material that will be milled to CAM Workbench.
  5. A SetupSheet, containing inputs used by the Path Operations, including static values and formulas.
  6. Configuration parameters specifying the output G-Code job's destination path, file name, and extension, and the postprocessor (used to generate the appropriate dialect for the target CNC Controller, and customize Units, Tool Changes, Parking, etc.).

Usage

  1. There are several ways to invoke the command:
    • Press the CAM Job button.
    • Select the CAM → Job option from the menu.
    • Use the keyboard shortcut: P then J.

The Job GUI dialog box has five horizontally aligned tabs: General, Output, Setup, Tools, and Workplan. The user can at any time utilize the OK or Cancel options within the dialog.

General

  • Label: The label of the Job as displayed in the tree view.
  • Model: The Base Object which defines by its shape the paths of the job. If it is a Part Design object, it is usually the Body you select here. If you have an element selected in the tree before you click the "Add Job" icon that element is already entered here. You can change it by selecting a different element from the dropdown menu.
  • Description: You can add some notes to the job here. Notes are only for your information and have no effect on the path.

Output

  • Output File: Set the name, extension, and the file path of the G-Code output. You can use the following placeholders:
    • %D directory of the active document
    • %d name of the active document (without extension)
    • %M user macro directory
    • %j name of the job

Setup

  • Stock: set the size and shape of the raw material.
  • Orientation: Selected Edge or Face is used to orient Base or Stock accordingly.
  • Alignment: select a Vertex to set origin or move Base or Stock

Tools

Add the tool(s) from your Tooltable that you need for the operations at this job.

After adding a tool, you can set/change the feedrate and spindle speed if you need a different feedrate in this job. A change here doesn't change the parameters stored in the tooltable.

You can delete the default tool if you have your own tool added.

Workplan

If you have a job that contains more than one path operation, you can determine in which order the operations should be done. To reorder, select an operation and push the up or down button.