> Turning is done in stages, you need to change tools. Technical drawings
> detail the dimensions. It is easier to piece together the final detail
> of subroutines rather than enter the coordinates of several points.
> In programming, a subroutine can use 5 different tools, changing it once
> in the podprocedurze.
>

Have you considered using python?
AXIS can use python as a 'filter', i.e. you open the python file from AXIS,
the python file runs and produces G-code, and the G-code appears ready to
run in AXIS.
I have a few examples over here:
https://github.com/aewallin/linuxcnc-scripts
there are images here
https://github.com/aewallin/linuxcnc-scripts/tree/master/gallery

with this approach the program can be made arbitrarily complex, and as you
see my python scripts also use external C++ libraries.


AW
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to