CAM Simulator/zh: Difference between revisions

From FreeCAD Documentation
(Created page with "==描述==")
(Created page with "此工具可以通过沿G-code路径扫略用于每个操作的刀具3D模型模拟刀路作业,当刀具和毛坯重叠时消去毛坯中的材料以提供可视化的作...")
Line 6: Line 6:
==描述==
==描述==


此工具可以通过沿G-code路径扫略用于每个操作的刀具3D模型模拟刀路作业,当刀具和毛坯重叠时消去毛坯中的材料以提供可视化的作业运行效果。这可以在机床运行作业前上检查并杜绝错误。
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. This allows detection and isolation of errors prior to running the Job on a mill.


[[File:Path-Simulation.gif]]
[[File:Path-Simulation.gif]]

Revision as of 11:50, 8 May 2019

Path Simulator

Menu location
Path → CAM Simulator
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
Path Inspect

描述

此工具可以通过沿G-code路径扫略用于每个操作的刀具3D模型模拟刀路作业,当刀具和毛坯重叠时消去毛坯中的材料以提供可视化的作业运行效果。这可以在机床运行作业前上检查并杜绝错误。

Usage

  1. Press the CAM Simulator button
  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. Press Play button to or play back an animation of the operations.
    Press the Fast Forward button to make it really fast even for complicated paths.
  6. Pause, and Single-Step functionality is provided for resolving specific cuts or movements.
  7. Clicking the Cancel button will remove the stock created for the simulation. If you click Ok this object will be kept in your Job.

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. For interactive simulation, reducing accuracy to 0.3 works much faster.
  • DataJob: The Job used as the basis of the simulation
  • DataOperation List: The list of Operations selected for inclusion in the simulation.


  • need options