⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layer.htm

📁 This is a CNCPro source file. It is include the G-Code interpreter source.
💻 HTM
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Doug Yeager">
   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win95; I) [Netscape]">
   <title>Layer Dialog Box</title>
</head>
<body>

<center>The Layer Dialog Box
<br><img SRC="layer.jpg" height=391 width=230></center>

<p>The layer dialog box is accessible by double-clicking on the on any
one of the layers listed in the layer column of the ACEconverter window.&nbsp;
This means, of course, that a DXF file must be loaded into ACEconverter
before accessing the Layer dialog box.
<p>This dialog allows the user to:
<ul>
<li>
Turn the layer off.&nbsp; If this box is checked, no entities in this layer
will be converted.</li>

<li>
Determine which direction to cut arcs and circles in this layer.&nbsp;
If "Doesn't Matter" is selected, upon priority optimisation the direction
of each arc or circle will be automatically generated and optimized if
the priority the layer belongs to is optimized. Otherwise, the arcs and
circles default direction is counterclockwise.</li>

<li>
Set the Z offset of the layer.&nbsp; This setting just offsets the value
of all Z values by the number specified.&nbsp; So if the drawing was made
on the XY plane located at Z=0, the user could change this plane to be
any Z value.</li>

<li>
Set the maximum depth per pass.&nbsp; This setting allows the user to determine
if more than one pass needs to be made during the machining process.&nbsp;
So for example, if your tool path is drawn at Z=-0.8 and the Max Z/Pass=0.25,
then there would need be 4 passes generated in order the get to the proper
Z depth of -0.8.</li>

<li>
Determine the character to be used in place of the Z character in the DXF
file.&nbsp; This can be very useful in 4 axis operations.&nbsp; So for
example, if the user's fourth axis is named W, this character can be set
to W and this layer would be generated only for the fourth axis control.&nbsp;
This effectively allows the user to integrate his or hers fourth axis into
tool path code yet not lose optimization by doing so.</li>

<li>
Determine which Priority the layer belongs to.&nbsp; Each layer belongs
to a priority.&nbsp; The priority properties define the layer properties
further.</li>
</ul>
<a href="index.html">Back To ACEconverter Help Index</a>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -