CAM experimental

From FreeCAD Documentation
Revision as of 20:45, 17 August 2021 by Roy 043 (talk | contribs) (Removed GuiCommand.)

Description

The Path Workbench contains, by default, a set of hidden commands. They are hidden by default because they are developmental or experimental for the following reasons:

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

Enable Experimental Features

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

Read more about the specific experimental commands on the wiki pages that link to this one.

Template:Path Tools navi