Laurens Wijnschenk
3DTechDraw
AutoDesk CAM user & Post editor.
René for Legend.
You can customize the Z value in the G53 line to your desired value.
Using G53 is the safest way to handle retracts.
Thanks. I still want to use the G53 Z0 to go home on the "on close".
During tool changes M5, M9 and G53 G0 Z0 are not required. The machine knows that.
I don't want to have the machine going home for every new work plane plane change. I rather control that myself with the clearance plane.
So I think I found it:
Changed line
if ((insertToolCall && !properties.fastToolChange) || newWorkOffset || newWorkPlane || toolChecked) {
to
if ((insertToolCall && !properties.fastToolChange) || newWorkOffset || toolChecked) {
PS: I am not responsible for any crashes on your machine. Use edit at your own risk.
Hope it helps someone.
I made the change. The only difference is that you will not see a G53 between work offset changes. It is a little dangerous. Ha!
Can't find what you're looking for? Ask the community or share your knowledge.