CAM OpActiveToggle: Difference between revisions

From FreeCAD Documentation
m (space)
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}} <!-- Note: png to svg + Properties. -->
<translate>
<translate>


Line 7: Line 8:
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Inspect.png
|IconL=Path_Inspect.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_ToolLibraryEdit.png
|IconR=Path_ToolLibraryEdit.svg
}}
}}


Line 17: Line 18:
|Workbenches=[[Path Workbench|Path]]
|Workbenches=[[Path Workbench|Path]]
|MenuLocation=Path → Toggle the Active State of the Operation
|MenuLocation=Path → Toggle the Active State of the Operation
|Shortcut={{KEY|P}}, {{KEY|X }}
|Shortcut={{KEY|P}} {{KEY|X }}
|SeeAlso=[[Path_Workbench|Path Workbench]]
|SeeAlso=[[Path_Workbench|Path Workbench]]
}}
}}
Line 24: Line 25:


<!--T:4-->
<!--T:4-->
The {{KEY|[[Image:Path_OpActive.svg|16px]] [[Path OpActive|Active]]}} tool in the [[Path Workbench|Path Workbench]] is used to toggle the active state of an existing path operation.
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.
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 [[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 37: Line 38:
# When you deactivate an operation, you will notice:
# When you deactivate an operation, you will notice:
#* The operation title and the icon preceding it will turn light gray.
#* 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 OpActive's icon.
#* 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 paths generated from the operation will disappear from the viewport.
#* When using the {{KEY|[[Image:Path Inspect.png|16px]] [[Path Inspect|Inspect G-code]]}} tool or {{KEY|[[Image:Path PostProcess.png|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 50: 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.png|16px]] [[Path Inspect|Inspect G-code]]}} tool or {{KEY|[[Image:Path PostProcess.png|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 75: Line 76:
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_ToolLibraryEdit|Tool Manager]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Inspect.png
|IconL=Path_Inspect.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_ToolLibraryEdit.png
|IconR=Path_ToolLibraryEdit.svg
}}
}}


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


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



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

Revision as of 21:10, 25 August 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 OpActive

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 OpActive'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