CAM Simulator: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 6: Line 6:


<!--T:3-->
<!--T:3-->
This tool allows Simulation of the Path Job by sweeping 3D Models of the Tools used in each Path Job Operation, along the defined G-Code paths, and subtracting material from the Stock, providing visualization of the Job for to detect and isolate errors prior to running the Job on a mill.
This tool allows Simulation of the Path Job by sweeping 3D Models of the Tools used in each Operation, along the G-Code paths, subtracting material from the Stock, where the stock and tool overlap, providing visualization of the Job allowing detection and isolation of errors prior to running the Job on a mill.


==Usage== <!--T:4-->
==Usage== <!--T:4-->

Revision as of 19:55, 17 January 2018

Path Simulator

Menu location
Path → Cam Simulator
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
Path_Inspect

Description

This tool allows Simulation of the Path Job by sweeping 3D Models of the Tools used in each Operation, along the G-Code paths, subtracting material from the Stock, where the stock and tool overlap, providing visualization of the Job allowing detection and isolation of errors prior to running the Job on a mill.

Usage

  1. Press the File:Path ToolLenthOffset.png Tool length offset button
  2. Deselect any Operations that are not to be simulated
  3. Tune the Speed and Accuracy settings.
  4. Select the Job for simulation from the drop menu.
  5. Press the Fast Forward or Play buttons to either skip directly to the result, or play back an animation of the operations.
  6. Pause, and Single-Step functionality is provided for resolving specific cuts or movements.

Properties

  1. need usage
  • DataPlayback Speed: The speed of the simulation playback, in G-Code lines/second
  • DataAccuracy: The accuracy of the simulation expressed as a percentage indicating the simulations deviation from the Job
  • DataJob: The Job used as the basis of the simulation
  • DataOperation List: The list of Operations selected for inclusion in the simulation.


  • need options