CAM experimental/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


{{TOCright}}
{{GuiCommand
|Name=
|Workbenches=[[Path Workbench|Path]]
|MenuLocation=Tools → Edit Parameters → BaseApp → Preferences → Mod → Path → EnableExperimentalFeatures
|Shortcut=
|SeeAlso=
}}


==Description==
==Description==


The Path Workbench contains, by default, a set of hidden features. They are hidden by default because they are developmental or experimental for the following reasons:
The Path Workbench contains a set of hidden commands. They are hidden by default because they are experimental. A command can be considered experimental for any of the following reasons:
*is an incomplete feature
* It is incomplete.
*is bug-ridden
* It is bug-ridden.
*is unstable
* It is unstable.
*does not produce correct, stable, safe, paths
* It does not produce correct, stable, safe, paths.
*is not a standard, regularly used tool in the traditional CAM workflow
* It is not a standard, regularly used command in the traditional CAM workflow.
*is a mature, ready tool that has not been moved to the standard tool list
* It is mature but has not yet been moved to the standard tool list.
*... other reasons
* ... other reasons.


==Enable Experimental Features==
==Enable experimental commands==


To access the hidden experimental features in the Path Workbench, the user must enable them in the [[Std_DlgParameter|Parameter Editor]].
To access the hidden experimental commands of the Path Workbench, the user must enable them in the [[Std_DlgParameter|Parameter Editor]].


To enable Experimental Features:
# Open the [[Std_DlgParameter|Parameter Editor]] via {{MenuCommand|Tools → Edit Parameters...}}
# Open the [[Std_DlgParameter|Parameter Editor]] via {{MenuCommand|Tools → Edit Parameters...}}
# Once in the editor the path is {{MenuCommand|BaseApp → Preferences → Mod → Path}}
# Once in the editor the path is {{MenuCommand|BaseApp → Preferences → Mod → Path}}
# To enable the [[Path_Area|Path Area]] and [[Path_Area_Workplane|Path Area Workplane]] commands:
# Right click in the parameter list area to obtain the actions pop-up menu.
#* Right-click in the parameter list area and select {{MenuCommand|New New Boolean item}} from the context menu.
# Create a new Boolean parameter.
# Name the new parameter: {{incode|EnableExperimentalFeatures}} (case-sensitive).
#* Name the new parameter: {{incode|EnableAdvancedOCLFeatures}} (case-sensitive).
# Set it to: {{incode|True}}.
#* Set it to: {{incode|True}}.
# To enable the other experimental commands:
#* Again select {{MenuCommand|New → New Boolean item}} from the context menu.
#* Name the new parameter: {{incode|EnableExperimentalFeatures}} (case-sensitive).
#* Set it to: {{incode|True}}.
# Save the settings.
# Save the settings.
# Restart FreeCAD.
# Restart FreeCAD.

:Result: the experimental tools should appear in the Path Workbench.

:[[Image:Path_wb_enable_experimental_features.PNG]]
:{{Caption|Above: the [[Std_DlgParameter|Parameter editor]] showing the {{incode|EnableExperimentalFeature}} boolean as {{incode|True}}}}


==Additional Information==
==Additional Information==


<div class="mw-translate-fuzzy">
<big>Maggiori informazioni sulle specifiche funzionalità sperimentali nelle [https://www.freecadweb.org/wiki/Special:WhatLinksHere/Path_experimental pagine wiki che riguardano questo argomento]
<big>Maggiori informazioni sulle specifiche funzionalità sperimentali nelle [https://www.freecadweb.org/wiki/Special:WhatLinksHere/Path_experimental pagine wiki che riguardano questo argomento]
</big>
</big>
</div>



{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 10:50, 20 August 2021

Description

The Path Workbench contains a set of hidden commands. They are hidden by default because they are experimental. A command can be considered experimental for any of the following reasons:

  • It is incomplete.
  • It is bug-ridden.
  • It is unstable.
  • It does not produce correct, stable, safe, paths.
  • It is not a standard, regularly used command in the traditional CAM workflow.
  • It is mature but has not yet been moved to the standard tool list.
  • ... other reasons.

Enable experimental commands

To access the hidden experimental commands of the Path Workbench, the user must enable them in the Parameter Editor.

  1. Open the Parameter Editor via Tools → Edit Parameters...
  2. Once in the editor the path is BaseApp → Preferences → Mod → Path
  3. To enable the Path Area and Path Area Workplane commands:
    • Right-click in the parameter list area and select New → New Boolean item from the context menu.
    • Name the new parameter: EnableAdvancedOCLFeatures (case-sensitive).
    • Set it to: True.
  4. To enable the other experimental commands:
    • Again select New → New Boolean item from the context menu.
    • Name the new parameter: EnableExperimentalFeatures (case-sensitive).
    • Set it to: True.
  5. Save the settings.
  6. Restart FreeCAD.

Additional Information

Maggiori informazioni sulle specifiche funzionalità sperimentali nelle pagine wiki che riguardano questo argomento


Template:Path Tools navi/it