Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.69 KB

Path_Simulator.md

File metadata and controls

53 lines (35 loc) · 2.69 KB
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
- GuiCommand:
   Name: Path Simulator
   MenuLocation: Path -> CAM Simulator
   Workbenches: Path_Workbench
   Shortcut: **P** **M**
   SeeAlso: Path_Inspect
---

Path Simulator

Description

The Simulator 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. This allows detection and isolation of errors prior to running the Job on a mill.

Usage

  1. There are several ways to invoke the command:
    • Press the Path Simulator button.
    • Select the Path → CAM Simulator option from the menu.
    • Use the keyboard shortcut: P then M.
  2. De-select 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. Use the Path Simulator toolbar to invoke different actions:
    • Press the (Play) button to play or playback an animation of the operations.
    • Press the (Fast Forward) button to increase the speed substantially (in order to quickly review complicated paths).
    • Press the (Pause) button to pause animation for troubleshooting purposes
    • Press the (Single-Step) button for slowing down the animation, this functionality helps troubleshooting and resolving specific cuts and/or movements.
    • Press the (Stop) button to stop the animation.
  6. Press the Cancel button will remove the stock created for the simulation. If you press OK this object will be kept in your Job.

Properties

  • Playback Speed: The speed of the simulation playback, in G-code lines/second

  • Accuracy: The accuracy of the simulation expressed as a percentage indicating the simulations deviation from the Job. For interactive simulation, reducing accuracy to 0.3 works much faster.

  • Job: The Job used as the basis of the simulation

  • Operation List: The list of Operations selected for inclusion in the simulation.

{{Path_Tools_navi}}


documentation index > Path > Path Simulator