#linuxcnc-devel | Logs for 2015-10-10

Back
[00:06:01] <linuxcnc-build> build #1325 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/1325 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[00:06:10] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[00:07:23] <seb_kuzminsky> i bet that's a race between motion-logger starting up and linuxcncsvr starting up
[00:07:30] * seb_kuzminsky fires up a crappy rtai vm
[00:08:01] <seb_kuzminsky> oh yeah, libvirt doesnt run on this machine since my partial upgrade from backports
[00:08:21] <linuxcnc-build> build #2709 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/2709 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[00:08:33] <seb_kuzminsky> crap
[00:11:11] <seb_kuzminsky> Oct 9 18:10:36 steel kernel: [1326065.764304] traps: libvirtd[3129] general protection ip:7fb6fa7f7939 sp:7fff57909310 error:0 in libc-2.13.so[7fb6fa77d000+181000]
[00:13:51] <seb_kuzminsky> people hate the yaks, but i think they're a necessary emergent feature of the kind of awesome open systems we play with, and so i try to embrace them
[00:19:36] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[00:19:41] -!- arrowcnc_ [arrowcnc_!~qicruser@117.136.78.113] has joined #linuxcnc-devel
[00:21:19] <linuxcnc-build> build #3506 of 1201.rip-lucid-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1201.rip-lucid-rtai-i386/builds/3506 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[00:21:20] <linuxcnc-build> build #3515 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3515 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[00:30:42] -!- Loetmichel has quit [Ping timeout: 255 seconds]
[00:32:35] -!- arrowcnc_ has quit [Quit: qicr for android: faster and better]
[00:32:48] -!- arrowbook [arrowbook!~qicruser@117.136.78.113] has joined #linuxcnc-devel
[00:37:27] -!- arrowbook has quit [Client Quit]
[00:37:43] -!- arrowbook [arrowbook!~qicruser@117.136.78.113] has joined #linuxcnc-devel
[00:40:45] -!- arrowbook has quit [Client Quit]
[00:40:55] -!- arrowbook [arrowbook!~qicruser@117.136.78.113] has joined #linuxcnc-devel
[00:57:54] -!- asasasa has quit [Quit: asasasa]
[01:02:44] -!- arrowcnc_ [arrowcnc_!~qicruser@117.136.78.113] has joined #linuxcnc-devel
[01:03:09] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[01:20:55] -!- tannewt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[01:35:34] -!- Contract_Pilot has quit [Ping timeout: 246 seconds]
[01:35:42] <cmorley> I just rebuilt master after Jeff's change to stepconf's make file to look for Id conflics. I think it's too much. It's complaining of a ton of conflicts that don't matter. Asking devs to have a unique name for every object is un necessary and it creates a lot of noise when making. Opinions?
[01:36:24] -!- per_sonne_ has quit [Ping timeout: 250 seconds]
[01:38:15] <jepler> cmorley: If you prefer the checks are just not done, that's fine. There's also a commented-out block in scripts/checkglade that proposes a whitelist by widget class.
[01:40:19] <jepler> I agree that 1000 warnings that leave you unsure whether there are any real problems is essentially as bad a situation as 0 warnings that leave you unsure whether there are any real problems
[01:40:41] <jepler> what you want is 1 message which tells you that there is a real problem, but I did not achieve that ideal
[01:40:49] <cmorley> Yes your change before to use multifilebuilder reports duplicate ids and I think that was sufficient
[01:40:53] -!- Contract_Pilot has quit [Ping timeout: 268 seconds]
[01:41:17] <jepler> would you like me to just remove checkglade then?
[01:41:32] <cmorley> I agree GLADE made it a bit of a pain!
[01:41:55] <cmorley> I think that would be better yes
[01:41:58] <jepler> alright
[01:42:31] <jepler> sorry for the trouble. In retrospect I shouldn't have pushed it without asking you.
[01:43:14] <cmorley> Oh I agree with what you were trying to do... just it didn't work out... just freaked me out when I first saw it :)
[01:43:34] audio is now known as audioburn
[01:44:34] <jepler> I forgot that the multifilebuilder would signal an error at runtime about this instead of invisibly doing a wrong thing
[01:44:48] <cmorley> Yes that was a great improvement
[01:44:51] <jepler> the branch was on a computer I was about to reinstall and when I saw it I thought: oh my gosh, I did this a year ago for chris and I never pushed it!
[01:44:56] <jepler> without investigating too much
[01:45:05] <cmorley> lol all good
[01:45:29] <cmorley> thanks Jeff
[01:45:32] <jepler> sure thing
[01:46:18] <KGB-linuxcnc> 03Jeff Epler 05master 6cd3173 06linuxcnc 10src/emc/usr_intf/stepconf/Submakefile Revert "stepconf: non-fatal check for duplicate IDs" * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6cd3173
[01:46:18] <KGB-linuxcnc> 03Jeff Epler 05master e205f64 06linuxcnc 04scripts/checkglade Revert "checkglade: a new script to check glade files" * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e205f64
[01:49:00] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[01:50:55] -!- lucashodge has quit [Client Quit]
[01:55:16] <KGB-linuxcnc> 03Jeff Epler 052.7 554fa0f 06linuxcnc 10src/hal/drivers/mesa-hostmot2/hm2_eth.c hm2_eth: don't just crash when packets get lost * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=554fa0f
[01:58:31] <jepler> oh of course it was just drawing big circles when I tried to "G0" in a square
[01:58:38] <jepler> I didn't set my tolerance
[02:02:52] -!- mhaberler has quit [Quit: mhaberler]
[02:06:51] -!- tinkerer has quit [Remote host closed the connection]
[02:47:39] -!- norias has quit [Ping timeout: 240 seconds]
[03:02:05] -!- bkboggy has quit [Ping timeout: 265 seconds]
[03:02:27] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[03:05:21] -!- bkboggy_1 has quit [Ping timeout: 250 seconds]
[03:12:44] -!- anth0ny_ has quit [Quit: anth0ny_]
[03:19:59] -!- Roguish has quit [Quit: ChatZilla 0.9.92 [Firefox 41.0.1/20150929144111]]
[03:28:23] -!- arrowbook [arrowbook!~qicruser@117.136.92.12] has joined #linuxcnc-devel
[03:31:36] -!- arrowcnc_ has quit [Ping timeout: 264 seconds]
[03:32:32] -!- arrowbook has quit [Ping timeout: 250 seconds]
[03:37:25] -!- per_sonne_ has quit [Ping timeout: 256 seconds]
[03:41:01] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[03:44:01] -!- skunksleep has quit [Ping timeout: 246 seconds]
[03:44:56] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:49:36] -!- furrywolf has quit [Ping timeout: 255 seconds]
[03:59:05] -!- skunksleep has quit [Ping timeout: 250 seconds]
[04:09:46] -!- AR_ has quit [Ping timeout: 240 seconds]
[04:15:35] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[04:25:36] -!- Tecan has quit [Ping timeout: 255 seconds]
[04:34:21] <KGB-linuxcnc> 03Chris Morley 05master 6299160 06linuxcnc 10src/emc/usr_intf/stepconf/build_INI.py 10src/emc/usr_intf/stepconf/options.glade 10src/emc/usr_intf/stepconf/pages.py 10src/emc/usr_intf/stepconf/stepconf.py stepconf -add basic Gmoccapy screen option * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6299160
[04:39:12] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[04:42:34] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[04:44:28] audioburn is now known as audioburn_away
[04:49:57] -!- audioburn_away has quit [Quit: github.com/audioburn]
[04:53:28] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[04:53:42] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[05:00:39] -!- Nick001 has quit [Quit: ChatZilla 0.9.92 [Firefox 39.0.3/20150806001005]]
[05:03:53] -!- kingarmadillo has quit [Ping timeout: 265 seconds]
[05:08:52] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[05:08:59] -!- arrowcnc_ [arrowcnc_!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[05:10:36] -!- anomynous_ has quit [Ping timeout: 246 seconds]
[05:11:05] -!- arrowcnc_ has quit [Client Quit]
[05:12:04] -!- ve7it has quit [Remote host closed the connection]
[05:15:02] -!- arrowcnc_ [arrowcnc_!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[05:16:12] -!- anomynous has quit [Ping timeout: 246 seconds]
[05:31:24] -!- bobo has quit [Quit: Page closed]
[05:32:14] -!- Demiurge has quit [Read error: Connection reset by peer]
[05:32:15] -!- KGB-linuxcnc has quit [Ping timeout: 244 seconds]
[05:32:15] Demiurge_ is now known as Demiurge
[05:33:22] -!- justanotheruser has quit [Ping timeout: 265 seconds]
[05:33:42] -!- JT-Shop has quit [Read error: Connection reset by peer]
[05:34:05] -!- JT-Shop [JT-Shop!~john@184.63.188.69] has joined #linuxcnc-devel
[05:36:11] -!- KGB-linuxcnc [KGB-linuxcnc!~kgb-linux@git.linuxcnc.org] has joined #linuxcnc-devel
[05:38:15] -!- per_sonne_ has quit [Ping timeout: 246 seconds]
[05:40:26] -!- Audioburn has quit [Client Quit]
[05:55:00] -!- aventtini6 has quit [Ping timeout: 264 seconds]
[05:56:50] -!- arrowcnc_ has quit [Quit: qicr for android: faster and better]
[05:57:04] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[06:00:05] -!- arrowbook has quit [Client Quit]
[06:00:34] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[06:03:42] -!- kwallace [kwallace!~kwallace@142.147.85.210] has parted #linuxcnc-devel
[06:03:54] -!- arrowbook has quit [Client Quit]
[06:05:09] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[06:18:22] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[06:18:46] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[06:22:05] boboss-___ is now known as boboss
[06:29:50] -!- C_P-Away has quit [Ping timeout: 260 seconds]
[06:46:12] -!- patrickarlt has quit [Remote host closed the connection]
[06:51:03] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[06:52:45] -!- Tecan has quit [Ping timeout: 255 seconds]
[07:23:12] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[07:25:26] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[07:25:38] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[07:26:47] -!- rob_h [rob_h!~robh@90.203.133.2] has joined #linuxcnc-devel
[07:26:59] -!- kriskropd has quit [Ping timeout: 240 seconds]
[07:30:29] -!- kingarmadillo has quit [Remote host closed the connection]
[07:39:48] -!- per_sonne_ has quit [Ping timeout: 268 seconds]
[07:45:11] -!- arrowbook has quit [Quit: qicr for android: faster and better]
[07:45:21] -!- arrowbook [arrowbook!~qicruser@223.104.2.249] has joined #linuxcnc-devel
[07:55:46] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[07:58:42] CP-KG7AMV is now known as Contract_Pilot
[08:05:09] -!- bkboggy has quit [Quit: Leaving]
[08:06:29] -!- dimas has quit [Quit: (xchat 2.4.5 )]
[08:11:07] -!- RagingComputer has quit [Ping timeout: 240 seconds]
[08:11:46] -!- skunksleep has quit [Ping timeout: 246 seconds]
[08:16:23] -!- Lasper has quit [Ping timeout: 264 seconds]
[08:21:34] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[08:24:38] -!- micges has quit [Ping timeout: 260 seconds]
[08:27:20] -!- micges [micges!~micges@dbd10.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[08:33:33] -!- aventtini6 has quit [Ping timeout: 255 seconds]
[08:48:21] -!- tannewt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[09:11:00] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[09:22:12] -!- Miner_48er has quit [Quit: Leaving]
[09:25:19] -!- Audioburn has quit [Ping timeout: 240 seconds]
[09:31:06] -!- patrickarlt has quit [Ping timeout: 240 seconds]
[09:40:14] -!- per_sonne_ has quit [Ping timeout: 260 seconds]
[10:16:35] -!- arrowcnc_ [arrowcnc_!~qicruser@117.136.78.31] has joined #linuxcnc-devel
[10:16:36] -!- arrowbook has quit [Read error: Connection reset by peer]
[10:45:54] -!- anomynous_ has quit [Ping timeout: 246 seconds]
[10:50:21] -!- micges has quit [Ping timeout: 255 seconds]
[10:54:50] -!- micges [micges!~micges@dbd10.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:56:01] -!- per_sonne_ has quit [Ping timeout: 256 seconds]
[11:07:21] -!- micges has quit [Ping timeout: 256 seconds]
[11:09:46] -!- KimK has quit [Ping timeout: 265 seconds]
[11:19:59] -!- patrickarlt has quit [Ping timeout: 264 seconds]
[11:20:11] -!- micges [micges!~micges@dbd10.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[11:22:27] -!- KimK [KimK!~Kim__@ip68-102-67-135.ks.ok.cox.net] has joined #linuxcnc-devel
[11:27:17] -!- Tom_itx has quit [Ping timeout: 244 seconds]
[11:27:38] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[11:50:33] -!- micges has quit [Ping timeout: 250 seconds]
[11:56:38] -!- per_sonne_ has quit [Ping timeout: 240 seconds]
[12:20:46] -!- micges [micges!~micges@dbd10.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[12:40:40] -!- MacGalempsy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[12:47:36] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[12:56:34] -!- bjm_ [bjm_!~brianmore@71-13-81-38.static.bycy.mi.charter.com] has joined #linuxcnc-devel
[12:56:39] -!- bjmorel_work has quit [Read error: Connection reset by peer]
[13:01:49] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[13:08:42] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[13:09:45] -!- patricka_ has quit [Ping timeout: 246 seconds]
[13:11:02] -!- skunksleep has quit [Ping timeout: 250 seconds]
[13:30:00] -!- sumpfralle has quit [Remote host closed the connection]
[13:42:59] -!- eFuchs has quit [Quit: No Ping reply in 180 seconds.]
[13:43:37] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[13:58:23] -!- per_sonne_ has quit [Ping timeout: 264 seconds]
[13:59:00] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[14:11:04] -!- patrickarlt has quit [Ping timeout: 244 seconds]
[14:15:46] -!- aventtini6 has quit [Ping timeout: 246 seconds]
[14:20:57] -!- Tecan has quit [Ping timeout: 255 seconds]
[14:39:24] -!- a_morale has quit [Ping timeout: 264 seconds]
[14:55:43] -!- lem-fr has quit [Quit: Page closed]
[15:05:39] -!- Audioburn has quit [Ping timeout: 240 seconds]
[15:06:24] -!- kwallace [kwallace!~kwallace@142.147.85.210] has joined #linuxcnc-devel
[15:07:24] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[15:24:54] -!- chris_99 has quit [Quit: Leaving]
[15:37:52] <KGB-linuxcnc> 05jepler/hm2-aliases aefa54b 06linuxcnc Branch 'jepler/hm2-aliases' created * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=aefa54b
[15:37:52] <KGB-linuxcnc> 03Jeff Epler 05jepler/hm2-aliases 55f8d24 06linuxcnc 10docs/man/man9/hostmot2.9 10src/hal/drivers/mesa-hostmot2/hostmot2.h 10src/hal/drivers/mesa-hostmot2/ioport.c 10src/hal/drivers/mesa-hostmot2/pins.c hostmot2: add aliases related to GPIO pins used for special functions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=55f8d24
[15:37:52] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 915c8ed 06linuxcnc 03docs/man/man3/hal_param_alias.3hal 03docs/man/man3/hal_pin_alias.3hal manpages: document alias APIs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=915c8ed
[15:37:55] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 19a4d4f 06linuxcnc 10docs/man/man9/hostmot2.9 manpages: markup fixes * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=19a4d4f
[15:37:59] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 aefa54b 06linuxcnc 10src/hal/hal_lib.c hal_lib: actually export hal_xxx_alias * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=aefa54b
[15:38:28] <jepler> seb_kuzminsky: would appreciate review particularly for the 2.7 stuff.
[15:38:50] <jepler> pcw_home: hm2-aliases stuff is ready for you to review and test. I only tested it on a board with stepgen/encoder/pwm so far.
[15:45:14] <pcw_home> Great, will give it a try right now
[15:46:26] -!- phantoxeD has quit [Ping timeout: 240 seconds]
[15:46:58] <linuxcnc-build> build #3510 of 1201.rip-lucid-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1201.rip-lucid-rtai-i386/builds/3510 blamelist: Jeff Epler <jepler@unpythonic.net>
[15:47:34] <jepler> oops will fix that
[15:49:12] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 a60ca36 06linuxcnc 10src/hal/hal_lib.c hal_lib: actually export hal_xxx_alias * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a60ca36
[15:49:12] <KGB-linuxcnc> 03Jeff Epler 05jepler/hm2-aliases 32e747c 06linuxcnc 10docs/man/man9/hostmot2.9 10src/hal/drivers/mesa-hostmot2/hostmot2.h 10src/hal/drivers/mesa-hostmot2/ioport.c 10src/hal/drivers/mesa-hostmot2/pins.c hostmot2: add aliases related to GPIO pins used for special functions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=32e747c
[15:50:13] -!- RoyBellingan has quit [Quit: Konversation terminated!]
[15:51:10] <linuxcnc-build> build #2713 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/2713 blamelist: Jeff Epler <jepler@unpythonic.net>
[15:53:38] <linuxcnc-build> build #1329 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/1329 blamelist: Jeff Epler <jepler@unpythonic.net>
[15:58:48] -!- per_sonne_ has quit [Ping timeout: 246 seconds]
[15:59:43] -!- patrickarlt has quit [Ping timeout: 250 seconds]
[16:04:42] <linuxcnc-build> build #660 of 1902.clang-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1902.clang-wheezy-rtai-i386/builds/660 blamelist: Jeff Epler <jepler@unpythonic.net>
[16:06:09] * seb_kuzminsky fetches
[16:07:56] -!- chris_99 has quit [Ping timeout: 268 seconds]
[16:08:06] <linuxcnc-build> build #3519 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3519 blamelist: Jeff Epler <jepler@unpythonic.net>
[16:09:11] <seb_kuzminsky> jepler: hal_param_alias(3hal) is confused about the name of the first argument
[16:09:23] <seb_kuzminsky> same with hal_pin_alias
[16:10:20] <seb_kuzminsky> looks good
[16:10:39] <pcw_home> Well I think I probably did not think this through very well...
[16:10:40] <pcw_home> Probably the most valuable GPIO aliases are ones that allow
[16:10:42] <pcw_home> inverting and setting open drain mode on stepgen/pwmgen etc outputs
[16:12:15] <seb_kuzminsky> hm2-aliases looks like a great idea
[16:13:23] <pcw_home> sure makes hal file more portable
[16:13:33] <seb_kuzminsky> and readable
[16:13:34] <pcw_home> files
[16:13:55] -!- furrywolf has quit [Ping timeout: 256 seconds]
[16:18:41] -!- anth0ny_ has quit [Client Quit]
[16:20:49] <jepler> pcw_home: I can apply it to fewer hal items, that's easy
[16:21:08] <jepler> .. a quick change will makei it only apply to the invert and opendrain
[16:21:10] <jepler> seb_kuzminsky: oops will fix
[16:25:58] <pcw_home> I think invert and open drain on enabled function outputs would cover most use cases
[16:26:57] -!- gonzo_nb has quit [Ping timeout: 256 seconds]
[16:27:11] -!- gonzo_ has quit [Ping timeout: 264 seconds]
[16:35:20] <pcw_home> But really a big improvement, should have done this originally
[16:37:39] -!- patrickarlt has quit [Quit: Leaving...]
[16:43:47] <pcw_home> hm2_7i76e.0.stepgen.00.step.invert_output
[16:43:49] <pcw_home> That is cool
[16:46:33] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 4c3c160 06linuxcnc 03docs/man/man3/hal_param_alias.3hal 03docs/man/man3/hal_pin_alias.3hal manpages: document alias APIs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4c3c160
[16:46:33] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 3b24d38 06linuxcnc 10docs/man/man9/hostmot2.9 manpages: markup fixes * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3b24d38
[16:46:33] <KGB-linuxcnc> 03Jeff Epler 05jepler/for-2.7 e24a899 06linuxcnc 10src/hal/hal_lib.c hal_lib: actually export hal_xxx_alias * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e24a899
[16:47:02] <KGB-linuxcnc> 03Jeff Epler 05jepler/hm2-aliases 0c6fd14 06linuxcnc 10docs/man/man9/hostmot2.9 10src/hal/drivers/mesa-hostmot2/hostmot2.h 10src/hal/drivers/mesa-hostmot2/ioport.c 10src/hal/drivers/mesa-hostmot2/pins.c hostmot2: add aliases related to GPIO pins used for special functions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0c6fd14
[16:47:11] <jepler> pcw_home: branch revised so that only the invert and open-drain parameters are aliased
[16:47:18] <jepler> seb_kuzminsky: I think I fixed your comments about the docs
[16:48:57] <jepler> seb_kuzminsky: should I try to sell you on the idea of putting these parameter aliases in 2.7?
[16:53:40] <jepler> no, I shouldn't
[16:53:53] <jepler> because it uses more hal memory, it could break existing configs that almost fill the hal shared memory area
[16:57:21] <pcw_home> Thats really a nice addition
[16:57:23] <pcw_home> ( is there any downside to incresing hal memory a bit at the same time? )
[16:57:54] -!- tannewt has quit [Ping timeout: 272 seconds]
[17:13:10] -!- cmorley has quit [Ping timeout: 240 seconds]
[17:17:14] <jepler> more work to sell the idea to seb_kuzminsky
[17:20:16] <jepler> vector results on the rosh laser https://goo.gl/photos/JtSaFG6sHWJaDakL8 https://goo.gl/photos/U854df96X5rwt1XG7
[17:22:31] <archivist> jepler, older browsers cannot see the images, and the page is a huge pile of js
[17:22:49] <archivist> 450k of js and other junk
[17:23:18] <archivist> view page source and weep
[17:23:20] <cradek> neat triangles
[17:25:12] <jepler> archivist: yeah I don't doubt it
[17:26:09] <archivist> I looked the other night and could not find the actual image url in the pile of steaming js
[17:26:50] <jepler> https://lh3.googleusercontent.com/IE6IgeSHLpybHFjxTEuqGQG4fdKWecma7og_Xtuuzg69xecOQGdP0FqQVZBxgaiUil-1JB75GHG3vjzCk0k618ubvYzGALPRA4YPfn4Ch9VMzUtC2SeffGEXbKTXeLcCYCBumPUpQLnpTIcQdP1NG5wlD6-P6_569AliHBL4O_QrCSSpPCtb4UYNYRBn5SYOb4F3rDX1Yr5e9uRqFGjwwneu0Z027Y6Kvus_JcjpCKd41tnZQOByuX1TH99f-FLygpwtu5vLcWaZaPTkVd86NF7E8wbxLx823Y9yPVJ3yjEflIRr3vwaNoiZDnUUu0OJhnV0tZfe1fBNg-0NSOZp0addPBWo1POsLUYM5-gjPqHyelHb
[17:26:56] <jepler> wIPPGwphKdEuz1p5Jz53_fLOF2yHvuuld3s6Zdi4ZERj1-yA4FYAgdR1gcqIcbqT5OgDHoDy_V4vAF13JEXHDxjuPNV5nBPu5G-zS9HDECr2nIAFudEo8pJbBpssEWqnIRIlew0IY9_4OkocE5-MAPtXZ92dmP70itvB4Y4IhHq-NAGPevRUOUzbFYo=w929-h928-no https://lh3.googleusercontent.com/-jKRLvIa2gVfXL8xQITBiOaeoN2MMMFXLspB1h0uf6wPOBqyirUtnDE9_r_QcIUhPXjARrt9R_ndGT1H4zgSH0d-SCnU58iwDG90SLqPJvCI8WEIh3e-2iiFJjG-arqg9S8jG9mN-PYF2JQUswJHVYmihGnH7LXuYAAHQT
[17:27:02] <jepler> 8Ci-WVe8JzcNFiRaWdjukXB_Tg9h3TKOZnnSGNkEfp9knaVRTW-gg79mJzHfdsJv7j_1v9HoLiu5j5Z1y0gJAciJ8cZ8we1f-IEElW7cKzuoZVCWlmHKVx4R_Fr_c9pKPhf3Ha-aknrXOZe5P9Fy-8GEymaN0X3DdhDWh6Wy6bSQC384XXQC2QO7XeGM15236hZ4hrQB5Ee6yOad-X_w_sWTgvCiGrenxS1q8aNn3SNl-zjlUO40j5tSCXq-THaBeBTc_Y-RqZg2N-4wRjaQ3yXVf0_qJdla7n_L-IQPxctVClvHYJb816dmePOI4KNtEiRjh0hrAJ4itCJkoQweUoQA9CTOMxcz0eReJ1x0CZM_eHRVKV5gKXjL92Zu29Mhmq0gw=w689-h928-no
[17:27:15] <jepler> well I dunno if you can repair those URLs after my irc client chewed on them
[17:31:58] <archivist> yes I did manage to repair, dunno why they mess around to the extent they do
[17:34:18] -!- norias has quit [Ping timeout: 240 seconds]
[17:37:52] -!- anth0ny_ has quit [Quit: anth0ny_]
[17:42:14] -!- anomynous has quit [Ping timeout: 265 seconds]
[17:44:42] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[17:55:10] -!- GJdan has quit [Remote host closed the connection]
[17:57:19] -!- Sairon has quit [Ping timeout: 246 seconds]
[17:58:55] -!- aventtini6 has quit [Ping timeout: 252 seconds]
[17:59:57] -!- per_sonne_ has quit [Ping timeout: 244 seconds]
[18:01:23] -!- micges has quit [Ping timeout: 264 seconds]
[18:13:39] -!- anth0ny_ has quit [Quit: anth0ny_]
[18:15:32] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[18:25:21] -!- micges [micges!~micges@def162.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:37:47] -!- amiri_ has quit [Ping timeout: 252 seconds]
[18:38:11] -!- micges has quit [Ping timeout: 244 seconds]
[18:38:39] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[18:46:23] -!- micges [micges!~micges@def162.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:46:55] -!- tannewt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[18:50:57] -!- micges has quit [Ping timeout: 255 seconds]
[19:03:43] -!- micges [micges!~micges@def162.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[19:22:26] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[19:28:03] -!- sumpfralle has quit [Client Quit]
[19:31:31] -!- andypugh [andypugh!~andypugh@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc-devel
[19:42:36] <seb_kuzminsky> jepler: i have laser envy
[19:43:21] Sairon is now known as norias
[19:45:50] <jepler> seb_kuzminsky: it's not a particularly useful device, or maybe I'm just short on good ieas
[19:45:53] <jepler> ideas
[19:45:55] <jepler> it's been fun to play with, though
[19:46:39] <seb_kuzminsky> it's cool that the m67 rastering worked
[19:47:06] <seb_kuzminsky> i remember the guy at tx/rx had some crazy complicated scheme for rastering from gcode
[19:47:29] <jepler> this can only turn on/off once per servo cycle
[19:47:40] <jepler> so depending on your velocity it doesn't scale
[19:48:15] <andypugh> I got a fair way down the line of a pair of HAL components that imported bitmaps and output intensity and (motion-planned) XY rater positions.
[19:48:26] <seb_kuzminsky> i think you sliced for-2.7 and hm2-aliases correctly; for-2.7 is obviously safe to put in 2.7
[19:48:51] <seb_kuzminsky> and hm2-aliases has the danger that you said, so should go in master
[19:49:14] <andypugh> To be fair to the tx/rx chaps, the G-code rastering on the Wiki was written when M67 was broken.
[19:49:42] <micges> seb_kuzminsky: you could also increase hal memory by 25%, it's safe also
[19:49:46] <jepler> seb_kuzminsky: OK, thanks for your double review
[19:49:52] <pcw_home> a slighly more capable (and dangerous) laser:
[19:49:54] <pcw_home> http://www.ebay.com/itm/Engraving-laser-head-445nm-5W-43mm-CNC-laser-diode-/231584079211?hash=item35eb7c9d6b
[19:50:40] <seb_kuzminsky> i haven't thought about rastering hardly at all, but why can't you load a bitmap into a rastering comp, and have that rastering comp read the feedback X & Y positions, and emit the power level to feed the laser?
[19:51:31] <seb_kuzminsky> you'd give it the bitmap, drive the machine to the starting place, enable the comp, and just scan across the whole image with G1
[19:52:07] <seb_kuzminsky> micges: hmm, yeah, true
[19:52:12] <andypugh> seb_kuzminsky: That was what I was describing. But I don’t have a laser, so lot interest
[19:52:36] <seb_kuzminsky> that still feels like the kind of change that doesn't really belong in a stable branch
[19:53:04] <pcw_home> I was wondering if you could feed the commanded velocity into the bit-spitter (data shift out rate)
[19:53:29] <seb_kuzminsky> andypugh: you said your raster comp emitted the X & Y coords, the system i described gets the X Y coords from linuxcnc's usual trajectory planner, driven by interp running gcode, just as usual
[19:53:54] <andypugh> Ah, OK. I decided that G-code was pointless for rastering.
[19:54:47] <andypugh> (I actually got bogged down in the interesting puzzle of a zero-lookahead finite-jerk planner for rastering…)
[19:55:58] <pcw_home> if you sync to an encoder (like inkjet printers do), minor motion irregularities dont casue serious probles
[19:57:32] <pcw_home> or cause serious problems either
[19:57:35] <jepler> if you oversize your travel by the distance to get to rasterizing speed, you can also use a simple trapezoidal planner but be sure you get constant velocity during the contour
[19:58:12] <andypugh> Yes. my “planner” overscanned and did finite-jerk turnarounds.
[19:58:26] <pcw_home> yeah like old fashioned CRT overscan
[19:58:27] <andypugh> I posted it to the forum, but I can’t find it.
[20:00:30] -!- per_sonne_ has quit [Ping timeout: 240 seconds]
[20:09:47] <jepler> the "40W laser engraver" I've been eyeing boasts 350mm/s top engraving speed. That would only get you to ~72dpi if you update the laser at 1kHz. ~10kHz for 720dpi would be preferable
[20:10:53] -!- Tecan has quit [Changing host]
[20:11:08] <pcw_home> Yeah so either base thread for parallel port or some kind of hardware assist (FIFO/shiftreg) for servo thread only hardware
[20:11:33] <jepler> but shifting as little as 1 32-bit word per servo cycle looks like plenty
[20:12:41] <pcw_home> Yeah, though you may need som fancy sync hardware to keep rows aligned with better tha servo thread timing
[20:13:14] <jepler> if you write that part, I can write the code to keep the fifo full
[20:13:46] <pcw_home> ( gate output data on stepgen /encoder count)
[20:14:45] <pcw_home> gate output data _clock_ i mean
[20:14:53] <jepler> output clock enable = (position OP value)
[20:15:14] <jepler> so linuxcnc can say "start rasterizing this row when X rises above 10" or "when X drops below 200"
[20:15:18] -!- Tecan has quit [Client Quit]
[20:16:40] <pcw_home> yeah though its a bit awkward in hardware since only partial counts are available
[20:17:04] <jepler> hm
[20:17:56] <jepler> so maybe it's not a relative comparison but an equality comparison that is latched
[20:18:07] <pcw_home> i mean theres al this logic for extending/scaling the fixed point encoder and stepgen count to hal level FP
[20:18:11] <jepler> right
[20:18:45] <pcw_home> you woudl have to reverse that for a machine coordinate threshold
[20:18:53] <jepler> right
[20:19:18] <jepler> bbl
[20:19:34] <pcw_home> (assuming the low level hardware only had a small fixed point comparre reg)
[20:19:39] <pcw_home> bbl
[20:41:58] -!- skunkworks_ [skunkworks_!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:42:56] -!- logger[mah] [logger[mah]!~loggermah@mah2.mah.priv.at] has joined #linuxcnc-devel
[20:44:33] -!- LeelooMinai_ [LeelooMinai_!~leeloo@184.175.46.197] has joined #linuxcnc-devel
[20:44:46] -!- skunkworks has quit [Ping timeout: 246 seconds]
[20:44:47] -!- logger[mah]_ has quit [Ping timeout: 246 seconds]
[20:44:53] skunkworks_ is now known as skunkworks
[20:53:33] -!- DaPeace has quit [Ping timeout: 246 seconds]
[20:54:39] -!- Loetmichel2 has quit [*.net *.split]
[20:54:39] -!- Jymmm has quit [*.net *.split]
[20:54:39] -!- maurris has quit [*.net *.split]
[20:54:39] -!- LeelooMinai has quit [*.net *.split]
[20:54:39] -!- Virtakuono has quit [*.net *.split]
[20:59:54] -!- Deejay has quit [Quit: bye]
[21:01:17] LeelooMinai_ is now known as LeelooMinai
[21:03:18] -!- Virtakuono has quit [Ping timeout: 246 seconds]
[21:24:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7-tom-easterday-gs2 7667398 06linuxcnc 10src/hal/user_comps/gs2_vfd.c Added an initialize option to gs2_vfd.c so it can be initialized at will. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7667398
[21:24:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7-tom-easterday-gs2 0bd23b2 06linuxcnc 10src/hal/user_comps/gs2_vfd.c fixup indentation * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0bd23b2
[21:30:58] -!- amiri has quit [Ping timeout: 240 seconds]
[21:31:29] -!- chillly has quit [Quit: Ex-Chat]
[21:33:45] -!- amiri_ has quit [Ping timeout: 265 seconds]
[21:41:22] -!- ssi_ [ssi_!~ssi@app2.prototechnical.com] has joined #linuxcnc-devel
[21:43:02] -!- eeriegeek has quit [*.net *.split]
[21:43:02] -!- mhaberler has quit [*.net *.split]
[21:43:02] -!- rob_h has quit [*.net *.split]
[21:43:02] -!- justanotheruser has quit [*.net *.split]
[21:43:02] -!- tumdedum has quit [*.net *.split]
[21:43:03] -!- CalimeroTeknik has quit [*.net *.split]
[21:43:03] -!- Jeebiss has quit [*.net *.split]
[21:43:03] -!- roycroft has quit [*.net *.split]
[21:43:03] -!- taruti has quit [*.net *.split]
[21:43:03] -!- _fil_znc has quit [*.net *.split]
[21:43:04] -!- _fil_ has quit [*.net *.split]
[21:43:04] -!- lexAngeles has quit [*.net *.split]
[21:43:05] -!- leptonix has quit [*.net *.split]
[21:43:05] -!- Topy44 has quit [*.net *.split]
[21:43:05] -!- ssi has quit [*.net *.split]
[21:43:05] mhaberler_ is now known as mhaberler
[21:43:15] tumdedum_ is now known as tumdedum
[21:43:16] -!- rob_h [rob_h!~robh@90.203.133.2] has joined #linuxcnc-devel
[21:45:44] -!- automata has quit [Ping timeout: 244 seconds]
[21:47:09] _fil__ is now known as _fil_
[21:54:03] -!- lexAngeles has quit [Max SendQ exceeded]
[21:59:49] -!- phantoxeD has quit [Ping timeout: 250 seconds]
[22:01:19] -!- per_sonne_ has quit [Ping timeout: 240 seconds]
[22:02:57] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[22:08:52] <KGB-linuxcnc> 03Jeff Epler 052.7 e24a899 06linuxcnc fast forward * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e24a899
[22:09:03] -!- Miner_48er has quit [Quit: Leaving]
[22:09:13] roycroft_ is now known as roycroft
[22:11:05] <KGB-linuxcnc> 03Jeff Epler 05master c780383 06linuxcnc 10src/configure.in Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c780383
[22:11:05] <KGB-linuxcnc> 03Jeff Epler 05master 993436a 06linuxcnc Merge branch 'jepler/hm2-aliases' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=993436a
[22:15:18] -!- phantoneD has quit [Ping timeout: 250 seconds]
[22:17:36] -!- anth0ny_ has quit [Quit: anth0ny_]
[22:28:59] -!- micges has quit [Ping timeout: 264 seconds]
[22:33:17] <jepler> pcw_home: do you want to convert *all* encoder parameters to pins, or just scale?
[22:34:29] -!- chris_99 has quit [Quit: Leaving]
[22:41:26] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.6/motion-logger f0dcf67 06linuxcnc 10src/emc/motion-logger/motion-logger.c motion-logger: retry rtapi_init() for a while if it doesn't work * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f0dcf67
[22:41:27] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.6/motion-logger 5a99182 06linuxcnc 10tests/motion-logger/expected 10tests/motion-logger/test-ui.py 10tests/motion-logger/test.sh motion-logger test: fix startup/shutdown problem on RTAI * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5a99182
[22:42:06] -!- micges [micges!~micges@def162.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[22:44:14] -!- phantoxeD has quit [Ping timeout: 260 seconds]
[22:46:37] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@174-16-217-23.hlrn.qwest.net] has joined #linuxcnc-devel
[22:46:38] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@174-16-217-23.hlrn.qwest.net] has joined #linuxcnc-devel
[22:46:39] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@174-16-217-23.hlrn.qwest.net] has joined #linuxcnc-devel
[22:48:26] -!- hm2-buildmaster has quit [Ping timeout: 240 seconds]
[22:48:46] -!- seb_kuzminsky has quit [Ping timeout: 240 seconds]
[22:49:36] -!- linuxcnc-build has quit [Ping timeout: 264 seconds]
[23:05:38] -!- phantoneD has quit [Ping timeout: 240 seconds]
[23:17:47] -!- phantoxeD has quit [Ping timeout: 256 seconds]
[23:19:36] -!- phantoneD has quit [Ping timeout: 255 seconds]
[23:35:24] <linuxcnc-build_> build #1407 of 4017.deb-wheezy-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/1407 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky
[23:35:24] <linuxcnc-build_> <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:25] <linuxcnc-build_> build #804 of 4015.deb-wheezy-rtpreempt-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4015.deb-wheezy-rtpreempt-amd64/builds/804 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian
[23:35:25] <linuxcnc-build_> Kuzminsky <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:25] <linuxcnc-build_> build #1098 of 4018.deb-wheezy-rtai-i386 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4018.deb-wheezy-rtai-i386/builds/1098 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky
[23:35:25] <linuxcnc-build_> <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:26] <linuxcnc-build_> build #1404 of 4016.deb-wheezy-i386 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/1404 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky
[23:35:26] <linuxcnc-build_> <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:27] <linuxcnc-build_> build #765 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/765 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian
[23:35:28] <linuxcnc-build_> Kuzminsky <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:28] <linuxcnc-build_> build #1665 of 4009.deb-precise-rtai-i386 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4009.deb-precise-rtai-i386/builds/1665 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian
[23:35:29] <linuxcnc-build_> Kuzminsky <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:35:35] -!- AR_ has quit [Ping timeout: 264 seconds]
[23:36:26] <linuxcnc-build_> build #87 of 4022.deb-jessie-amd64 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4022.deb-jessie-amd64/builds/87 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>, John
[23:36:26] <linuxcnc-build_> Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:36:26] <linuxcnc-build_> build #87 of 4021.deb-jessie-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4021.deb-jessie-i386/builds/87 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>, John
[23:36:26] <linuxcnc-build_> Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:36:27] <linuxcnc-build_> build #72 of 4020.deb-jessie-rtpreempt-amd64 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4020.deb-jessie-rtpreempt-amd64/builds/72 blamelist: dummy, Michael Geszkiewicz <micges@wp.pl>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky
[23:36:27] <linuxcnc-build_> <seb@highlab.com>, John Thornton <bjt128@gmail.com>, Dewey Garrett <dgarrett@panix.com>
[23:43:45] <KGB-linuxcnc> 03Jeff Epler 05jepler/hm2-encoder-pins 05dd13a 06linuxcnc 10src/hal/drivers/mesa-hostmot2/encoder.c 10src/hal/drivers/mesa-hostmot2/hostmot2.h hm2: encoder: convert parameters to pins * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=05dd13a
[23:48:19] Jymmmm is now known as Jymmm
[23:48:34] XXCoder is now known as Jymmmmmmmm
[23:48:40] Jymmmmmmmm is now known as XXCoder