- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @tjd10684
Thanks for posting! I had a look at your file and the generic Omax output and it looks like the In Control and Left Compensation features are not being output by Fusion. You can tell this by noticing that the "Side" column of the tabular output reads zero - there should be a number there defining left or right compensation.
// X Y Z StartTilt EndTilt Bow Quality Side Thickness [0], 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0, 0, 0, R,R,R,R,R,R,[END] [0], 0.0000, 0.0000, 0.2000, 0.0000, 0.0000, 0.0000, 0, 0, 0, R,R,R,R,R,R,[END]
I have logged this issue with our development team as CAM-7187, as Fusion is not outputting toolpath parameters correctly. This was verified by posting the same operation to the "Dumper.cps - Generic Dumper" post, which will output all of the parameter information from the Fusion 360 toolpaths being posted. In the line below, we can see that radius compensation is not activated even though you had Left compensation set In Control.
STATE radiusCompensation=RADIUS_COMPENSATION_OFF // off
The function onRadiusCompensation should be called with the current state, but either it is being called with the wrong value or it is not being called at all.
Thank you for bringing this to our attention! Unfortunately, there is not an easy workaround for this issue - because Fusion is not enabling compensation when outputting information to the post processor, you would need to manually edit each line of your code. I would recommend trying to work around this by offsetting the curve created in the model to achieve the correct compensation amount and then using In Computer compensation. This is not a great solution, but it may allow you to make parts while we work to address this issue.
I apologize that you are experiencing this behavior and we appreciate you bringing it to our attention. Please feel free to let me know if you have any questions - I'm happy to help!
Fusion