On Sun, 25 Nov 2018 at 21:07, Alec Ari via Emc-developers < [email protected]> wrote:
> > 1.) How to tell what the debug address should be, for example in that > commit: configs/sim/axis/lathe.ini and also, LOG_LEVEL is a bit confusing > at first glance. Generally a log level is between 0 and 9, not in the tens > of thousands. What is the parameter range for LOG_LEVEL and what does this > directly affect? > https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/nml_intf/debugflags.h > 2.) In src/emc/rs274ngc/interp_array.cc there is "const int > Interp::_gees[] ={" -- What is the difference between -1 and 1, and why > does 640 start with a 13? What does 13 mean? > It's the modal group of the G-code. -1 means "code not used" http://linuxcnc.org/docs/html/gcode/overview.html#_modal_groups 3.) In src/emc/rs274ngc/interp_internal.hh -- G_71 is defined as 710. Why > 710 and what is 710 referring to? > G71 is 710. G71.1 would be 711. It's just an integer representation of the g-code allowing for the .1 .2 etc that some codes have, -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
