CAM OpActiveToggle/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}} <!-- Note: png to svg + Properties. -->
{{UnfinishedDocu{{#translation:}}}}


{{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=Path_ToolLibraryEdit.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{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 }}
|SeeAlso=
}}
}}


<span id="Description"></span>
==Descrizione==
==Descrizione==


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


==Usage==
==Usage==


# 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.
====Deactivate an active operation====
# There are several ways to invoke the command:

#* Press the {{Button|[[Image:CAM_OpActiveToggle.svg|16px]] [[CAM_OpActiveToggle|CAM OpActiveToggle]]}} button.
# Select an operation in the "Operations" group within a Job.
# Click on the {{KEY|[[Image:Path_OpActiveToggle.svg|16px]] [[Path_OpActiveToggle|Active]]}} toggle icon.
#* 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}}.
# When you deactivate an operation, you will notice:
# The result depends on the selected operation:
#* The operation title and the icon preceding it will turn light gray.
#* If you have selected an active operation the command deactivates it:
#* The icon in front of the operation's label will be replaced with that of the [[Image:Path_OpActiveToggle.svg|16px]] OpActiveToggle's icon.
#** The operation icon is replaced with the command icon: [[Image:CAM_OpActiveToggle.svg|16px]].
#* The paths generated from the operation will disappear from the viewport.
#** The operation icon and label are grayed out.
#* 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 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.
====Activate a deactivated operation====
#* If you have selected a deactivated operation the command activates it:

#** The operation icon is replaced with that belonging to the operation.
# Select a deactivated operation (light gray text and icon) in the "Operations" group within a Job.
#** The operation icon and label are no longer grayed out.
# Click on the {{KEY|[[Image:Path_OpActiveToggle.svg|16px]] [[Path_OpActiveToggle|Active]]}} toggle icon.
#** The paths generated from the operation are recomputed and displayed in the [[3D_view|3D view]].
# When you activate an operation, you will notice:
#** 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.
#* 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==
==Options==

Empty
Empty


==Properties==
==Properties==


===Data===
Empty

===View===
Empty
Empty


==Scripting==
==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


Example:
Example:

{{Code|code=#Place code example here.}}
{{Code|code=
#Place code example here.
}}



{{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=Path_ToolLibraryEdit.svg
|IconR=CAM_ToolBitLibraryOpen.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


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

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

Descrizione

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.