CAM Adaptive/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Adaptive Path")
 
(Created page with "{{Docnav/fr |Perçage Path |Gravure Path |Atelier Path |IconL=Path_Drilling.png |IconC=Path-Workbench.svg |IconR...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav/fr
{{Docnav|[[Path_Drilling|Drilling]]|[[Path_Engrave|Engrave]]|[[Path_Workbench|Path]]|IconL=Path_Drilling.png|IconC=Path-Workbench.svg|IconR=Path-Engrave.png}}
|[[Path_Drilling/fr|Perçage Path]]
|[[Path_Engrave/fr|Gravure Path]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Drilling.png
|IconC=Path-Workbench.svg
|IconR=Path-Engrave.png
}}


{{GuiCommand|Name=Path Adaptive|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Adaptive|Shortcut=|SeeAlso=}}
{{GuiCommand|Name=Path Adaptive|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Adaptive|Shortcut=|SeeAlso=}}

Revision as of 13:20, 23 August 2019

Path Adaptive

Menu location
Path → Adaptive
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None


Description

This tool uses an adaptive algorithm to create clearing and profiling paths that manage cutter engagement so that engagement and material removal never exceed a maximum value.

Usage

Usage instructions for the Adaptive operation are presented here.

Basic Operation

  1. Press the File:Path-Adaptive.svg Adaptive icon, or select the Adaptive tool from the Path menu.
  2. Select the tool controller for the Operation from the Tool controller dialogue pop up window, if prompted.
  3. Adjust the operation depths as needed in the Depths tab: Start Depth, Finish Depth, Step Down.
  4. Make adjustments in Heights tab if needed.
  5. Configure settings in the Operations tab:
    1. (See the Properties -> Adaptive section below.)
    2. Set the Step Over value as a percentage of the diameter of the Tool.
  6. If you wish to preview the result before accepting the settings, click Apply
  7. Click OK button to confirm and generate paths.


Preliminary Notes About Adaptive Clearing
  • Depending on the size and complexity of the area for the operation, is might be better to not recompute the operation after every property change; rather, consider:
    • deactivate the operation with the Active toggle tool, make your changes to the operation's properties, then click the Active icon again to re-activate the operation - which triggers a recompute internally.
  • The File:Path-Adaptive.svg Adaptive operation might contain a few bugs yet to be clearly identified. Please report bugs and issues in the FreeCAD Path/CAM Forum.
  • All tool shapes may not be respected with this operation. Check the FreeCAD forum for further details.
  • Should you choose to run the path simulator in the Path Workbench, it only uses the standard end mill to simulate paths. Therefore, you will not see tool-shape-specific material removal. Material removal is shown using the end mill shape.


Properties

Note : The names of some Properties in this list differ a little from the same settings used in the Task Window Editor.

Adaptive

  • DonnéesForce Inside-Out: Force plunging into material inside and clearing towards the edges
  • DonnéesHelix Angle: Helix ramp entry angle (degrees)
  • DonnéesHelix Diameter Limit: Limit helix entry diameter, if limit larger than tool diameter or 0, tool diameter is used
  • DonnéesKeep Tool Down Ratio: Max length of keep tool down path compared to direct distance between points
  • DonnéesLift Distance: Lift distance for rapid moves
  • DonnéesOperation Type: Type of adaptive operation: Clearing or Profiling
  • DonnéesSide: Side of selected faces that tool should cut: Inside or Outside
  • DonnéesStep Over: Percent of cutter diameter to step over on each pass
  • DonnéesStock to Leave: How much stock to leave (i.e. for a separate finishing operation)
  • DonnéesTolerance: Influences accuracy and performance
  • DonnéesUse Helix Arcs: Use Arcs (G2) for helix ramp

Base

Note: It is suggested that you do not edit the Placement property of path operations. Rather, move or rotate the Path Job model as needed.

  • DonnéesPlacement: Overall placement[position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DonnéesAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DonnéesAxis: Axis(one or multiple) around which to rotate the object, set in sub-properties: x, y, z
      • DonnéesX: x axis value
      • DonnéesY: y axis value
      • DonnéesZ: z axis value
    • DonnéesPosition: Position of the object, set in sub-properties: x, y, z - with respect to the origin (or origin of parent object container)
      • DonnéesX: x distance value
      • DonnéesY: y distance value
      • DonnéesZ: z distance value
  • DonnéesLabel: User-provided name of the object (UTF-8)

Depth

  • DonnéesClearance Height: The height needed to clear clamps and obstructions
  • DonnéesFinal Depth: Final Depth of Tool- lowest value in Z
  • DonnéesFinish Depth: Maximum material removed on final pass.
  • DonnéesSafe Height: The above which Rapid motions are allowed.
  • DonnéesStart Depth: Starting Depth of Tool- first cut depth in Z
  • DonnéesStep Down: Incremental Step Down of Tool

Path

  • DonnéesActive: make False, to prevent operation from generating code
  • DonnéesComment: An optional comment for this Operation
  • DonnéesTool Controller: Defines the Tool controller used in the Operation
  • DonnéesUser Label: User assigned label


Tasks Window Editor Layout

Descriptions for these settings are provided in the Properties list above. This section is simply a layout map of the settings in the window editor for the Operation.

Base Geometry

  • Add: adds selected element(s) which should be the base(s) for the path(s)
  • Delete: delete the selected item(s) in the Base Geometry list
  • Clear: clear all items in the Base Geometry list

Depths

  • DonnéesStart Depth
  • DonnéesFinal Depth
  • DonnéesFinish Depth
  • DonnéesStep Down

Heights

  • DonnéesSafe Height
  • DonnéesClearance Height

Operation

  • DonnéesTool Controller
  • DonnéesCut Region (Side)
  • DonnéesOperation Type
  • DonnéesStep Over Percent
  • DonnéesAccuracy vs Performance (Tolerance)
  • DonnéesHelix Ramp Angle
  • DonnéesHelix Max Diameter (Helix Diameter Limit)
  • DonnéesLift Distance
  • DonnéesKeep Tool Down Ratio
  • DonnéesStock to Leave
  • DonnéesForce Clearing Inside-Out
  • DonnéesStop


Resources