CAM Job/es: Difference between revisions

From FreeCAD Documentation
m (FuzzyBot moved page Path Job/es to CAM Job/es without leaving a redirect: Part of translatable page "Path Job")
(Updating to match new version of source page)
 
Line 25: Line 25:
==Description==
==Description==


The [[Image:Path_Job.svg|16px]] [[Path_Job|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 [[Path_Post|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==
==Usage==


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


Line 61: Line 61:
** '''%j''' name of the job
** '''%j''' name of the job


* '''Processor''': Select the [[Path_Post|postprocessor]] for your machine.
* '''Processor''': Select the [[CAM_Post|postprocessor]] for your machine.
* '''Arguments''': Add arguments for the [[Path_Post|postprocessor]] as needed.
* '''Arguments''': Add arguments for the [[CAM_Post|postprocessor]] as needed.


<span id="Setup"></span>
<span id="Setup"></span>
Line 78: Line 78:
[[File:Job_4.jpg]]
[[File:Job_4.jpg]]


Add the tool(s) from your [[Path_ToolLibraryEdit|Tooltable]] that 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.


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.
Line 105: Line 105:
</div>
</div>


{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 14:15, 26 March 2024

Trayectoria Pedido

Ubicación en el Menú
Trayectoria → Pedido
Entornos de trabajo
Trayectoria
Atajo de teclado por defecto
P F
Introducido en versión
-
Ver también
Ninguno

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.

Resultado

  • 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

Configuración

  • 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

Herramientas

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.

Programa de trabajo

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.