CAM Simulator/zh: Difference between revisions

From FreeCAD Documentation
(Created page with "此工具可以通过沿G-code路径扫略用于每个操作的刀具3D模型模拟刀路作业,当刀具和毛坯重叠时消去毛坯中的材料以提供可视化的作...")
(Created page with "==使用== # 按下{{KEY|16px 模拟器}}按钮 # 取消不需要模拟的操作。 # 调整速度和精度设定。 # 从下...")
Line 10: Line 10:
[[File:Path-Simulation.gif]]
[[File:Path-Simulation.gif]]


==Usage==
==使用==
# Press the {{KEY|[[Image:Path_Simulator.png|16px]] [[Path_Simulator|CAM Simulator]]}} button
# 按下{{KEY|[[Image:Path_Simulator.png|16px]] [[Path_Simulator|模拟器]]}}按钮
# 取消不需要模拟的操作。
# De-select any Operations that are not to be simulated
# 调整速度和精度设定。
# Tune the Speed and Accuracy settings.
# 从下拉菜单中选择需要模拟的作业。
# Select the Job for simulation from the drop menu.
# Press Play button to or play back an animation of the operations.<br> Press the Fast Forward button to make it really fast even for complicated paths.
# 按下播放按钮播放或者回放操作的动画。<br> 按下快进按钮加快播放速度Press the Fast Forward button to make it really fast even for complicated paths.
# Pause, and Single-Step functionality is provided for resolving specific cuts or movements.
# Pause, and Single-Step functionality is provided for resolving specific cuts or movements.
# Clicking the Cancel button will remove the stock created for the simulation. If you click Ok this object will be kept in your Job.
# Clicking the Cancel button will remove the stock created for the simulation. If you click Ok this object will be kept in your Job.

Revision as of 11:55, 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模型模拟刀路作业,当刀具和毛坯重叠时消去毛坯中的材料以提供可视化的作业运行效果。这可以在机床运行作业前上检查并杜绝错误。

使用

  1. 按下 模拟器按钮
  2. 取消不需要模拟的操作。
  3. 调整速度和精度设定。
  4. 从下拉菜单中选择需要模拟的作业。
  5. 按下播放按钮播放或者回放操作的动画。
    按下快进按钮加快播放速度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