Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Error on Multi-Axis Post Processor : onLinear5D's param feed is zero!

Anonymous

Error on Multi-Axis Post Processor : onLinear5D's param feed is zero!

Anonymous
Not applicable

i test a Multi-Axis example,it looks good!but when i post it,something wrong happened.

when f360 call post function onLinear5D, param feed is 0.so,it can't be make a nc code .

I am confused and don't know what went wrong!please help me,thanks!

here is detail:1.png2.png3.png4.png5.png6.png7.png8.png

0 Likes
Reply
Accepted solutions (1)
512 Views
4 Replies
Replies (4)

will_1
Alumni
Alumni

Hi @Anonymous ,

 

If you send your fusion file so I can duplicate the issue I can take a look.

 

Thanks,

Will

0 Likes

Anonymous
Not applicable

here is my fusion project link:https://a360.co/342sTm4 

and please download post process file from:GRBL Multi-Axis Post Processor 

 

thanks! 

0 Likes

will_1
Alumni
Alumni
Accepted solution

Hi @Anonymous ,

 

It looks like "highFeedRate" needs to be defined in the post processor.

 

minimumChordLength = spatial(0.25MM);
minimumCircularRadius = spatial(0.01MM);
maximumCircularRadius = spatial(1000MM);
minimumCircularSweep = toRad(0.01);
maximumCircularSweep = toRad(180);
allowHelicalMoves = true;
allowedCircularPlanes = undefined// allow any circular motion
highFeedrate = (unit == IN) ? 650 : 5000//
 
Add it at the beginning where you see this code. You may need to adjust the values for your machine.
 
Thanks,
Will
1 Like

Anonymous
Not applicable

It's works,Thank you so much!

0 Likes