CAM Adaptive: Difference between revisions

From FreeCAD Documentation
(Initiate Path Adaptive wiki page)
 
(update warning of incomplete content)
Line 6: Line 6:
{{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=}}


'''BE ADVISED: THIS WIKI PAGE IS NEW AND INCOMPLETE AS OF 16 JULY 2019.'''


==Description==
==Description==
Line 17: Line 18:
====Basic Operation====
====Basic Operation====


<!--T:5-->
# Press the {{Button|[[Image:Path-Adaptive.svg|16px]] [[Path Adaptive|Adaptive]]}} icon, or select the [[Path Adaptive|Adaptive]] tool from the '''Path''' menu.
# Press the {{Button|[[Image:Path-Adaptive.svg|16px]] [[Path Adaptive|Adaptive]]}} icon, or select the [[Path Adaptive|Adaptive]] tool from the '''Path''' menu.
# Select the tool controller for the Operation from the Tool controller dialogue pop up window, if prompted.
# Select the tool controller for the Operation from the Tool controller dialogue pop up window, if prompted.
Line 39: Line 39:


==Properties==
==Properties==
''' THIS SECTION IS NOT ACCURATE '''
''' THIS SECTION IS NOT ACCURATE '''

It needs to be updated as of 16 July 2019.
It needs to be updated as of 16 July 2019.

The information provided was copied from the Path 3D Surface operation as a template and placeholder.
The information provided was copied from the Path 3D Surface operation as a template and placeholder.


Line 98: Line 100:


==Tasks Window Editor Layout==
==Tasks Window Editor Layout==
''' THIS SECTION IS NOT ACCURATE '''

It needs to be updated as of 16 July 2019.

The information provided was copied from the Path 3D Surface operation as a template and placeholder.

''Descriptions for the settings are provided in the Properties list above.''
''Descriptions for the 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.
This section is simply a layout map of the settings in the window editor for the Operation.
Line 117: Line 125:
* {{PropertyData|Safe Height}}
* {{PropertyData|Safe Height}}
* {{PropertyData|Clearance Height}}
* {{PropertyData|Clearance Height}}

====Rotation (when available)====

* {{PropertyData|Enable Rotation}}
* {{PropertyData|Rotation Axis}}
* {{PropertyData|Indexing Mode}}
* {{PropertyData|Fixed Index}}
* {{PropertyData|Start Index}}
* {{PropertyData|Stop Index}}
* {{PropertyData|Cutter Tilt}}
* {{PropertyData|Reverse Direction}}
* {{PropertyData|Alternative Depth Calculation}}


====Operation====
====Operation====

Revision as of 18:03, 16 July 2019

Path Adaptive

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

BE ADVISED: THIS WIKI PAGE IS NEW AND INCOMPLETE AS OF 16 JULY 2019.

Description

This tool creates an adaptive clearing and profiling path. The goal is to maintain a constant rate of material removal.

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. (TO BE ADDED)
    2. Set the Step Over value as a percentage of the diameter of the Tool.
  1. If you wish to preview the result before accepting the settings, click Apply
  2. 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

THIS SECTION IS NOT ACCURATE

It needs to be updated as of 16 July 2019.

The information provided was copied from the Path 3D Surface operation as a template and placeholder.

Note : Not all of these Properties are available in the Task Window Editor. Some are only accessible in the Data tab of the Properties View panel for this Operation.

Algorithm

  • DataAlgorithm: The library to use to generate the path
  • DataBoundBox: Should the operation be limited by the stock object or by the bounding box of the base object
  • DataDrop Cutter Dir: The direction along which dropcutter lines are created
  • DataDrop Cutter Extra Offset: Additional offset to the selected bounding box - use sub-properties to set values
    • DataX: x distance value
    • DataY: y distance value
    • DataZ: z distance value
  • DataLayer Mode: The completion mode for the operation: single or multi-pass
  • DataScan Type: Planar: Flat, 3D surface scan. Rotational: 4th-axis rotational scan.

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.

  • DataPlacement: Overall placement[position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DataAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DataAxis: Axis(one or multiple) around which to rotate the object, set in sub-properties: x, y, z
      • DataX: x axis value
      • DataY: y axis value
      • DataZ: z axis value
    • DataPosition: Position of the object, set in sub-properties: x, y, z - with respect to the origin (or origin of parent object container)
      • DataX: x distance value
      • DataY: y distance value
      • DataZ: z distance value
  • DataLabel: User-provided name of the object (UTF-8)

Depth

  • DataClearance Height: The height needed to clear clamps and obstructions
  • DataFinal Depth: Final Depth of Tool- lowest value in Z
  • DataSafe Height: The above which Rapid motions are allowed.
  • DataStart Depth: Starting Depth of Tool- first cut depth in Z
  • DataStep Down: Incremental Step Down of Tool

Path

  • DataActive: make False, to prevent operation from generating code
  • DataComment: An optional comment for this Operation
  • DataCut Mode: The direction that the toolpath should go around the part: Climb(ClockWise) or Conventional(CounterClockWise)
  • DataTool Controller: Defines the Tool controller used in the Operation
  • DataCut Pattern: Clearing pattern to use
  • DataCutter Boundary: Identify cutter boundary for operation.
  • DataUser Label: User assigned label

Surface

  • DataDepth Offset: Z-axis offset from the surface of the object
  • DataOptimize: Enable optimization which removes unnecessary points from G-Code output
  • DataSample Interval: The Sample Interval. Small values cause long wait times
  • DataStep Over: Step over percentage of the drop cutter path


Tasks Window Editor Layout

THIS SECTION IS NOT ACCURATE

It needs to be updated as of 16 July 2019.

The information provided was copied from the Path 3D Surface operation as a template and placeholder.

Descriptions for the 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 Location

  • Add: adds selected element(s) which should be the base(s) for the path(s)
  • Remove: remove the selected item(s) in the Base Location list
  • Edit: clear all items in the Base Location list

Depth

  • DataStart Depth
  • DataFinal Depth
  • DataStep Down

Height

  • DataSafe Height
  • DataClearance Height

Operation

  • DataAlgorithm
  • DataTool Controller
  • DataBoundBox
  • DataBoundBox extra offset X
  • DataBoundBox extra offset Y
  • DataDrop Cutter Direction
  • DataDepth Offset
  • DataSample Interval
  • DataStep Over
  • DataOptimize Output Enabled


Resources