CAM OpActiveToggle: Difference between revisions

From FreeCAD Documentation
(Fixed Path_OpActive link(s))
No edit summary
Line 9: Line 9:
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Inspect.svg
|IconL=Path_Inspect.svg
|IconC=Workbench_Path.svg
|IconR=Path_ToolLibraryEdit.svg
|IconR=Path_ToolLibraryEdit.svg
|IconC=Workbench_Path.svg
}}
}}


Line 16: Line 16:
{{GuiCommand
{{GuiCommand
|Name=Path OpActiveToggle
|Name=Path OpActiveToggle
|Workbenches=[[Path Workbench|Path]]
|MenuLocation=Path → Toggle the Active State of the Operation
|MenuLocation=Path → Toggle the Active State of the Operation
|Workbenches=[[Path_Workbench|Path]]
|Shortcut={{KEY|P}} {{KEY|X }}
|Shortcut={{KEY|P}} {{KEY|X }}
|SeeAlso=[[Path_Workbench|Path Workbench]]
|SeeAlso=[[Path_Workbench|Path Workbench]]
Line 25: Line 25:


<!--T:4-->
<!--T:4-->
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 {{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.
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 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.
Line 40: Line 40:
#* 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 icon in front of the operation's label will be replaced with that of the [[Image:Path_OpActiveToggle.svg|16px]] OpActiveToggle's icon.
#* The paths generated from the operation will disappear from the viewport.
#* The paths generated from the operation will disappear from 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, no g-code will be provided from the deactivated operation.
#* 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.


====Activate a deactivated operation==== <!--T:8-->
====Activate a deactivated operation==== <!--T:8-->
Line 51: Line 51:
#* The icon in front of the operation's label will be replaced with that which corresponds to the operation.
#* 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.
#* 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.
#* 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-->
==Options== <!--T:13-->
Line 65: Line 65:


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


<!--T:18-->
<!--T:18-->
Line 77: Line 77:
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Inspect.svg
|IconL=Path_Inspect.svg
|IconC=Workbench_Path.svg
|IconR=Path_ToolLibraryEdit.svg
|IconR=Path_ToolLibraryEdit.svg
|IconC=Workbench_Path.svg
}}
}}



Revision as of 19:11, 15 December 2020

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.

Path OpActiveToggle

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

Description

The Active tool in the Path 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 Job has at least one path operation the icon will be fully colored indicating it is available for use.


Usage

Deactivate an active operation

  1. Select an operation in the "Operations" group within a Job.
  2. Click on the Active toggle icon.
  3. When you deactivate an operation, you will notice:
    • The operation title and the icon preceding it will turn light gray.
    • The icon in front of the operation's label will be replaced with that of the OpActiveToggle's icon.
    • The paths generated from the operation will disappear from the viewport.
    • When using the Inspect G-code tool or Post Process command, no g-code will be provided from the deactivated operation.

Activate a deactivated operation

  1. Select a deactivated operation (light gray text and icon) in the "Operations" group within a Job.
  2. Click on the Active toggle icon.
  3. 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 Inspect G-code tool or Post Process command, the operation's g-code will be provided.

Options

Empty

Properties

Data

Empty

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.

Template:Path Tools navi