06-28-2016
09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-28-2016
09:38 AM
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
New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.
Find me on:
Instagram and YouTube
Fusion