On 21 June 2016 at 20:28, Niemand Sonst <[email protected]> wrote: > self.stat.max_velocity should return the value of [TRAJ]MAX_VELOCITY, > but it does not! > it returns the value of MAX_LINEAR_VELOCITY, what is wrong! That is a > difference from master to JA15, Why ?
The change is here: https://github.com/LinuxCNC/linuxcnc/blob/joints_axes15/src/emc/ini/initraj.cc#L157 I think you are right that it is wrong, there is no mention of [TRAJ]MAX_LINEAR_VELOCITY in the JA docs: https://github.com/LinuxCNC/linuxcnc/blob/joints_axes15/docs/src/config/ini-config.txt#L684 The conversion script is not aware of any changes in the TRAJ section: https://github.com/LinuxCNC/linuxcnc/blob/joints_axes15/scripts/update_ini -- 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 ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
