#linuxcnc-devel | Logs for 2014-11-07

Back
[00:04:23] <kb8wmc> CaptHindsight: back in...sorry it took so long
[07:02:40] <jepler> seb_kuzminsky: in writing luigetter I was looking at in-tree Python-based UIs with simple greps. I guess I missed uses of lube / lube_level in C++-coded UIs.
[13:54:06] <KGB-linuxcnc> 03Sebastian Kuzminsky 05liblinuxcnc-ui f51b42d 06linuxcnc 10src/emc/usr_intf/halui.cc halui: use lui coolant getters * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f51b42d
[13:54:06] <KGB-linuxcnc> 03Sebastian Kuzminsky 05liblinuxcnc-ui 178df6a 06linuxcnc 10src/liblinuxcnc-ui/luigetter.py lui-getter: add getters for lube and lube-level * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=178df6a
[13:54:06] <KGB-linuxcnc> 03Sebastian Kuzminsky 05liblinuxcnc-ui 3f6ed68 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 10src/liblinuxcnc-ui/linuxcnc-ui.h 03src/liblinuxcnc-ui/lube.cc lui: add functions to turn on/off lube * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3f6ed68
[13:54:09] <KGB-linuxcnc> 03Sebastian Kuzminsky 05liblinuxcnc-ui 702d415 06linuxcnc 10tests/liblinuxcnc-ui/lui-test.c lui-test: test lube * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=702d415
[13:54:13] <KGB-linuxcnc> 03Sebastian Kuzminsky 05liblinuxcnc-ui 49410be 06linuxcnc 10src/emc/usr_intf/halui.cc halui: use lui for lube * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=49410be
[14:34:56] <Guest22422> well 3.16 is now EOL so IPIPE won't be fighting with kernel updates
[14:35:16] <Guest22422> oh my nick changed.
[15:07:43] <bjmorel_work> I'm supprised Debian Jessie is using 3.16 if it get's such a quick EOL for kernel.org. I wonder if they are going to self maintain?
[15:48:27] <memleak> they usually do
[15:49:17] <memleak> if something is dead upstream they do whatever they can to avoid a major kernel bump, the only binary package distro ive seen ever bump major kernel releases without a new distro release is fedora
[15:50:01] <memleak> ubuntu made 3.8 last forever :)
[15:51:23] <memleak> hey did you make any progress with building debs for my RTAI tree?
[15:52:07] <memleak> i think it was about two weeks ago you said you'd try working with it?
[15:52:10] <CaptHindsight> bjmorel_work: ^^
[16:06:54] <jepler> memleak: 3.16 will also receive extended support by ubuntu. https://bits.debian.org/2014/07/kernel-version-for-jessie.html
[16:09:10] <seb_kuzminsky> jepler: luigetters is cool
[16:10:14] <jepler> seb_kuzminsky: glad you think so
[16:13:17] <seb_kuzminsky> can you make it automatically write the setters & their manpages too, that'd be great kthx
[16:15:50] <jepler> seb_kuzminsky: maybe next week
[16:16:49] <jepler> it might be entirely doable for the large number of items that boil down to a message with one scalar inside it
[18:40:24] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7 4acb2d5 06linuxcnc 10docs/man/man1/iocontrol.1 docs: document io's lube pin a bit more * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4acb2d5
[22:44:50] <skunkworks_> it is a cludge.. but I think usable.. http://electronicsam.com/images/KandT/testing/Screenshot%20from%202014-11-07%2022:21:58.png
[22:45:09] <skunkworks_> now I need to come up with a 'calibration' gcode.
[22:45:43] <skunkworks_> and a number of samples/tolerance..
[22:51:33] <skunkworks_> example - I want 10 samples with the center within 3 pixels. (so If it gets triggered while moving - it will throw out the moving samples)
[22:53:08] <skunkworks_> (or the camera has a delay)