Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
1I have the next gen Haas post and at the end of the program it posts a line that is G53 Y0. I understand what this is doing but I have selected Use G28. Should this not be a G28 G91 Y0, G90 move?
I've looked through the post and I have found at line 3709
if (_xyzMoved[0] || _xyzMoved[1]) {
_useG28 = false;
}
If I set it to True then I get a G28 output for Y as expected at the end of the program.
Is it expected behaviour to output a G53 at the end of the program hwen Use G28 is selected?
Solved! Go to Solution.