Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Steinwerks
in reply to: wileydavis

I believe if you change this section:

 

      if (workOffset != currentWorkOffset) {
        forceWorkPlane();
        writeBlock(gFormat.format(154), "P" + code);
        currentWorkOffset = workOffset;

to this:

 

      if (workOffset != currentWorkOffset) {
        forceWorkPlane();
        writeBlock(gFormat.format(103 + workOffset));
        currentWorkOffset = workOffset;

It should correct the issue. Make sure to save the post somewhere else as a custom post or you'll have to change this line every update.

 

Whoops, edited that code since G110 is offset 7.

Neal Stein

New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.

Find me on:
Instagram and YouTube