#linuxcnc-devel | Logs for 2016-07-24

Back
[08:24:14] <jepler> "“Never express yourself more clearly than you are able to think.”
[08:24:26] <jepler> (attributed to Niels Bohr)
[08:29:56] <archivist> and there's more https://en.wikiquote.org/wiki/Niels_Bohr
[08:41:19] <KGB-linuxcnc> 03Jeff Epler 05master a2edc33 06linuxcnc Merge branch 'wj200-extra-fields' of https://github.com/jamwaffles/linuxcnc * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a2edc33
[08:42:07] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #120: Thanks for your contributions. 02https://github.com/LinuxCNC/linuxcnc/pull/120#issuecomment-234776772
[08:51:22] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15cradek closed pull request #120: Wj200 extra registers (06master...06wj200-extra-fields) 02https://github.com/LinuxCNC/linuxcnc/pull/120
[08:54:34] <jthornton> is there a way to grep -irl ' = ' in just the .hal files?
[08:56:57] <KGB-linuxcnc> 03John Thornton 052.7 d84f448 06linuxcnc 10configs/by_interface/parport/plasma-thc-sim/simulator.hal Fix direction indicator missing > * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d84f448
[09:17:08] <jepler> jthornton: find . -name \*.hal -exec grep ' = ' {} +
[09:17:24] <jepler> if the hal files are in git, git grep ' = ' -- '*.hal'
[09:19:33] <jepler> (\*.hal and '*.hal' have equivalent meaning in shell)
[09:20:22] <jepler> this pattern finds ones where they are not preceeded by a '#': git grep '^[^#]* = '
[09:44:59] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15gmoccapy opened issue #121: documentation of linuxcnc.stat.attributes does not reflect the JA changes 02https://github.com/LinuxCNC/linuxcnc/issues/121
[10:17:29] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 50868f6 06linuxcnc 10(27 files in 6 dirs) gmoccapy_JA_master_2_0_25 - hal pin for jogging joints on not identity machines * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=50868f6
[10:17:29] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master a4f8f4c 06linuxcnc Merge branch 'master' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into gmoccapy_JA_based_on_master * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a4f8f4c
[10:31:15] <JT-Shop> jepler: thanks
[10:35:47] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15gmoccapy opened issue #122: hal_glib - All homed not working as expected on not trivial kinematics 02https://github.com/LinuxCNC/linuxcnc/issues/122
[13:04:51] <jepler> JT-Shop: (I didn't find any other examples like the one you fixed earlier)
[13:18:20] <JT-Shop> nor could I
[13:18:30] <JT-Shop> thanks for the grep examples
[14:14:54] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15gmoccapy commented on issue #122: I think I found a solution, please give me some time to test all the other GUI.... 02https://github.com/LinuxCNC/linuxcnc/issues/122#issuecomment-234794508
[14:46:33] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master b802545 06linuxcnc 10(5 files in 3 dirs) gmoccapy_JA_master - tests to change to home joints not axis * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b802545
[14:46:34] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master e7e8d45 06linuxcnc 10(5 files in 3 dirs) gmoccapy_JA_master_2_0_25_1 - ongoing work on homing joints not axis * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e7e8d45
[14:51:32] <KGB-linuxcnc> 03Norbert Schechner 05master 091c645 06linuxcnc 10lib/python/hal_glib.py GladeVCP - hal_status - hal_glib - report homed joints not axis * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=091c645
[14:51:32] <KGB-linuxcnc> 03Norbert Schechner 05master 8886d77 06linuxcnc Merge branch 'master' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8886d77
[14:53:44] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15gmoccapy commented on issue #122: Pushed solution with commit 091c64537f3d9a747cce75d30908825a0e5b84a1... 02https://github.com/LinuxCNC/linuxcnc/issues/122#issuecomment-234796780
[15:51:00] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #122: Thanks @gmoccapy 02https://github.com/LinuxCNC/linuxcnc/issues/122#issuecomment-234799871
[16:51:19] <Roguish> hey. what's the best distro to start with for a JA system configuration? wheezy, jessie, mint, ????
[16:52:03] <skunkworks_> wheezy is the newest that supports the rtai kernel
[16:52:12] <skunkworks_> (the livecd)
[16:53:10] <skunkworks_> I think we hit the K&T hard enough to tweek the table alignment.. We folded over a piece of 1/4" thick square tubing before the estop was hit.
[16:53:21] <skunkworks_> now the table edge is .002 out over 2ft.. Oops
[16:54:21] <skunkworks_> we think maybe we 'tweeked' the curic coupling.. (maybe the mounting bolts or such)
[16:57:34] <JT-Shop> ouch
[17:01:13] <skunkworks_> I made some parts - the sizes I was doing (5 inch) it wasn't noticeable..
[17:01:42] <skunkworks_> once this job is done - we are going to swap pallets and see if it has the same error.
[17:01:59] <skunkworks_> it doesn't seem to hard to get to the coupling.. might be a rainy day project
[17:17:03] <JT-Shop> don't mention rain till my slab is done!
[20:54:49] -linuxcnc-github:#linuxcnc-devel- [13wlo] 15jepler pushed 1 new commit to 06master: 02https://github.com/LinuxCNC/wlo/commit/04f57d059446e4623d4e14f859edcef1b952497a
[20:54:49] -linuxcnc-github:#linuxcnc-devel- 13wlo/06master 1404f57d0 15Jeff Epler: new showcase...
[20:54:52] <KGB-wlo> push to master branch: http://linuxcnc.org/
[21:08:48] <skunkworks_> jepler, thanks for doing that - and the forum is running awesome
[21:13:10] <seb_kuzminsky> yeah it's so much better than before
[21:21:28] <skunkworks_> dad has been having problems with axis preview not showing the correct offset.
[21:21:55] <skunkworks_> He thinks it has to do with an M0 in the middle of the program.
[21:22:05] <skunkworks_> I have not been able to play with it.
[21:35:29] <seb_kuzminsky> bugs! bugs everywhere!
[21:58:28] <skunkworks_> eh - just a little bump in the road
[21:58:48] <skunkworks_> Big changes cause unforeseen issues.
[21:59:53] <skunkworks_> cleanup in isle 4
[22:00:21] <skunkworks_> or something like that
[22:05:43] <seb_kuzminsky> cleanup in isle 4 through 1023 ;-)
[22:10:15] <jepler> cleanup on aisle ℤ