fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.
This commit is contained in:
@@ -87,6 +87,24 @@
|
||||
<article data-uid="">
|
||||
<h1 id="release-note">Release Note</h1>
|
||||
|
||||
<h2 id="hinc-packages-version-31157">HiNc Packages Version 3.1.157</h2>
|
||||
<ul>
|
||||
<li>Fix step.csv reading crash on null or malformed values</li>
|
||||
<li>Fix XML IO sub-base directory not applied in some project file operations</li>
|
||||
<li>Improve CSV actual time parsing to support <code>DateTime</code> format in addition to <code>TimeSpan</code> (see <a href="../../user-guide/zh-Hant/script/PlayCsvFile/play-csv-file.html">執行CSV檔</a>)</li>
|
||||
<li>Fix CSV title parsing to trim surrounding quotes</li>
|
||||
<li>Make <code>EnableIntegerShrinkOnPositionCommand</code> configurable via project settings (previously hard-coded by CNC brand, now defaults to <code>false</code> with XML IO support)</li>
|
||||
<li>Fix G53.1 tool height compensation behavior: replace <code>NcEnv.SetToolHeightCompensationOnFeatureNormal</code> configuration with automatic detection via NC flag state</li>
|
||||
</ul>
|
||||
<h2 id="hinc-packages-version-31156">HiNc Packages Version 3.1.156</h2>
|
||||
<ul>
|
||||
<li>Fix G68 coordinate rotation transformation for non-origin rotation centers</li>
|
||||
<li>Fix NC optimization arc/circle offset when splitting arc fragments across multiple lines</li>
|
||||
<li>Fix optimization rotation code jumping at ±180° cycle boundary by applying cyclic angle comparison</li>
|
||||
<li>Fix RTCP on unmatched tool offset</li>
|
||||
<li>Fix blocking issue when time-mapping file not found</li>
|
||||
<li>Fix <a class="xref" href="../../api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_FlagsText">FlagsText</a> always null after NC parser refactoring</li>
|
||||
</ul>
|
||||
<h2 id="hinc-packages-version-31150">HiNc Packages Version 3.1.150</h2>
|
||||
<ul>
|
||||
<li>Add cubetree geometry defect scanning (<a class="xref" href="../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_ScanRuntimeGeomInfDefect_">ScanRuntimeGeomInfDefect</a>) and clearing (<a class="xref" href="../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_ClearDefectDisplayee_">ClearDefectDisplayee</a>) for detecting and visualizing geometry anomalies in workpieces (see <a href="../../user-guide/zh-Hant/script/GeomDefect/index.html">幾何缺陷掃描</a>)</li>
|
||||
|
||||
Reference in New Issue
Block a user