#linuxcnc-devel | Logs for 2014-12-15

Back
[00:05:42] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[00:09:30] <seb_kuzminsky> cradek: can you make a new wheezy live+install hybrid image with the 2.7~pre package & apt source?
[00:16:43] -!- Audioburn has quit [Ping timeout: 258 seconds]
[00:21:28] -!- il has quit [Ping timeout: 265 seconds]
[00:38:27] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[00:42:56] -!- tmcw has quit []
[00:51:13] -!- Audioburn has quit [Ping timeout: 258 seconds]
[00:55:21] -!- mrsun has quit [Ping timeout: 272 seconds]
[00:58:02] -!- mozmck has quit [Read error: Connection reset by peer]
[01:08:26] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91 [Firefox 30.0/20140605174243]]
[01:14:14] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[01:19:08] -!- toudi_ [toudi_!~toudi@aebg142.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[01:21:19] -!- asdfasd has quit [Ping timeout: 272 seconds]
[01:22:44] -!- micges has quit [Ping timeout: 245 seconds]
[01:22:49] toudi_ is now known as micges
[01:24:11] -!- il has quit [Ping timeout: 258 seconds]
[01:26:53] -!- rob_h has quit [Ping timeout: 264 seconds]
[01:39:31] -!- il has quit [Ping timeout: 258 seconds]
[01:45:33] -!- jfigie_ [jfigie_!~zephyr@cpe-65-30-63-127.wi.res.rr.com] has joined #linuxcnc-devel
[01:50:09] <jfigie_> Just out of curiosity. What would be required to get linuxcnc to send position data over Ethernet using Ethernet/IP?
[01:50:17] -!- erictheise has quit [Ping timeout: 264 seconds]
[01:50:18] erictheise_ is now known as erictheise
[01:51:34] <Tom_itx> if i'm not mistaken that's being worked on
[01:51:43] <Tom_itx> with an ethernet mesa board
[01:53:13] <jfigie_> I know that basically that UDP messages would be sent at the 1mSec rate from linuxcnc and also position updated and other info would be received at the same rate
[01:53:50] <jfigie_> from the drives
[01:55:26] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[01:56:20] <micges> jfigie_: what do you trying to do?
[01:57:23] <jfigie_> OK I want to understand how difficult it would be to get linuxcnc to talk to things like Rockwell Automation Drives that use CIP motion
[01:57:36] <jfigie_> CIP motion is over ethernet
[01:57:59] <micges> jfigie_: link?
[01:58:22] <jfigie_> yes
[01:59:23] <micges> jfigie_: sorry :) , could you paste link for example drive or documantation?
[01:59:42] <jfigie_> I know that first IEEE-1588 PTP would need to be implemented.
[01:59:52] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[02:00:55] <jfigie_> Well that is the difficult part, pasting the drive info. Ethernet/IP an CIP are "open" standards but to get them you must purchase through ODVA and the cost is high $1000
[02:01:23] <mozmck> heh, that's not exactly "open" :)
[02:01:25] <jfigie_> but I have access to the information.
[02:01:39] <jfigie_> I agree
[02:02:56] <jfigie_> But I know that in each control cycle the motion controller sends UDP messages to each of the drives and then each drive replies with a UDP message in the same cycle
[02:02:58] <micges> jfigie_: you can base on hm2_eth driver, it's just transition layer in linuxcnc, you can add any protocol on top of this
[02:03:38] <micges> and you can run it up to 4kHz on fast pc with a lot of cache
[02:03:49] <micges> transmition*
[02:03:52] -!- skunkworks has quit [Ping timeout: 260 seconds]
[02:04:49] -!- Audioburn has quit [Ping timeout: 258 seconds]
[02:04:55] <jfigie_> Dosen't linuxcnc typically use 1 msec for the servo update rate?
[02:05:06] <micges> yes
[02:05:15] <jfigie_> so then 1 KHz is all that is needed
[02:05:24] <micges> hm2_eth driver supports only one eth board atm
[02:05:52] <jfigie_> So this is a Mesa board?
[02:06:13] <micges> I don't know yet how it will behave with multi boards
[02:06:59] <jfigie_> Each drive has an ethernet swicth so it is easy to hook them in a linear network
[02:07:18] <jfigie_> 2 RJ-45 ports on each drive
[02:08:34] <micges> that's better but still
[02:10:09] <micges> we use normal ethernet sockets in realtime hardened kernel, for such setup I think rt-net smust be used but it's quite hard to use it
[02:10:41] <micges> rt-net has realtime tcp/ip stack
[02:11:51] <jfigie_> yes that is the part I was wondering about. To make it realtime
[02:13:15] -!- FreezingCold has quit [Ping timeout: 272 seconds]
[02:14:04] amnesic is now known as amnesic_away
[02:14:21] <jfigie_> So I think someone has or is working on ehterCAT. I think that would be similar in some ways for linuxcnc.
[02:14:42] <jfigie_> *etherCAT
[02:18:14] -!- il has quit [Ping timeout: 258 seconds]
[02:22:44] <jfigie_> OK I did a search and found a reply from Jepler - looks like Mesa's 7i80 cards communicate using hm2_eth driver like you say.
[02:23:40] <jfigie_> The next hurdle would be how to get the IEEE-1588 PTP to work.
[02:26:05] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[02:40:55] -!- jfigie_ has quit [Quit: Ex-Chat]
[02:44:39] -!- jfigie has quit [Quit: Ex-Chat]
[02:59:53] -!- felix has quit [Ping timeout: 264 seconds]
[03:04:19] -!- anth0ny has quit [Quit: anth0ny]
[03:12:42] -!- anth0ny has quit [Client Quit]
[03:19:24] -!- micges has quit [Quit: Wychodzi]
[03:34:12] -!- erictheise has quit [Quit: erictheise]
[03:43:54] -!- sumpfralle has quit [Ping timeout: 250 seconds]
[03:46:59] -!- ejb has quit [Quit: ZZZzzz…]
[03:51:53] -!- PetefromTn_andro has quit [Quit: Bye]
[03:57:14] -!- anth0ny has quit [Client Quit]
[04:03:58] -!- dgarr has quit [Quit: Leaving.]
[04:06:22] -!- mozmck has quit [Quit: Leaving.]
[04:07:14] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[04:10:29] -!- ve7it has quit [Read error: Connection reset by peer]
[04:11:25] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[04:14:51] -!- AR__ has quit [Ping timeout: 272 seconds]
[04:15:56] -!- mozmck has quit [Quit: Leaving.]
[04:16:35] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[04:16:48] -!- somenewguy has quit [Quit: WeeChat 1.0.1]
[04:22:28] -!- ve7it has quit [Ping timeout: 250 seconds]
[04:22:46] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[04:33:26] -!- karavanjo has quit [Read error: Connection reset by peer]
[04:38:13] -!- karavanjo has quit [Ping timeout: 255 seconds]
[04:44:37] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[04:48:00] -!- FinboySlick has quit [Quit: Leaving.]
[04:53:34] -!- slothmachine has quit [Ping timeout: 245 seconds]
[04:59:51] -!- anth0ny has quit [Quit: anth0ny]
[05:03:50] -!- nofxx__ has quit [Ping timeout: 258 seconds]
[05:12:37] -!- Miner_48er has quit [Ping timeout: 240 seconds]
[05:34:30] -!- Audioburn has quit [Ping timeout: 258 seconds]
[05:40:14] -!- pfred1 has quit [Quit: ..]
[05:42:57] -!- Nick_name_ has quit [Ping timeout: 240 seconds]
[05:48:37] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[05:59:31] -!- il has quit [Read error: Connection reset by peer]
[06:01:33] -!- Valen has quit [Quit: Leaving.]
[06:02:34] -!- Fox_Muldr has quit [Ping timeout: 256 seconds]
[06:25:41] -!- SkramX_ has quit [Ping timeout: 260 seconds]
[06:26:08] -!- bt has quit [Ping timeout: 260 seconds]
[06:26:23] -!- JT-Shop has quit [Read error: Connection reset by peer]
[06:26:56] -!- ve7it has quit [Remote host closed the connection]
[06:26:57] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[06:27:27] -!- JT-Shop [JT-Shop!~john@172.243.162.130] has joined #linuxcnc-devel
[06:30:28] -!- Audioburn has quit [Ping timeout: 258 seconds]
[06:31:37] -!- anth0ny has quit [Quit: anth0ny]
[06:52:51] -!- swingley has quit [Remote host closed the connection]
[06:56:35] -!- eeriegeek has quit [Quit: Leaving.]
[07:04:06] -!- The_Ball has quit [Remote host closed the connection]
[07:06:32] -!- kwallace2 [kwallace2!~kwallace@smb-209.sonnet.com] has parted #linuxcnc-devel
[07:15:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7 dac3a54 06linuxcnc 10docs/src/getting-started/Updating_LinuxCNC.txt docs: remove old 2.4->2.5 and 2.5->2.6 upgrade instructions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=dac3a54
[07:15:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7 8ce76bc 06linuxcnc 10docs/src/getting-started/Updating_LinuxCNC.txt 03docs/src/getting-started/images/upgrading-to-2.7.png docs: add 2.6->2.7 upgrade instructions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8ce76bc
[07:19:05] -!- kriskropd has quit [Ping timeout: 264 seconds]
[07:28:21] -!- swingley has quit [Ping timeout: 258 seconds]
[07:31:32] -!- bt has quit [Read error: Connection reset by peer]
[07:44:04] <seb_kuzminsky> god i hate writing documentation
[08:16:42] -!- il has quit [Read error: Connection reset by peer]
[08:16:48] <memfrob> are the foreign docs translated by someone or by google translate / similar?
[08:30:04] -!- il has quit [Ping timeout: 258 seconds]
[08:39:39] -!- Audioburn has quit [Ping timeout: 258 seconds]
[08:47:01] -!- Miner_48er has quit [Quit: Leaving]
[09:05:47] -!- quiqua has quit [Ping timeout: 264 seconds]
[09:05:47] quiqua_ is now known as quiqua
[09:12:17] -!- quiqua has quit [Ping timeout: 250 seconds]
[09:12:17] quiqua_ is now known as quiqua
[09:13:07] -!- micges-dev [micges-dev!~x@aebg142.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[09:18:52] -!- quiqua has quit [Ping timeout: 250 seconds]
[09:23:50] amnesic_away is now known as amnesic
[09:25:48] amnesic is now known as amnesic_away
[09:26:57] -!- dan2k3k4 has quit [Ping timeout: 240 seconds]
[09:29:47] -!- zoni has quit [Ping timeout: 264 seconds]
[09:43:25] -!- ariscop [ariscop!~Phase4@2001:44b8:4196:e800:a2a8:cdff:fe1c:74c4] has joined #linuxcnc-devel
[09:44:14] -!- rob_h [rob_h!~robh@2.223.245.232] has joined #linuxcnc-devel
[09:47:30] -!- Flipp_ has quit [Ping timeout: 258 seconds]
[09:59:23] -!- il has quit [Ping timeout: 258 seconds]
[10:06:25] -!- micges-dev has quit [Quit: Wychodzi]
[10:07:42] pinkfloyd is now known as Audioburn
[10:12:48] -!- tumdedum has quit [Ping timeout: 258 seconds]
[10:13:30] -!- Audioburn has quit [Ping timeout: 244 seconds]
[10:15:13] -!- tumdedum has quit [Changing host]
[10:30:14] -!- swingley has quit [Ping timeout: 245 seconds]
[10:38:28] -!- toudi [toudi!~toudi@aebg142.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:40:36] -!- b_b has quit [Changing host]
[10:44:37] -!- il has quit [Ping timeout: 258 seconds]
[10:47:41] -!- tom_o_t has quit [Ping timeout: 258 seconds]
[10:48:04] -!- pinkfloyd has quit [Ping timeout: 258 seconds]
[10:51:40] -!- mhaberler has quit [Quit: mhaberler]
[10:58:33] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[10:59:43] -!- tom_o_t has quit [Changing host]
[11:10:57] -!- slothmachine has quit [Ping timeout: 272 seconds]
[11:31:35] -!- swingley has quit [Ping timeout: 264 seconds]
[11:32:14] <jthornton> memfrob, the french and some of the spanish are translated by a person
[11:42:39] -!- jthornton_ [jthornton_!~john@172.243.162.130] has joined #linuxcnc-devel
[11:42:47] -!- jthornton has quit [Read error: Connection reset by peer]
[11:42:48] -!- JT-Shop has quit [Read error: Connection reset by peer]
[11:43:26] -!- JT-Shop [JT-Shop!~john@172.243.162.130] has joined #linuxcnc-devel
[11:49:41] -!- skunkworks has quit [Ping timeout: 264 seconds]
[12:08:05] jthornton_ is now known as jthornton
[12:15:39] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[12:17:50] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:18:02] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:18:02] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[12:18:11] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:18:33] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:20:52] -!- seb_kuzminsky has quit [Ping timeout: 250 seconds]
[12:21:13] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[12:21:23] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[12:21:54] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[12:22:36] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[12:22:37] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[12:23:02] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:23:02] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[12:23:04] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[12:23:25] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:23:44] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:24:47] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:27:03] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:27:47] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[12:28:01] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[12:28:06] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:28:16] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[12:28:46] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:29:01] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[12:29:15] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:29:15] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[12:29:34] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:30:03] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:31:16] -!- hm2-buildmaster has quit [Ping timeout: 250 seconds]
[12:32:39] -!- swingley has quit [Ping timeout: 272 seconds]
[12:32:45] -!- hm2-buildmaster_ has quit [Ping timeout: 265 seconds]
[12:32:57] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[12:33:18] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:33:29] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:33:37] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[12:33:53] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:34:15] -!- seb_kuzminsky has quit [Ping timeout: 258 seconds]
[12:34:19] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:34:19] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[12:34:33] -!- linuxcnc-build has quit [Ping timeout: 244 seconds]
[12:34:47] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:37:36] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[12:37:46] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[12:37:53] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:37:56] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:37:57] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[12:38:59] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[12:39:09] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:39:12] -!- seb_kuzm1nsky has quit [Ping timeout: 244 seconds]
[12:39:18] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:39:18] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[12:39:34] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:41:23] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:42:18] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[12:42:27] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[12:42:43] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:43:37] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[12:43:43] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:44:03] -!- linuxcnc-build has quit [Ping timeout: 272 seconds]
[12:44:11] -!- seb_kuzminsky has quit [Ping timeout: 250 seconds]
[12:44:18] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:44:18] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[12:44:35] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:45:45] -!- hm2-buildmaster has quit [Ping timeout: 258 seconds]
[12:47:15] -!- hm2-buildmaster_ has quit [Ping timeout: 265 seconds]
[12:47:21] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:47:47] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[12:48:37] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[12:48:47] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:49:40] -!- seb_kuzminsky has quit [Ping timeout: 265 seconds]
[12:49:54] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:50:24] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:51:22] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:51:27] toudi is now known as micges
[12:51:42] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[12:52:01] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:53:02] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[12:54:21] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:54:30] -!- linuxcnc-build has quit [Ping timeout: 265 seconds]
[12:55:06] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[12:55:25] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:55:53] -!- hm2-buildmaster has quit [Ping timeout: 250 seconds]
[12:56:22] -!- gambakufu has quit [Ping timeout: 255 seconds]
[12:56:25] -!- hm2-buildmaster_ has quit [Ping timeout: 265 seconds]
[12:56:34] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:56:36] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:58:50] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[12:59:18] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:59:19] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[12:59:19] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[13:00:18] -!- linuxcnc-build has quit [Ping timeout: 265 seconds]
[13:00:44] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[13:00:50] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:01:16] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[13:02:05] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:03:04] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[13:03:17] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[13:04:05] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:04:33] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:04:33] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[13:04:57] -!- seb_kuzminsky has quit [Ping timeout: 272 seconds]
[13:05:47] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[13:05:50] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:06:29] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[13:06:36] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:07:00] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:08:53] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[13:09:32] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:09:32] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[13:09:52] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[13:10:23] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:10:41] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[13:10:42] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[13:11:42] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:11:47] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[13:11:49] -!- sumpfralle has quit [Ping timeout: 258 seconds]
[13:11:54] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:13:00] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:14:31] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:14:31] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[13:14:49] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[13:14:49] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[13:15:48] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:16:10] -!- hm2-buildmaster has quit [Ping timeout: 255 seconds]
[13:16:38] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[13:16:52] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:16:56] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:17:47] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[13:18:12] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:18:35] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:19:34] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:19:34] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[13:19:46] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[13:19:57] -!- linuxcnc-build has quit [Ping timeout: 240 seconds]
[13:21:03] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[13:21:22] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:21:24] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[13:21:43] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:22:28] -!- hm2-buildmaster_ has quit [Ping timeout: 255 seconds]
[13:22:34] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:22:36] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[13:23:10] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:24:43] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[13:25:15] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:25:40] -!- hm2-buildmaster has quit [Ping timeout: 260 seconds]
[13:25:50] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:25:50] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[13:26:00] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:26:16] -!- linuxcnc-build_ has quit [Ping timeout: 256 seconds]
[13:26:53] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[13:27:00] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:27:02] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:27:15] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[13:27:47] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:29:50] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[13:30:09] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:30:14] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[13:30:38] -!- seb_kuzminsky has quit [Ping timeout: 250 seconds]
[13:30:56] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:31:07] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[13:31:07] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[13:31:23] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:31:28] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[13:32:12] -!- linuxcnc-build__ has quit [Ping timeout: 260 seconds]
[13:32:40] -!- swingley has quit [Ping timeout: 260 seconds]
[13:33:01] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:34:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:34:49] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[13:35:07] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:35:12] -!- skorasaurus has quit [Ping timeout: 258 seconds]
[13:35:17] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[13:35:31] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[13:35:37] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:37:41] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[13:37:50] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:38:17] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[13:38:34] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:39:27] -!- linuxcnc-build has quit [Ping timeout: 245 seconds]
[13:39:37] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:40:05] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[13:40:12] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:40:45] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:42:14] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[13:42:16] -!- swingley has quit [Ping timeout: 255 seconds]
[13:42:47] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[13:43:29] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:44:04] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[13:44:17] -!- hm2-buildmaster_ has quit [Ping timeout: 240 seconds]
[13:44:23] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:44:52] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[13:45:09] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:45:16] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:47:44] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[13:47:56] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:49:17] -!- hm2-buildmaster_ has quit [Ping timeout: 272 seconds]
[13:49:24] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[13:49:46] -!- linuxcnc-build__ has quit [Ping timeout: 258 seconds]
[13:49:55] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:49:55] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:50:50] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:50:50] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[13:52:27] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[13:52:38] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:53:57] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[13:54:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:54:36] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[13:54:42] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:55:46] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[13:56:57] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[13:57:15] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:58:17] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[13:58:34] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:59:02] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[13:59:21] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[13:59:33] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:01:57] -!- linuxcnc-build_ has quit [Ping timeout: 272 seconds]
[14:02:25] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:02:50] -!- Valen has quit [Quit: Leaving.]
[14:03:08] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[14:03:23] -!- TekniQue has quit [Ping timeout: 264 seconds]
[14:03:37] -!- hm2-buildmaster_ has quit [Ping timeout: 240 seconds]
[14:03:47] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:04:01] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:04:29] -!- linuxcnc-build has quit [Ping timeout: 272 seconds]
[14:06:31] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[14:07:33] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:07:37] -!- karavanjo has quit [Ping timeout: 240 seconds]
[14:07:45] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:08:04] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[14:08:15] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[14:08:21] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:08:29] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:10:24] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:10:59] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:10:59] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[14:11:53] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[14:12:12] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[14:12:32] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:12:40] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[14:12:44] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[14:12:45] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:13:33] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:13:45] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:14:24] -!- linuxcnc-build has quit [Ping timeout: 245 seconds]
[14:14:40] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-54-195.hlrn.qwest.net] has joined #linuxcnc-devel
[14:16:01] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[14:17:00] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[14:17:11] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[14:17:49] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:17:50] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[14:18:09] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[14:18:22] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:18:39] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:18:55] -!- linuxcnc-build has quit [Ping timeout: 244 seconds]
[14:19:00] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:21:00] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:21:00] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[14:22:33] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[14:22:35] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[14:22:52] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:23:07] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[14:23:12] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[14:23:14] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:23:25] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:24:31] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:25:55] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[14:25:59] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:25:59] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[14:27:16] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:27:18] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[14:27:37] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:27:42] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[14:27:50] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[14:28:08] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:28:11] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:29:10] -!- linuxcnc-build has quit [Ping timeout: 256 seconds]
[14:30:52] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[14:31:00] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:31:00] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[14:32:00] -!- hm2-buildmaster has quit [Ping timeout: 256 seconds]
[14:32:08] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[14:32:31] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[14:32:34] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[14:32:37] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:32:46] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:33:47] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:34:02] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:34:37] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:35:49] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[14:36:00] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:36:00] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[14:37:06] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[14:37:13] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:37:18] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[14:37:41] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:38:12] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[14:38:28] -!- linuxcnc-build has quit [Ping timeout: 260 seconds]
[14:39:19] -!- linuxcnc-build__ has quit [Ping timeout: 272 seconds]
[14:39:42] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:41:13] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[14:41:39] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[14:42:02] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:42:08] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[14:42:46] -!- swingley has quit [Ping timeout: 256 seconds]
[14:43:43] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[14:43:57] -!- diegocerdan has quit [Ping timeout: 240 seconds]
[14:44:04] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:45:09] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:46:35] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[14:47:21] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:47:21] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[14:47:25] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:48:44] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[14:49:17] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[14:49:18] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:51:18] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:52:01] -!- hm2-buildmaster_ has quit [Ping timeout: 255 seconds]
[14:52:15] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:52:24] -!- seb_kuzminsky has quit [Ping timeout: 256 seconds]
[14:53:47] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[14:54:18] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:55:39] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[14:56:38] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[14:56:44] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:57:18] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[14:58:36] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[14:58:52] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:00:50] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:01:28] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[15:01:41] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[15:01:48] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:02:03] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:02:31] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:02:31] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[15:03:09] -!- linuxcnc-build has quit [Ping timeout: 245 seconds]
[15:03:29] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:04:54] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[15:05:20] -!- b_b has quit [Remote host closed the connection]
[15:05:22] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:05:31] -!- b_b has quit [Changing host]
[15:06:03] -!- linuxcnc-build__ has quit [Ping timeout: 258 seconds]
[15:06:04] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[15:06:11] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:06:48] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:07:19] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[15:08:23] -!- linuxcnc-build has quit [Ping timeout: 265 seconds]
[15:08:47] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:08:56] -!- zbychuk has quit [Quit: leaving]
[15:09:58] -!- linuxcnc-build_ has quit [Ping timeout: 256 seconds]
[15:10:01] -!- nofxx__ has quit [Ping timeout: 255 seconds]
[15:10:18] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:10:35] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[15:11:06] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[15:11:24] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:11:49] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:12:42] -!- mhaberler has quit [Quit: mhaberler]
[15:13:31] -!- hm2-buildmaster has quit [Ping timeout: 272 seconds]
[15:14:00] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:14:40] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[15:16:06] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:16:07] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[15:16:24] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[15:16:36] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:17:34] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:17:34] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[15:18:58] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:18:59] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[15:20:28] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[15:20:56] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:21:00] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[15:21:07] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:22:34] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:22:34] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[15:22:37] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[15:22:57] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[15:23:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:25:14] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[15:25:34] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[15:25:53] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:26:06] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:27:07] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[15:27:34] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[15:28:01] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:29:05] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:29:33] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:29:33] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[15:29:52] -!- anth0ny has quit [Quit: anth0ny]
[15:29:57] -!- tty has quit [Quit: tty]
[15:30:13] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[15:30:35] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[15:30:42] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:30:50] -!- zeitue has quit [Quit: Leaving]
[15:31:20] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:32:30] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[15:32:38] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:32:58] -!- karavanjo has quit [Ping timeout: 255 seconds]
[15:33:59] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[15:34:20] -!- seb_kuzminsky has quit [Ping timeout: 256 seconds]
[15:34:27] -!- txp has quit [Quit: Leaving]
[15:34:46] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:34:52] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[15:34:59] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:35:23] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[15:35:40] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:35:58] -!- b_b has quit [Remote host closed the connection]
[15:37:01] -!- b_b has quit [Changing host]
[15:37:05] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[15:37:19] -!- diegocerdan_ has quit [Ping timeout: 245 seconds]
[15:37:25] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:38:54] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[15:38:57] -!- hm2-buildmaster_ has quit [Ping timeout: 240 seconds]
[15:39:00] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:39:03] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:39:42] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:40:16] -!- linuxcnc-build_ has quit [Ping timeout: 265 seconds]
[15:40:24] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:41:07] -!- kb8wmc_ [kb8wmc_!~chatzilla@64.25.194.29] has joined #linuxcnc-devel
[15:41:42] -!- jduhls has quit [Ping timeout: 256 seconds]
[15:42:01] -!- linuxcnc-build has quit [Ping timeout: 272 seconds]
[15:42:11] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:42:43] -!- Loetmichel has quit [Ping timeout: 250 seconds]
[15:42:52] -!- slothmachine has quit [Ping timeout: 255 seconds]
[15:43:09] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[15:43:28] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:43:35] -!- swingley has quit [Ping timeout: 250 seconds]
[15:43:41] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[15:43:55] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:44:29] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:44:29] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[15:44:32] -!- hm2-buildmaster has quit [Ping timeout: 256 seconds]
[15:44:40] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:44:47] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[15:44:57] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:46:24] -!- kb8wmc_ has quit [Quit: ChatZilla 0.9.91 [Firefox 20.0/20130329043827]]
[15:47:03] -!- linuxcnc-build has quit [Ping timeout: 265 seconds]
[15:47:56] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[15:48:09] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:48:30] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[15:48:42] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:49:10] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[15:49:24] -!- hm2-buildmaster has quit [Ping timeout: 260 seconds]
[15:49:39] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:49:45] -!- seb_kuzm1nsky has quit [Ping timeout: 258 seconds]
[15:51:02] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:52:50] -!- hm2-buildmaster_ has quit [Ping timeout: 265 seconds]
[15:52:57] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:53:02] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[15:53:09] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:54:23] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[15:54:33] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:54:33] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[15:55:16] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:55:35] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[15:55:59] <mozmck> wow, looks like the build server's net connection is flaky
[15:56:38] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:57:09] <mozmck> I noticed this post: http://blog.machinekit.io/2014/11/jog-while-paused.html I forget what was not liked about Michael's solution?
[15:57:23] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[15:57:26] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:57:30] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:57:43] -!- linuxcnc-build__ has quit [Ping timeout: 255 seconds]
[15:58:01] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[15:58:53] -!- dimas has quit [Remote host closed the connection]
[15:59:31] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[15:59:32] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-46-67.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[15:59:40] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[16:00:23] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:00:37] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[16:01:36] -!- kwallace [kwallace!~kwallace@smb-176.sonnet.com] has joined #linuxcnc-devel
[16:01:44] -!- linuxcnc-build has quit [Ping timeout: 244 seconds]
[16:01:47] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[16:01:54] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:02:18] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[16:02:24] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:03:31] -!- diegocerdan has quit [Ping timeout: 250 seconds]
[16:03:39] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:04:42] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:04:42] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[16:04:52] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[16:06:12] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[16:06:26] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:07:21] -!- linuxcnc-build_ has quit [Ping timeout: 272 seconds]
[16:07:36] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:08:20] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[16:08:39] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:09:39] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:09:39] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[16:09:52] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[16:10:52] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[16:10:59] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:11:59] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[16:12:10] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:12:27] -!- pcw_home has quit [Quit: ChatZilla 0.9.91 [Firefox 33.0/20141013200110]]
[16:13:06] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[16:13:12] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:13:49] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[16:14:49] -!- seb_kuzm1nsky has quit [Ping timeout: 255 seconds]
[16:15:09] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:15:15] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:15:44] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[16:16:29] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[16:16:51] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:17:18] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-58-89.hlrn.qwest.net] has joined #linuxcnc-devel
[16:17:24] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[16:17:57] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:19:39] -!- hm2-buildmaster has quit [Ping timeout: 258 seconds]
[16:19:46] -!- linuxcnc-build has quit [Ping timeout: 255 seconds]
[16:19:50] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:21:07] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[16:21:17] -!- hm2-buildmaster_ has quit [Ping timeout: 240 seconds]
[16:21:23] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:21:36] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:22:30] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[16:22:42] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:23:59] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[16:24:17] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:24:20] -!- vapula has quit [Quit: Leaving]
[16:25:42] -!- diegocerdan_ has quit [Ping timeout: 245 seconds]
[16:26:11] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[16:26:16] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[16:26:32] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:26:53] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:26:56] -!- mhaberler has quit [Quit: mhaberler]
[16:27:10] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[16:27:16] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:28:36] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[16:29:09] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:29:15] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:30:40] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[16:31:24] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[16:31:28] -!- linuxcnc-build__ has quit [Ping timeout: 255 seconds]
[16:31:31] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:31:53] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:32:58] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:33:19] -!- ejb has quit [Quit: ZZZzzz…]
[16:33:46] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[16:33:59] -!- linuxcnc-build has quit [Ping timeout: 264 seconds]
[16:34:30] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:36:20] -!- hm2-buildmaster_ has quit [Ping timeout: 265 seconds]
[16:36:27] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:36:32] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[16:36:58] -!- PetefromTn_ has quit [Ping timeout: 250 seconds]
[16:37:24] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[16:37:38] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:38:56] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[16:39:07] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:40:29] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[16:40:35] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:42:05] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[16:42:12] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:43:36] -!- linuxcnc-build__ has quit [Ping timeout: 265 seconds]
[16:44:06] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:44:17] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:44:37] -!- hm2-buildmaster_ has quit [Ping timeout: 244 seconds]
[16:44:43] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:44:53] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:46:32] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[16:47:08] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:48:14] -!- hm2-buildmaster has quit [Ping timeout: 244 seconds]
[16:48:31] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:49:09] -!- linuxcnc-build__ has quit [Ping timeout: 272 seconds]
[16:49:10] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[16:49:27] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[16:49:42] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:49:42] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:49:42] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[16:50:16] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:51:26] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:51:37] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[16:51:55] amnesic_away is now known as amnesic
[16:53:06] -!- hm2-buildmaster has quit [Ping timeout: 256 seconds]
[16:53:15] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:53:17] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:53:58] -!- linuxcnc-build has quit [Ping timeout: 255 seconds]
[16:54:39] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[16:54:45] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:54:52] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[16:56:00] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:56:00] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[16:56:17] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[16:56:27] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:57:32] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[16:57:59] -!- hm2-buildmaster has quit [Ping timeout: 264 seconds]
[16:58:26] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:59:11] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[16:59:22] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[16:59:30] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:00:59] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:00:59] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[17:01:04] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[17:01:11] -!- linuxcnc-build__ has quit [Ping timeout: 272 seconds]
[17:02:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:02:37] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[17:02:54] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:03:50] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[17:04:04] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[17:04:11] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:05:43] -!- seb_kuzm1nsky has quit [Ping timeout: 245 seconds]
[17:06:19] -!- linuxcnc-build__ has quit [Ping timeout: 244 seconds]
[17:06:25] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:06:58] -!- linuxcnc-build_ has quit [Ping timeout: 245 seconds]
[17:07:21] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:08:07] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:08:53] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[17:09:10] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:10:38] -!- ejb has quit [Quit: ZZZzzz…]
[17:10:59] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:10:59] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[17:11:04] -!- linuxcnc-build__ has quit [Ping timeout: 260 seconds]
[17:11:42] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:11:47] -!- linuxcnc-build_ has quit [Ping timeout: 258 seconds]
[17:11:59] -!- diegocerdan has quit [Ping timeout: 250 seconds]
[17:12:25] -!- hm2-buildmaster has quit [Ping timeout: 255 seconds]
[17:13:04] -!- diegocerdan_ has quit [Remote host closed the connection]
[17:13:15] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:13:35] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[17:13:52] -!- [cube] has quit [Ping timeout: 260 seconds]
[17:14:07] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:14:21] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:14:23] Cylly is now known as Loetmichel
[17:15:53] -!- seb_kuzminsky has quit [Ping timeout: 250 seconds]
[17:16:23] -!- linuxcnc-build__ has quit [Ping timeout: 272 seconds]
[17:16:30] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:17:41] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[17:18:15] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:18:34] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[17:18:36] -!- hm2-buildmaster_ has quit [Ping timeout: 256 seconds]
[17:18:42] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:19:09] -!- phantoxeD has quit [Read error: Connection reset by peer]
[17:20:58] -!- linuxcnc-build__ has quit [Ping timeout: 255 seconds]
[17:21:05] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:22:44] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[17:22:48] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[17:22:55] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:23:01] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:24:02] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:24:46] -!- fran_becu_ has quit [Quit: Saliendo]
[17:25:43] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[17:26:04] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:26:04] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[17:26:34] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:27:14] -!- linuxcnc-build_ has quit [Ping timeout: 250 seconds]
[17:27:15] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:27:30] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:27:30] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[17:27:50] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:28:39] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[17:28:50] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:30:59] -!- linuxcnc-build__ has quit [Ping timeout: 264 seconds]
[17:31:04] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:31:04] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[17:31:05] -!- seb_kuzminsky has quit [Ping timeout: 264 seconds]
[17:31:06] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:31:38] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[17:31:43] -!- hm2-buildmaster has quit [Ping timeout: 258 seconds]
[17:31:47] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:31:57] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:32:06] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[17:32:24] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:32:57] -!- dan2k3k4 has quit [Ping timeout: 240 seconds]
[17:33:11] -!- linuxcnc-build has quit [Ping timeout: 244 seconds]
[17:35:30] `Nerobro__ is now known as `Nerobro
[17:35:57] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[17:36:01] -!- linuxcnc-build__ has quit [Ping timeout: 272 seconds]
[17:36:11] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:36:11] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[17:36:16] -!- seb_kuzm1nsky has quit [Ping timeout: 260 seconds]
[17:36:39] -!- hm2-buildmaster has quit [Ping timeout: 272 seconds]
[17:36:54] -!- amiri_ has quit [Ping timeout: 245 seconds]
[17:36:57] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:37:00] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:37:05] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[17:37:15] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:38:22] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:38:27] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[17:39:11] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:40:56] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[17:41:04] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:41:04] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[17:41:11] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[17:41:27] -!- swingley has quit [Read error: Connection reset by peer]
[17:41:29] -!- linuxcnc-build__ has quit [Ping timeout: 245 seconds]
[17:41:34] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:41:41] -!- hm2-buildmaster has quit [Ping timeout: 258 seconds]
[17:42:50] -!- hm2-buildmaster_ has quit [Ping timeout: 258 seconds]
[17:42:56] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:43:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:43:37] -!- linuxcnc-build has quit [Ping timeout: 250 seconds]
[17:43:54] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:44:09] -!- syyl_ws has quit [Remote host closed the connection]
[17:45:57] -!- seb_kuzm1nsky has quit [Ping timeout: 240 seconds]
[17:45:59] -!- linuxcnc-build_ has quit [Ping timeout: 264 seconds]
[17:46:07] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:46:07] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[17:46:38] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:47:17] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[17:47:28] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[17:47:39] amnesic is now known as amnesic_away
[17:47:48] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:48:03] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:48:25] -!- linuxcnc-build has quit [Ping timeout: 255 seconds]
[17:48:37] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:48:56] amnesic_away is now known as amnesic
[17:50:37] -!- linuxcnc-build_ has quit [Ping timeout: 240 seconds]
[17:50:46] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[17:50:52] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:51:09] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:51:09] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[17:51:57] -!- linuxcnc-build__ has quit [Ping timeout: 240 seconds]
[17:52:03] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:52:10] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:52:25] -!- hm2-buildmaster_ has quit [Ping timeout: 245 seconds]
[17:52:43] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:53:10] -!- linuxcnc-build has quit [Ping timeout: 256 seconds]
[17:53:50] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:55:24] -!- linuxcnc-build_ has quit [Ping timeout: 260 seconds]
[17:55:47] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:56:05] -!- seb_kuzminsky has quit [Ping timeout: 265 seconds]
[17:56:07] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:56:07] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[17:56:34] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[17:56:37] -!- hm2-buildmaster has quit [Ping timeout: 250 seconds]
[17:56:41] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:56:57] -!- hm2-buildmaster_ has quit [Ping timeout: 240 seconds]
[17:57:14] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:58:16] -!- linuxcnc-build has quit [Ping timeout: 256 seconds]
[17:58:28] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[17:58:29] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:00:03] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[18:00:44] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:01:02] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[18:01:09] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:01:09] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[18:01:19] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:01:29] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[18:01:35] -!- seb_kuzm1nsky has quit [Ping timeout: 264 seconds]
[18:02:37] -!- linuxcnc-build has quit [Ping timeout: 240 seconds]
[18:02:46] -!- hm2-buildmaster_ has quit [Ping timeout: 250 seconds]
[18:02:52] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:03:11] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:05:04] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[18:05:36] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:05:48] -!- linuxcnc-build__ has quit [Ping timeout: 250 seconds]
[18:06:09] -!- seb_kuzminsky has quit [Ping timeout: 250 seconds]
[18:06:16] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:06:16] -!- mode/#linuxcnc-devel [+v seb_kuzminsky] by ChanServ
[18:06:30] -!- linuxcnc-build__ [linuxcnc-build__!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:07:32] -!- hm2-buildmaster_ has quit [Ping timeout: 260 seconds]
[18:07:39] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:07:45] -!- linuxcnc-build has quit [Ping timeout: 258 seconds]
[18:07:56] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@97-122-53-225.hlrn.qwest.net] has joined #linuxcnc-devel
[18:09:52] -!- linuxcnc-build_ has quit [Ping timeout: 244 seconds]
[18:10:08] -!- linuxcnc-build_ [linuxcnc-build_!~linuxcnc-@174-29-190-157.hlrn.qwest.net] has joined #linuxcnc-devel
[18:10:44] -!- linuxcnc-build__ has quit [Ping timeout: 256 seconds]
[18:10:54] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@174-29-190-157.hlrn.qwest.net] has joined #linuxcnc-devel
[18:10:54] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[18:11:22] -!- seb_kuzminsky has quit [Ping timeout: 255 seconds]
[18:11:50] <seb_kuzm1nsky> oops
[18:12:01] seb_kuzm1nsky is now known as seb_kuzminsky
[18:12:16] -!- linuxcnc-build has quit [Ping timeout: 255 seconds]
[18:12:29] -!- hm2-buildmaster_ has quit [Ping timeout: 264 seconds]
[18:12:43] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174.29.190.157] has joined #linuxcnc-devel
[18:23:24] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/v2_hallib 239f069 06linuxcnc 10(37 files in 10 dirs) hallib: support for system-wide halfiles * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=239f069
[18:24:50] amnesic is now known as amnesic_away
[18:37:18] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@184-96-171-107.hlrn.qwest.net] has joined #linuxcnc-devel
[18:37:18] -!- mode/#linuxcnc-devel [+v seb_kuzm1nsky] by ChanServ
[18:37:20] -!- hm2-buildmaster_ [hm2-buildmaster_!~hm2-build@184-96-171-107.hlrn.qwest.net] has joined #linuxcnc-devel
[18:37:20] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@184-96-171-107.hlrn.qwest.net] has joined #linuxcnc-devel
[18:39:56] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[18:39:57] -!- hm2-buildmaster has quit [Ping timeout: 258 seconds]
[18:40:13] -!- hm2-buildmaster_ has quit [Remote host closed the connection]
[18:40:16] -!- linuxcnc-build has quit [Remote host closed the connection]
[18:40:32] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@184-96-171-107.hlrn.qwest.net] has joined #linuxcnc-devel
[18:40:37] -!- linuxcnc-build_ has quit [Ping timeout: 255 seconds]
[18:40:44] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@184-96-171-107.hlrn.qwest.net] has joined #linuxcnc-devel
[18:43:25] -!- rob_h has quit [Ping timeout: 250 seconds]
[18:45:34] -!- jduhls has quit [Ping timeout: 255 seconds]
[18:46:42] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[18:56:26] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[18:56:29] <memfrob> The very first 3.16 ipipe patch is now available on my github page if anyone wants to try it out
[19:02:27] -!- rob_h [rob_h!~robh@2.223.245.232] has joined #linuxcnc-devel
[19:04:07] -!- ariscop has quit [Ping timeout: 244 seconds]
[19:39:26] slothmachine is now known as slothmachine2
[19:47:47] -!- ariscop [ariscop!~Phase4@icookc.lnk.telstra.net] has joined #linuxcnc-devel
[19:53:16] -!- swingley has quit [Remote host closed the connection]
[19:55:30] seb_kuzm1nsky is now known as seb_kuzminsky
[19:57:19] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[20:02:14] <seb_kuzminsky> sorry everyone for the join/leave noise... i had network trouble, it's been resolved, everything should be back to normal now
[20:03:11] <skunkworks> awesome - again - thanks for all your hard work
[20:03:27] <seb_kuzminsky> memfrob, JT-Shop, jthornton: i'm hoping to tackle the mess that is our documentation translation in the 2.8 timeframe, i've started doodling a fix in the branch called seb/master/po4a, if you want to take a look
[20:03:38] <seb_kuzminsky> skunkworks: :-)
[20:04:06] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:04:19] amnesic_away is now known as amnesic
[20:04:52] amnesic is now known as amnesic_away
[20:06:34] -!- b_b has quit [Remote host closed the connection]
[20:09:06] <memfrob> skunkworks: me or seb_kuzminsky?
[20:09:14] <skunkworks> Both!
[20:09:21] <memfrob> haha thank you!
[20:09:46] <memfrob> it is nice to finally be ahead of the xenomai team
[20:09:54] <skunkworks> well dad managed to get another cnc with a working control.. Damn it!
[20:10:23] <skunkworks> memfrob, I really want to test - but time seems to be sort at the moment..
[20:12:00] <seb_kuzminsky> memfrob: that's really cool
[20:12:03] <mozmck> hey seb_kuzminsky, we noticed the network trouble :) thought maybe you were getting buried in snow or something.
[20:12:09] <seb_kuzminsky> ugh
[20:12:10] <seb_kuzminsky> sorry
[20:12:14] <seb_kuzminsky> should be over now
[20:12:26] <mozmck> had problems myself yesterday.
[20:15:24] -!- mrsun has quit [Ping timeout: 256 seconds]
[20:17:30] <mozmck> memfrob: is xenomai going to even keep updating IPIPE? with xenomai 3 they are just using preempt-rt
[20:18:17] <mozmck> which doesn't make any sense to me. I would think people would not need xenomai at all if they are using preempt-rt
[20:20:16] <seb_kuzminsky> the future of preempt-rt is looking uncertain too :-(
[20:20:18] <seb_kuzminsky> https://lwn.net/Articles/604695/
[20:20:51] <mozmck> Yeah, I saw that.
[20:21:28] <mozmck> Maybe that will inspire people to keep updating IPIPE
[20:29:53] -!- dan2k3k4 has quit [Ping timeout: 264 seconds]
[20:30:05] -!- gimps has quit [*.net *.split]
[20:30:06] -!- ssi has quit [*.net *.split]
[20:30:06] -!- cradek has quit [*.net *.split]
[20:30:06] -!- Hawku has quit [*.net *.split]
[20:30:06] -!- BlaDe^ has quit [*.net *.split]
[20:30:06] -!- roh has quit [*.net *.split]
[20:30:06] -!- cox has quit [*.net *.split]
[20:31:16] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[20:31:21] -!- ssi [ssi!~ssi@app2.prototechnical.com] has joined #linuxcnc-devel
[20:31:21] -!- cradek [cradek!~chris@emc/board-of-directors/cradek] has joined #linuxcnc-devel
[20:31:21] -!- cox [cox!~quassel@188.226.208.53] has joined #linuxcnc-devel
[20:31:21] -!- mode/#linuxcnc-devel [+v cradek] by holmes.freenode.net
[20:41:24] -!- zzolo has quit [Quit: zzolo]
[20:43:10] -!- dan2k3k4k5 has quit [Quit: Leaving]
[20:45:59] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:51:49] <kwallace> skunkworks, are you going to be able to keep your new machines busy? Baby pictures would be nice too.
[20:56:24] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[20:59:21] -!- toudi_ [toudi_!~toudi@aebg142.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[21:01:29] -!- sudobangbang has quit [Ping timeout: 245 seconds]
[21:02:36] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/v2_hallib 5636ed0 06linuxcnc 10(37 files in 10 dirs) hallib: support for system-wide halfiles * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5636ed0
[21:02:44] -!- slothmachine2 has quit [Ping timeout: 245 seconds]
[21:02:44] -!- micges has quit [Ping timeout: 245 seconds]
[21:02:44] -!- Nick_name has quit [Ping timeout: 245 seconds]
[21:02:45] -!- ink has quit [Ping timeout: 245 seconds]
[21:05:16] -!- jduhls has quit [Ping timeout: 256 seconds]
[21:07:31] <mozmck> I noticed this post: http://blog.machinekit.io/2014/11/jog-while-paused.html I forget what was not liked about Michael's solution? What is different with dgarr's moveoff?
[21:08:57] <Tom_itx> dgarr has several examples
[21:09:54] <mozmck> I've seen the videos, and it looks interesting, but I'm just curious what the basic difference is. Someone mentioned that the solution in machinekit was deficient, but I can't remember how.
[21:10:22] <Tom_itx> i haven't seen it work
[21:12:04] -!- ink has quit [Ping timeout: 256 seconds]
[21:12:30] <Tom_itx> the video link you posted seems to do what would be expected
[21:13:03] -!- erictheise has quit [Quit: erictheise]
[21:13:12] <jepler> mozmck: I don't know anything about the implementation that was ultimately made in machinekit, because I don't follow that project from day to day.
[21:13:26] <jepler> mozmck: of course, they also aren't offering patches for inclusion in linuxcnc
[21:13:37] <jepler> mozmck: so it's silly to ask why we didn't take a hypothetical patch which they did not offer
[21:14:00] <Tom_itx> a little friction there?
[21:14:01] <jepler> there was some work done in 2013 before the split. this work can be found in our branch keyboard-jog-while-pause-joints-axes4
[21:14:22] -!- skorasaurus has quit [Read error: Connection reset by peer]
[21:14:31] <mozmck> hmm, I wasn't asking that, I was just curious to know the difference, because I thought someone had mentioned the machinekit solution having some problems.
[21:14:51] <jepler> compared to that work, dgarr's work is preferable because it doesn't affect any user who doesn't enable it. the keyboard-jog-while-pause-joints-axes4 branch changes the realtime motion controller which every user users
[21:14:54] <cradek> that video is a year old. contrary to my memory, it shows jogging with the regular AXIS controls. I don't know how that was accomplished. I couldn't find in their git the sim config the blog post talks about.
[21:14:55] <jepler> every user uses
[21:15:52] <jepler> one antipattern we have in the LinuxCNC task and motion controllers is: too many queues
[21:16:05] <mozmck> according to that blog post I linked, the code was actually done for linuxcnc, I assume in the branch you mention.
[21:16:14] <jepler> we have a queue for commands from user interfaces. a queue for mdi commands. a queue of motion commands waiting to be sent to realtime. a queue of motion commands in realtime.
[21:16:29] <jepler> a lot of the tough bugs we solve are due to these queues
[21:16:30] <Tom_itx> i haven't had a chance to try it yet but i think i will prefer dgarr's solution
[21:16:44] <mozmck> the video shows ja3 in the title actually
[21:16:51] <Tom_itx> i saw his demos he posted
[21:16:54] <jepler> so I would hate to take a patch that adds yet another kind of different queue, which is the first thing that stands out for me in this branch
[21:16:58] <jepler> +#define DEFAULT_ALT_TC_QUEUE_SIZE 100 // size of secondary motion queue
[21:17:23] <cradek> the recent patch I've seen would NOT have worked like the video (jogging with the usual jog controls)
[21:17:33] <cradek> I don't know how the video shows that
[21:17:40] <mozmck> ok, so maybe that's what I'm remembering.
[21:17:41] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[21:18:25] <seb_kuzminsky> i've played with dgarr's stuff, it does the thing people say they want: let you move the machine while a running program is paused
[21:18:36] <seb_kuzminsky> it'll be in 2.7.0~pre3, i'm really excited for that
[21:19:03] <Tom_itx> will it allow a tool offset to be set and then resume?
[21:19:09] <Tom_itx> that would be awesome...
[21:19:11] <seb_kuzminsky> nope
[21:19:29] <Tom_itx> as i see it, that's one of the main reasons for a pause in mid cut
[21:19:38] <cradek> me too, Tom_itx
[21:19:40] <seb_kuzminsky> i agree
[21:19:49] <Tom_itx> i know it's easy to talk about...
[21:20:10] <cradek> that will surely be part of the end goal, which neither of these stopgaps can handle
[21:20:32] -!- spatialbrew has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[21:20:53] -!- erve has quit [Remote host closed the connection]
[21:21:37] tjb111 is now known as tjb1
[21:21:52] <Tom_itx> i have never tried run from line either
[21:21:53] <skunkworks> tool lenght could be accomplished with it I think...
[21:22:02] <seb_kuzminsky> skunkworks: not as currently written
[21:22:21] <seb_kuzminsky> you have to clear all moveoff offsets (ie, jog back to where you started) before you un-pause
[21:22:24] <Tom_itx> diameter offset would be a big plus since the new tool isn't gonna measure the same
[21:22:48] <Tom_itx> or rather the ability to re'read the tool table parameters
[21:22:56] <skunkworks> seb_kuzminsky: ah.. I thought you could start it with an offset in place - it would just scold you.
[21:22:58] <cradek> can't make an omelet without opening all these cans of worms
[21:23:26] <Tom_itx> do you make custom omlets?
[21:23:27] <skunkworks> ewww
[21:23:52] <jepler> imagine an infinite barrel of monkeys, each opening cans of worms
[21:23:58] <cradek> haha
[21:24:02] <cradek> it'd look like irc
[21:24:03] <mozmck> thanks for the answers, not really important but I was curious. I'm happy for what is there.
[21:24:15] <seb_kuzminsky> skunkworks: hmm... now you've made me doubt myself
[21:24:16] <Tom_itx> i think most of us are
[21:25:00] <skunkworks> the original video that he posted I think allowed it - it may be how you have it setup..
[21:27:22] -!- nofxx_ has quit [Ping timeout: 256 seconds]
[21:28:45] <mozmck> On another subject: does S code cause a pause in motion when it executes, and can I remap the S code and it not pause motion when it executes?
[21:29:15] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[21:31:16] -!- nofxx has quit [Changing host]
[21:32:05] <seb_kuzminsky> mozmck: i dont think S is a queue-buster, but it might make spindle-at-speed go false which would pause before the next feed move to let the spindle adjust
[21:32:55] <Tom_itx> what if you're doing sync'd spindle motion?
[21:32:59] <mozmck> hmm, is that true if I remap it as well? I need a code to send values from Gcode to a custom component.
[21:33:09] <Tom_itx> i suppose the S override is enabled in that case...
[21:33:37] <jepler> motion.spindle-at-speed IN BIT
[21:33:37] <jepler> Motion will pause until this pin is TRUE, under the following
[21:33:40] <jepler> conditions: before the first feed move after each spindle start
[21:33:43] <jepler> or speed change; before the start of every chain of spindle-syn‐
[21:33:46] <jepler> chronized moves; and if in CSS mode, at every rapid->feed tran‐
[21:33:49] <jepler> sition.
[21:33:56] <mozmck> Not using it for spindle control at all in this case, and I could use a different code if I have to. S is what we already use though.
[21:35:06] <jepler> I don't know enough about remap to be able to say
[21:35:37] <mozmck> ok, thanks. I will make a setup to do some testing.
[21:35:42] <mozmck> bbl
[21:37:19] <seb_kuzminsky> mozmck: if you dont care about spindle-at-speed, just set it True and forget about it
[21:37:28] <mozmck> so queue-buster means it will pause motion?
[21:37:37] <mozmck> seb_kuzminsky: I see, thanks!
[21:37:47] <seb_kuzminsky> it's... complicated, but sort of, yes
[21:38:10] <mozmck> where is the documentation for the main HAL components such as motion?
[21:38:35] <cradek> motion has a manpage
[21:38:48] <mozmck> ah, I see!
[21:38:52] <cradek> as do all (??) the hal components
[21:39:06] <Tom_itx> s/do/should
[21:39:20] <mozmck> even on the web under docs!
[21:39:28] <mozmck> ok, have to run, thanks for the help.
[21:58:37] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[22:02:28] -!- chillly has quit [Quit: Ex-Chat]
[22:05:38] -!- FinboySlick has quit [Quit: Leaving.]
[22:07:25] -!- bedah has quit [Quit: Ex-Chat]
[22:07:39] -!- ejb has quit [Quit: ZZZzzz…]
[22:08:20] -!- f1oat has quit [Ping timeout: 260 seconds]
[22:08:58] -!- skorasaurus2 has quit [Quit: WeeChat 1.0.1]
[22:11:15] toudi_ is now known as micges
[22:11:41] -!- Deejay has quit [Quit: bye]
[22:25:08] -!- nofxx has quit [Ping timeout: 260 seconds]
[22:31:26] -!- afiber__ has quit [Quit: Konversation terminated!]
[22:34:59] -!- acdha has quit [Ping timeout: 265 seconds]
[22:47:50] -!- The_Ball has quit [Remote host closed the connection]
[22:48:30] -!- jvrousseau has quit [Quit: (null)]
[22:53:53] -!- dan2k3k4 has quit [Ping timeout: 250 seconds]
[23:07:40] -!- zeeshan has quit [Ping timeout: 256 seconds]
[23:08:12] -!- Nick_name_ has quit [Ping timeout: 264 seconds]
[23:08:12] -!- syyl_ has quit [Ping timeout: 264 seconds]
[23:08:14] -!- Jymm has quit [Ping timeout: 256 seconds]
[23:08:47] -!- mhaberler has quit [Quit: mhaberler]
[23:17:44] -!- mhaberler has quit [Quit: mhaberler]
[23:17:47] -!- FreezingCold has quit [Ping timeout: 245 seconds]
[23:19:19] -!- toudi_ [toudi_!~toudi@aeiq14.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[23:20:42] -!- The_Ball has quit [Ping timeout: 256 seconds]
[23:23:00] -!- micges has quit [Ping timeout: 250 seconds]
[23:27:10] toudi_ is now known as micges
[23:39:09] Jymmmm is now known as Jymm
[23:42:05] -!- The_Ball has quit [Ping timeout: 244 seconds]
[23:43:56] -!- Audioburn has quit [Ping timeout: 258 seconds]