Message 1 of 4
Bug report Heidenhain post 44161
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there
Heidenhain post 44161 has a possible bug, it does for me. Five axis safe approach moves and plane spatial output is broken.
The offending code is: forceXYZ(); in the block below.
if (!isRequired) { // simple positioning
forceXYZ();
if (!state.retractedZ && xyzFormat.getResultingValue(getCurrentPosition().z) < xyzFormat.getResultingValue(position.z)) {
writeBlock("L", zOutput.format(position.z), feedCode.single);
machineSimulation({z:simPosition.z});
}
Happy to share my file/files with Autodesk to see if it is unique to me or not.
