CAM OpActiveToggle: Difference between revisions

From FreeCAD Documentation
m (Use the correct naming convention for workbenches)
(Marked this version for translation)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu|png to svg + Properties}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[CAM_SelectLoop|SelectLoop]]
|[[Path_Inspect|G-Code Inspector]]
|[[CAM_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Inspect.svg
|IconL=CAM_SelectLoop.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
|IconR=Path_ToolLibraryEdit.svg
}}
}}


<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Path OpActive
|Name=CAM OpActiveToggle
|MenuLocation=CAM → Toggle the Active State of the Operation
|Workbenches=[[Path Workbench|Path]]
|Workbenches=[[CAM_Workbench|CAM]]
|MenuLocation=Path → Toggle the Active State of the Operation
|Shortcut={{KEY|P}} {{KEY|X }}
|Shortcut={{KEY|P}} {{KEY|X }}
|SeeAlso=[[Path_Workbench|Path Workbench]]
}}
}}


Line 25: Line 24:


<!--T:4-->
<!--T:4-->
The {{KEY|[[Image:Path_OpActive.svg|24px]] [[Path OpActive|Active]]}} tool in the [[Image:Workbench_Path.svg|24px]] [[Path Workbench|Path Workbench]] is used to toggle the active state of an existing path operation.
The [[Image:CAM_OpActiveToggle.svg|24px]] [[CAM_OpActiveToggle|Active]] tool in the [[Image:Workbench_CAM.svg|24px]] [[CAM_Workbench|CAM Workbench]] is used to toggle the active state of an existing path operation.
This tool is not available, indicated as a light gray version of the icon, until you have created one or more path operations. Once your [[Image:Path_Job.svg|24px]] [[Path_Job|Job]] has at least one path operation the icon will be fully colored indicating it is available for use.


==Usage== <!--T:5-->
<!--T:24-->
This tool can only be used if your [[Image:CAM_Job.svg|24px]] [[CAM_Job|Job]] has at least one path operation.


====Deactivate an active operation==== <!--T:6-->
==Usage== <!--T:5-->


<!--T:7-->
<!--T:7-->
# Select an operation in the "Operations" group within a Job.
# Select an operation in the {{MenuCommand|Operations}} group belonging to a Job. A deactivated operation can be recognized by its grayed out label and icon.
# There are several ways to invoke the command:
# Click on the {{KEY|[[Image:Path_OpActive.svg|16px]] [[Path OpActive|Active]]}} toggle icon.
#* Press the {{Button|[[Image:CAM_OpActiveToggle.svg|16px]] [[CAM_OpActiveToggle|CAM OpActiveToggle]]}} button.
# When you deactivate an operation, you will notice:
#* Select the {{MenuCommand|CAM → [[Image:CAM_OpActiveToggle.svg|16px]] Toggle the Active State of the Operation}} option from the menu.
#* The operation title and the icon preceding it will turn light gray.
#* Use the keyboard shortcut: {{KEY|P}} then {{KEY|X}}.
#* The icon in front of the operation's label will be replaced with that of the [[Image:Path_OpActive.svg|16px]] OpActive's icon.
#* The paths generated from the operation will disappear from the viewport.
# The result depends on the selected operation:
#* If you have selected an active operation the command deactivates it:
#* When using the {{KEY|[[Image:Path Inspect.svg|16px]] [[Path Inspect|Inspect G-code]]}} tool or {{KEY|[[Image:Path PostProcess.svg|16px]] [[Path Post|Post Process]]}} command, no g-code will be provided from the deactivated operation.
#** The operation icon is replaced with the command icon: [[Image:CAM_OpActiveToggle.svg|16px]].
#** The operation icon and label are grayed out.
#** The paths generated from the operation disappear from the [[3D_view|3D view]].
#** When using the [[Image:CAM_Inspect.svg|16px]] [[CAM_Inspect|CAM Inspect]] command or the [[Image:CAM_Post.svg|16px]] [[CAM_Post|CAM Post]] command, the operation's G-code is not provided.
#* If you have selected a deactivated operation the command activates it:
#** The operation icon is replaced with that belonging to the operation.
#** The operation icon and label are no longer grayed out.
#** The paths generated from the operation are recomputed and displayed in the [[3D_view|3D view]].
#** When using the [[Image:CAM_Inspect.svg|16px]] [[CAM_Inspect|CAM Inspect]] command or the [[Image:CAM_Post.svg|16px]] [[CAM_Post|CAM Post]] command, the operation's G-code is provided.


====Activate a deactivated operation==== <!--T:8-->
==Options== <!--T:13-->


<!--T:9-->
<!--T:19-->
# Select a deactivated operation (light gray text and icon) in the "Operations" group within a Job.
# Click on the {{KEY|[[Image:Path_OpActive.svg|16px]] [[Path OpActive|Active]]}} toggle icon.
# When you activate an operation, you will notice:
#* The operation title and the icon preceding it will turn colorful.
#* The icon in front of the operation's label will be replaced with that which corresponds to the operation.
#* The paths generated from the operation will be recomputed and displayed in the viewport.
#* When using the {{KEY|[[Image:Path Inspect.svg|16px]] [[Path Inspect|Inspect G-code]]}} tool or {{KEY|[[Image:Path PostProcess.svg|16px]] [[Path Post|Post Process]]}} command, the operation's g-code will be provided.

==Options== <!--T:13-->
Empty
Empty


==Properties== <!--T:14-->
==Properties== <!--T:14-->


===Data=== <!--T:15-->
<!--T:20-->
Empty
Empty


===View=== <!--T:16-->
==Scripting== <!--T:17-->
Empty


==Scripting== <!--T:17-->
<!--T:22-->
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:18-->
<!--T:18-->
Example:
Example:

{{Code|code=#Place code example here.}}
<!--T:23-->
{{Code|code=
#Place code example here.
}}



<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[CAM_SelectLoop|SelectLoop]]
|[[Path_Inspect|G-Code Inspector]]
|[[CAM_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Inspect.svg
|IconL=CAM_SelectLoop.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
|IconR=Path_ToolLibraryEdit.svg
}}
}}

<!--T:11-->
{{Path_Tools_navi}}

<!--T:12-->
{{Userdocnavi}}


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

Latest revision as of 20:31, 30 March 2024

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

CAM OpActiveToggle

Menu location
CAM → Toggle the Active State of the Operation
Workbenches
CAM
Default shortcut
P X
Introduced in version
-
See also
None

Description

The Active tool in the CAM Workbench is used to toggle the active state of an existing path operation.

This tool can only be used if your Job has at least one path operation.

Usage

  1. Select an operation in the Operations group belonging to a Job. A deactivated operation can be recognized by its grayed out label and icon.
  2. There are several ways to invoke the command:
    • Press the CAM OpActiveToggle button.
    • Select the CAM → Toggle the Active State of the Operation option from the menu.
    • Use the keyboard shortcut: P then X.
  3. The result depends on the selected operation:
    • If you have selected an active operation the command deactivates it:
      • The operation icon is replaced with the command icon: .
      • The operation icon and label are grayed out.
      • The paths generated from the operation disappear from the 3D view.
      • When using the CAM Inspect command or the CAM Post command, the operation's G-code is not provided.
    • If you have selected a deactivated operation the command activates it:
      • The operation icon is replaced with that belonging to the operation.
      • The operation icon and label are no longer grayed out.
      • The paths generated from the operation are recomputed and displayed in the 3D view.
      • When using the CAM Inspect command or the CAM Post command, the operation's G-code is provided.

Options

Empty

Properties

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.