CAM OpActiveToggle: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[Path_SelectLoop|SelectLoop]]
|[[CAM_SelectLoop|SelectLoop]]
|[[Path_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[CAM_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_SelectLoop.svg
|IconL=CAM_SelectLoop.svg
|IconR=Path_ToolBitLibraryOpen.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


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


<!--T:4-->
<!--T:4-->
The [[Image:Path_OpActiveToggle.svg|24px]] [[Path_OpActiveToggle|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.
<!--T:24-->
This tool can only be used if your [[Image:CAM_Job.svg|24px]] [[CAM_Job|Job]] has at least one path operation.


==Usage== <!--T:5-->
==Usage== <!--T:5-->
Line 32: Line 34:
# 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.
# 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:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Path_OpActiveToggle.svg|16px]] [[Path_OpActiveToggle|Path OpActiveToggle]]}} button.
#* Press the {{Button|[[Image:CAM_OpActiveToggle.svg|16px]] [[CAM_OpActiveToggle|CAM OpActiveToggle]]}} button.
#* Select the {{MenuCommand|Path → [[Image:Path_OpActiveToggle.svg|16px]] Toggle the Active State of the Operation}} option from the menu.
#* Select the {{MenuCommand|CAM → [[Image:CAM_OpActiveToggle.svg|16px]] Toggle the Active State of the Operation}} option from the menu.
#* Use the keyboard shortcut: {{KEY|P}} then {{KEY|X}}.
#* Use the keyboard shortcut: {{KEY|P}} then {{KEY|X}}.
# The result depends on the selected operation:
# The result depends on the selected operation:
#* If you have selected an active operation the command deactivates it:
#* If you have selected an active operation the command deactivates it:
#** The operation icon is replaced with the command icon: [[Image:Path_OpActiveToggle.svg|16px]].
#** The operation icon is replaced with the command icon: [[Image:CAM_OpActiveToggle.svg|16px]].
#** The operation icon and label are grayed out.
#** The operation icon and label are grayed out.
#** The paths generated from the operation disappear from the [[3D_view|3D view]].
#** The paths generated from the operation disappear from the [[3D_view|3D view]].
#** When using the [[Image:Path_Inspect.svg|16px]] [[Path_Inspect|Path Inspect]] command or the [[Image:Path_Post.svg|16px]] [[Path_Post|Path Post]] command, the operation's G-code is not provided.
#** 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:
#* 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 is replaced with that belonging to the operation.
#** The operation icon and label are no longer grayed out.
#** 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]].
#** The paths generated from the operation are recomputed and displayed in the [[3D_view|3D view]].
#** When using the [[Image:Path_Inspect.svg|16px]] [[Path_Inspect|Path Inspect]] command or the [[Image:Path_Post.svg|16px]] [[Path_Post|Path Post]] command, the operation's G-code is provided.
#** 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.


==Options== <!--T:13-->
==Options== <!--T:13-->
Line 73: Line 75:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Path_SelectLoop|SelectLoop]]
|[[CAM_SelectLoop|SelectLoop]]
|[[Path_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[CAM_ToolBitLibraryOpen|ToolBitLibraryOpen]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_SelectLoop.svg
|IconL=CAM_SelectLoop.svg
|IconR=Path_ToolBitLibraryOpen.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


</translate>
</translate>
{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{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.