#linuxcnc-devel | Logs for 2016-01-18

Back
[02:27:46] <micges> seb_kuzminsky: same here on jessie
[02:27:55] <micges> 2.7.3
[02:37:10] <maxcnc> hi i got it implemented in the parameters #5440... and also the parameter _ax for getting info in G-code to G53 mashine origing
[02:37:23] <maxcnc> how do i commit or send a patch
[02:38:29] <maxcnc> i hacked in axis this morning M66E2L0
[02:38:31] <maxcnc> (#<xabsolut>=#5399)
[02:38:32] <maxcnc> (#<xabsolut>=#<_hal[axis.0.motor-pos-cmd]>)
[02:38:34] <maxcnc> #<xabsolut>=#<_ax>
[02:38:35] <maxcnc> (#<xabsolut>=#5440)
[02:38:37] <maxcnc> m167 P#<xabsolut>
[02:38:50] <maxcnc> now i got some more parameters to play with
[03:00:38] <maxcnc> ok i managed to get a commit
[03:01:12] <maxcnc> 0001-commit-to-set-parameters-5440.-Value-of-the-mashine-.patch this has been generated
[03:01:52] <maxcnc> now where to put or someone needs to test it
[03:02:05] <maxcnc> if it works on his system
[03:02:17] <maxcnc> first is always criticel
[03:02:39] <maxcnc> as you change things you might not to be changed
[03:03:04] <maxcnc> we wil see this evening BYE
[08:12:25] <jepler> maxcnc: use a github "pull reqest" https://github.com/linuxcnc/linuxcnc . "sign off" your commits according to our policy.
[08:31:11] <maxcnc> Hi
[08:31:24] <maxcnc> jepler: the policy side does not open
[08:54:59] <jepler> signed off policy : http://linuxcnc.org/docs/html/code/contributing-to-linuxcnc.html#_signed_off_by_policy
[08:59:31] <maxcnc> Thanks i do this for the first time so i realy dont know what im doing as my "Boss" IchgucksLive is in jungle and i run his shop
[09:00:49] <jepler> OK.
[09:02:55] <jepler> In my country (USA), someone paid to work on linuxcnc would require that employer's permission before adding signed-off-by, because my work while I am paid belongs to my employer and not to me.
[09:03:19] <jepler> so it makes sense to get the approval from your boss
[09:07:48] <maxcnc> that may take 2years
[09:08:27] <maxcnc> i got all permissions so i ca do that ;-)
[09:09:40] <maxcnc> Email your commits to the emc-developers mailing list (using git format-patch) is this mailed automatic
[09:10:12] <jepler> no, git format-patch just creates files on your local disk.
[09:10:48] <jepler> git send-email can be configured to do it, or you can send the file(s) as e-mail attachments of type text/plain.
[09:10:53] <jepler> afk
[09:11:11] <maxcnc> Thanks
[09:59:54] <KGB-linuxcnc> 03Jeff Epler 052.6 2d0d74a 06linuxcnc 10docs/src/code/Contributing-to-LinuxCNC.txt docs: improve contributing intructions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2d0d74a
[10:52:50] <jepler> I dropped norbert an e-mail about the merge conflict from 2.6 to 2.7.
[11:01:50] <maxcnc> do i need to sign t the mailinglist to admit a patch or is this a free to use mailing adress
[11:08:43] <maxcnc> http://pastebin.com/DvHc1Uws
[12:10:21] <KGB-linuxcnc> 03Norbert Schechner 052.7 233eb6e 06linuxcnc 03docs/src/code/contributing-to-linuxcnc.txt 10docs/src/gui/gladevcp.txt 10docs/src/gui/gmoccapy.txt Merge branch '2.6' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=233eb6e
[12:11:37] <KGB-linuxcnc> 03Norbert Schechner 05master ac009d3 06linuxcnc 10docs/src/gui/gmoccapy.txt Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ac009d3
[16:42:24] <micges> PCW: preempt rt kernel 4.4 is 9x better here than 4.1.3
[16:42:52] <micges> got 11us max now, have 90us on 4.1.3
[16:42:56] <micges> had
[16:46:49] <PCW> I didnt get that much of an improvement but I can now reliably run hm2_eth at 4 KHz on my clunky old Core Duo home desktop
[16:47:16] <PCW> also improved my laptop (old second gen I5)
[16:47:50] <PCW> made my G3258 worse however (worse than 4.1.15)
[16:48:36] <PCW> its _really_ early for a 4.4 Preemt-RT kernel so I expect some regressions
[16:48:44] <micges> yeah hardware specific
[16:50:18] <PCW> the latency spikes on the Core Duo (say in DPLL recorded latency) when you moved the mouse are gone
[16:50:42] <PCW> overall pretty impressive
[16:51:10] <PCW> I have not tried the 4.4 kernel on a slow (like Atom) machine yet
[16:52:35] <micges> 14us with two virtual machines
[16:53:39] <micges> yeah very neat results
[16:54:39] <jepler> debian stretch (testing) is still on 4.3, maybe when 4.4 lands we'll see an official -rt kernel land in backports again too
[16:55:39] <jepler> https://packages.debian.org/experimental/linux-image-4.4.0-rc8-rt-amd64
[16:56:10] <jepler> * [rt] Update to 4.4-rc6-rt1 and re-enable
[18:30:42] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes10 124c905 06linuxcnc 10src/emc/usr_intf/axis/scripts/axis.py axis.py clarify get_jog_mode function * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=124c905