fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -156,21 +156,20 @@ Heidenhain MP1010).</p>
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetAxisRapidRate_mmdmin_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetAxisRapidRate_mmdmin*"></a>
|
||||
<a id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetLinearAxisRapidRate_mmdmin_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetLinearAxisRapidRate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetAxisRapidRate_mmdmin_System_String_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetAxisRapidRate_mmdmin(System.String)">
|
||||
GetAxisRapidRate_mmdmin(string)
|
||||
<h3 id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetLinearAxisRapidRate_mmdmin_System_String_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetLinearAxisRapidRate_mmdmin(System.String)">
|
||||
GetLinearAxisRapidRate_mmdmin(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets rapid traverse feedrate for a specific axis
|
||||
in mm/min (or deg/min for rotary).
|
||||
<div class="markdown level1 summary"><p>Gets rapid traverse feedrate for a linear axis in mm/min.
|
||||
Returns a default value if the axis is not configured.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">double GetAxisRapidRate_mmdmin(string axisName)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">double GetLinearAxisRapidRate_mmdmin(string axisName)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -195,6 +194,112 @@ Returns a default value if the axis is not configured.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetRotaryAxisRapidRate_degdmin_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetRotaryAxisRapidRate_degdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_GetRotaryAxisRapidRate_degdmin_System_String_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.GetRotaryAxisRapidRate_degdmin(System.String)">
|
||||
GetRotaryAxisRapidRate_degdmin(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets rapid traverse feedrate for a rotary axis in deg/min.
|
||||
Returns a default value if the axis is not configured.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">double GetRotaryAxisRapidRate_degdmin(string axisName)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>axisName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_SetLinearAxisRapidRate_mmdmin_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.SetLinearAxisRapidRate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_SetLinearAxisRapidRate_mmdmin_System_String_System_Double_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.SetLinearAxisRapidRate_mmdmin(System.String,System.Double)">
|
||||
SetLinearAxisRapidRate_mmdmin(string, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Sets rapid traverse feedrate for a linear axis in mm/min.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void SetLinearAxisRapidRate_mmdmin(string axisName, double value)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>axisName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_SetRotaryAxisRapidRate_degdmin_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.SetRotaryAxisRapidRate_degdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Dependencys_IRapidFeedrateConfig_SetRotaryAxisRapidRate_degdmin_System_String_System_Double_" data-uid="Hi.NcParsers.Dependencys.IRapidFeedrateConfig.SetRotaryAxisRapidRate_degdmin(System.String,System.Double)">
|
||||
SetRotaryAxisRapidRate_degdmin(string, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Sets rapid traverse feedrate for a rotary axis in deg/min.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void SetRotaryAxisRapidRate_degdmin(string axisName, double value)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>axisName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user