Tool table page

Moderators: TomKerekes, dynomotion

cemoa9
Posts: 82
Joined: Mon Jun 01, 2020 11:01 am

Re: Tool table page

Post by cemoa9 » Wed Oct 27, 2021 1:29 pm

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

User avatar
TomKerekes
Posts: 2529
Joined: Mon Dec 04, 2017 1:49 am

Re: Tool table page

Post by TomKerekes » Wed Oct 27, 2021 5:54 pm

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
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply