Page 12 of 24
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Tue Feb 02, 2021 5:32 pm
by power67
Swissi,
I had the version 4 of your post processor working great for my machine. Not upgrading to 5, I am getting an error: Direction is not supported for machine configuration.
I have my 4th axis on the right side of my machine and use the X+ for the rotary axis in the post processor configuration. This seems to be what is causing the issue.
If I switch the rotary axis to X-, the processor works fine, but my axis turns the wrong direction.
Let me know what I am doing wrong or if there is an issue with this release.
Thank you for all your great work!
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Tue Feb 02, 2021 5:52 pm
by power67
Swissi,
Nevermind.... I had the wrong axis setup! my bad.
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Tue Feb 09, 2021 1:05 pm
by ChrisAttebery
If I choose XY Positions at end of job and select G28 OR G30 I get the following:
G90 G53 G0 X0. Y0.
Shouldn't the G53 command be a G30?
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Tue Feb 09, 2021 5:42 pm
by swissi
ChrisAttebery wrote: ↑Tue Feb 09, 2021 1:05 pm
If I choose XY Positions at end of job and select G28 OR G30 I get the following:
G90 G53 G0 X0. Y0.
Shouldn't the G53 command be a G30?
I can't reproduce your problem. When I select a G30 X/Y position at the end of the job I do get the correct code.
The end of my job file looks like this:
Code: Select all
N96040 M9
N96045 G28 G91 Z0.
N96050 G30 X0. Y0. <----
N96055 M30
%
Can you provide more details about what exactly you are doing?
-swissi
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Tue Feb 09, 2021 7:51 pm
by ChrisAttebery
I figured it out.
I had saved a machine that was pointing to the v4 post processor. Apparently the machine definition overrides what's in the Post Process popup. It's strange because I deleted the v4 post processor. Maybe it just wasn't passing some of the variables.
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Sat Mar 06, 2021 5:58 pm
by ChrisAttebery
I have a request. At tool changes and at the end of a program I would like to see the spindle shut off BEFORE the final retract in Z.
I'm changing tools manually so I'd like the spindle shut down ASAP when it's done cutting so I can open the door, get my impact wrench lined up, etc. As it is now the machine finishes the final cut, moves to safe Z, then shuts the spindle down.
I've made the changes to my personal copy of the post, but I'd like to see this change made to the newer revisions.
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Sat Mar 06, 2021 6:11 pm
by slodat
Would this mean the spindle would shut down while still in the cut?
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Sat Mar 06, 2021 6:44 pm
by ChrisAttebery
I mean after the cut is completed. Currently it turns off the coolant, moves to to Safe Z, turns off the spindle then goes to the tool change position.
I’d like the coolant off, spindle off, go to Safe Z and then go to the tool change position.
It turns the spindle off 2-3 seconds earlier and I don’t feel like I have to wait for the machine to start my tool change routine.
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Sun Mar 07, 2021 6:40 am
by Muzzer
slodat wrote: ↑Sat Mar 06, 2021 6:11 pm
Would this mean the spindle would shut down while still in the cut?
There's usually a lead-out or similar clearance move before the tool is retracted, so I don't see a problem stopping the spindle before the G28 Z0. I've yet to see a toolpath where the last move leaves the tool in contact with the workpiece. Perhaps there are circumstances where that happens that I'm not thinking of.
Re: Fusion 360 Mill Post Processor for Acorn with additional Features (New Version 5)
Posted: Sun Mar 07, 2021 3:33 pm
by slodat
Thank you for the explanations!