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
Tool table page
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Tool table page
See the statement:Hmmmmm, modify the source code, well I can get some help for that, where to look for those DROs?
s.Format(" X"+Format,x);
in KMotionCNCDlg.cpp
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: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)
read_x()
in file rs274ngc.cpp
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.