Page 2 of 2

Re: Tool table page

Posted: Wed Oct 27, 2021 1:29 pm
by cemoa9
Hello Tom,

Hmmmmm, modify the source code, well I can get some help for that, where to look for those DROs?

Is it possible to modify also the source code to get the X' and Z'in the DROs and in the GCode as well? (without rewritting everything)

Cordially

Re: Tool table page

Posted: Wed Oct 27, 2021 5:54 pm
by TomKerekes
Hmmmmm, modify the source code, well I can get some help for that, where to look for those DROs?
See the statement:

s.Format(" X"+Format,x);

in KMotionCNCDlg.cpp
Is it possible to modify also the source code to get the X' and Z'in the DROs and in the GCode as well? (without rewritting everything)
X and Z are already supported in GCode. But adding new letters would be difficult. You would have to figure that out on your own. See the function:

read_x()

in file rs274ngc.cpp