Hello Matthew,
I was wondering if you could clarify how your post processor differs from the one downloaded from Easel currently.
I am about to try out a Fusion file, and was wondering if your post processor solves any issues that there sounded to be with the Easel version a little while back.
Do you know if the Easel one still cause issues?
I contacted Inventables to try find out when their post processor was last updated and if it solved any issues. I sent them a link to the thread with your processor file to compare.
Below is their response.
thanks
Steve
JUL 17, 2017 | 11:46AM CDT
Griffin Dennis replied:
Hi Stephen, It seems the only thing that's changed between february and now with our official post-processor is the following:
29c29
< clampOffset: 1.0
---
> clampOffset: 0.0
between the February official post-p and the one in the thread we have the following differences:
29c29
< clampOffset: 1.0
---
> clampOffset: 0.0
276a277,278
> // var clearHeight = hasParameter("operation:clearanceHeight_value") ? getParameter("peration:clearanceHeight_value"): " ";
> // writeBlock(gMotionModal.format(0), zOutput.format(clearHeight));
288a291
> writeBlock(gMotionModal.format(0), zOutput.format(initialPosition.z));
293c296
< writeBlock(gMotionModal.format(0), zOutput.format(initialPosition.z));
---
>
294a298
> writeBlock(gMotionModal.format(0), zOutput.format(initialPosition.z));
303a308
> writeBlock(gMotionModal.format(0), zOutput.format(initialPosition.z));
442c447
< // noop
---
> writeBlock(gFormat.format(0), "X0Y0");
It looks as though he added some final movement commands to it, but I can't say for certain what it would necessarily help with without doing some deeper digging. I believe the clamp offset setting probably helps with the plunging issue that was described by the author. This is fixed in both the newest official post-p and the modified one from the thread. In any case out official post-processor should work quite well for most work in Easel. Please let us know if you have any more questions on this. Best, -Griffin.
Griffin Dennis
Junior Technical Support Specialist
Inventables, Inc.