Page 1 of 2
Viewing 4th axis toolpathing
Posted:
Sat Jun 22, 2019 8:05 pm
by Vmax549
For those doing 4th axis work it IS possible to view your toolpath inside of UCCNC before pushing the {CYCLESTART} button. The process is called from a macro. It can handle G94 code as well as G93 code.
(;-) TP
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 2:25 pm
by Battwell
tell me more
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 3:42 pm
by Vmax549
It also displays a 4th axis INDEXING program Very well.
(;-) TP
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 4:54 pm
by Vmax549
I used a product called Basic CNC Viewer to do it.
(;-) TP
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 6:59 pm
by Battwell
thats a cool program! thanks.
are you sharing the macro to call it in uccnc?
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 7:36 pm
by Vmax549
I am still ironning out a few things with the author of the program. When it all runs smooth I will post the macro.
(;-) TP
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 11:12 pm
by Greolt
That program looks interesting. I will have a play with it.
Coming from Mach3, I miss the visualisation of rotary toolpaths in UCCNC.
Look forward to seeing your macro to load it TP.
Re: Viewing 4th axis toolpathing
Posted:
Mon Jun 24, 2019 11:42 pm
by Vmax549
The 4th axis toolpath looks teh same as IF mach3 plotted it out. It can do G93 toolpathing as well as G94 and 4th axis INDEXED toolpaths.
I have had a LOT of people ask me about 4th axis toolpaths for UCCNC. This is the only way I have found so far to do it.
It takes teh loaded Gcode file name and uses that to open the Viewer. There are a few quirks about it though that I am trying to work out. But even a bit quirky it is WAY better than NO 4th axis toolpathing.
IT also can display Turn Gcode (;-)
Just a thought, (;-) TP
Re: Viewing 4th axis toolpathing
Posted:
Wed Jun 26, 2019 11:33 am
by Dan911
Dezsoe put out and external code editor macro a while back and with a quick test works fine. It will load the gcode file loaded in UCCNC into program when button pressed.
Put macro in profile folder and create a button 20126 . Edit the program path exe in macro to match path of your exe file location.
Re: Viewing 4th axis toolpathing
Posted:
Thu Jun 27, 2019 9:57 am
by Battwell
that macro opens the viewer but doesnt load the file for me. testing in demo mode.