CAM experimental/de: Difference between revisions

From FreeCAD Documentation
m (FuzzyBot moved page Path experimental/de to CAM experimental/de without leaving a redirect: Part of translatable page "Path experimental")
(Updating to match new version of source page)
 
Line 6: Line 6:
==Beschreibung==
==Beschreibung==


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:
The CAM 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 incomplete.
* It is bug-ridden.
* It is bug-ridden.
Line 18: Line 18:
==Experimentelle Befehle aktivieren==
==Experimentelle Befehle aktivieren==


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


# 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 → CAM}}
# To enable the [[Path_Area|Path Area]] and [[Path_Area_Workplane|Path Area Workplane]] commands:
# To enable the [[CAM_Area|CAM Area]] and [[CAM_Area_Workplane|CAM Area Workplane]] commands:
#* Right-click in the parameter list area and select {{MenuCommand|New → New Boolean item}} from the context menu.
#* Right-click in the parameter list area and select {{MenuCommand|New → New Boolean item}} from the context menu.
#* Name the new parameter: {{incode|EnableAdvancedOCLFeatures}} (case-sensitive).
#* Name the new parameter: {{incode|EnableAdvancedOCLFeatures}} (case-sensitive).
Line 35: Line 35:
==Additional Information==
==Additional Information==


Read more about the specific experimental commands on the [https://www.freecadweb.org/wiki/Special:WhatLinksHere/Path_experimental wiki pages that link to this one].
Read more about the specific experimental commands on the [https://www.freecadweb.org/wiki/Special:WhatLinksHere/CAM_experimental wiki pages that link to this one].




{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Path Tools navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
[[Category:Poweruser Documentation{{#translation:}}]]
[[Category:Poweruser_Documentation{{#translation:}}]]
{{clear}}

Latest revision as of 14:35, 26 March 2024

Beschreibung

The CAM 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.

Experimentelle Befehle aktivieren

To access the hidden experimental commands of the CAM 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 → CAM
  3. To enable the CAM Area and CAM 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.