Re: [Emc-developers] Change acceleration of tooltip

2019-03-08 Thread Thắng Lê
Yes, i saw it but these pins ( global pins) doesnt work in Linuxcnc 2.8 Vào Th 6, 8 thg 3, 2019 vào lúc 22:17 andy pugh đã viết: > On Fri, 8 Mar 2019 at 15:08, Thắng Lê wrote: > > > > As i know, linuxcnc cant change accleration during run gcode. So i just > > wanna change it when linuxcnc is

Re: [Emc-developers] Change acceleration of tooltip

2019-03-08 Thread andy pugh
On Fri, 8 Mar 2019 at 15:08, Thắng Lê wrote: > > As i know, linuxcnc cant change accleration during run gcode. So i just > wanna change it when linuxcnc is in idle. > I tried add "maxacc" command to set acceleration of tooltip in python > interface. Can't you use the INI HAL pins?

[Emc-developers] Change acceleration of tooltip

2019-03-08 Thread Thắng Lê
As i know, linuxcnc cant change accleration during run gcode. So i just wanna change it when linuxcnc is in idle. I tried add "maxacc" command to set acceleration of tooltip in python interface. To do it i modified 2 files: src/emc/usr_intf/axis/extensions/emcmodule.cc (added maxacc function)