Page 2 of 2

Re: Fusion Post processor

PostPosted: Fri Oct 11, 2019 10:38 am
by dezsoe
No, the G0 G53 Z0 is OK now.

You asked for separate settings per each probe mode, because you sometimes forgot to change some settings. Now on the setup page of the probe screen you have a "Separate settings per mode" checkbox. See your post: Probe functionality.

Re: Fusion Post processor

PostPosted: Fri Oct 18, 2019 9:54 pm
by Delco
yes I found that when I first installed , its very good , the only thing that would make it better is if it saved or had a save function :) rather than having to close uccnc to save , even a autosave on page change would be good :)

Re: Fusion Post processor

PostPosted: Wed Jan 27, 2021 6:34 am
by zichor
I'am modifi for fusion & inventor post procesor, work ok

Re: Fusion Post processor

PostPosted: Mon Dec 04, 2023 9:42 pm
by reshleman
I realize this is an old post but I'm looking to do the same thing. If I'm understanding this correctly I need to change the second line G53 to the position of my fixed probe? Then change my M6 macro in the uccnc macro folder?



Move to tool change position)
G53 X40. Y55.
M0 (Pause program for tool change)
T9 M6 (chamfer mill D=6. 6 mm chamfer tool) --> This is where it should do G0 G53 Z0
S28000 M3



int NewTool = exec.Getnewtool();
exec.Setcurrenttool(NewTool);
exec.Code("G0 G53 Z0");
while(exec.IsMoving());