#linuxcnc-devel | Logs for 2015-01-04

Back
[00:02:22] -!- swingley has quit [Remote host closed the connection]
[00:08:35] -!- anth0ny_ has quit [Quit: anth0ny_]
[00:14:52] -!- Demiurge has quit [Ping timeout: 245 seconds]
[00:16:24] -!- nofxx has quit [Changing host]
[00:25:32] -!- moorbo has quit [Remote host closed the connection]
[00:30:51] -!- Demiurge has quit [Read error: Connection reset by peer]
[00:32:46] -!- Camaban has quit [Quit: Leaving]
[00:35:48] -!- Demiurge has quit [Read error: Connection reset by peer]
[00:38:15] <linuxcnc-build_> build #881 of 4017.deb-wheezy-amd64 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/881 blamelist: Dewey Garrett <dgarrett@panix.com>
[00:41:51] -!- jac [jac!4c0e482e@gateway/web/freenode/ip.76.14.72.46] has joined #linuxcnc-devel
[00:42:23] -!- jaket_ has quit [Client Quit]
[00:44:07] -!- Demiurge has quit [Read error: Connection reset by peer]
[00:49:28] -!- swingley has quit [Remote host closed the connection]
[00:52:07] amnesic_away is now known as amnesic
[00:54:34] -!- Demiurge has quit [Read error: Connection reset by peer]
[00:59:42] -!- swingley has quit [Remote host closed the connection]
[01:00:37] -!- jac has quit [Quit: Page closed]
[01:04:22] <mozmck> Hi cmorley1, did you see the Hbar too?
[01:04:39] <cmorley1> Yes looks very nice
[01:04:52] <mozmck> I could make a patch. I played with the square LEDs, but didn't get anything I really liked yet.
[01:04:52] -!- Demiurge has quit [Ping timeout: 240 seconds]
[01:05:32] <mozmck> square LED's are usually pretty dull in real life, but I'm sure they can be spiffed up a little
[01:06:07] <mozmck> What Kimk was talking about was a lighted button, with the light being independent of the button state.
[01:06:10] <cmorley1> yes I think consistent would be nice but maybe people don't mix shapes much..?
[01:06:26] <mozmck> I don't know.
[01:06:58] <mozmck> I was thinking I could figure out how to add a property so you could select between the "shiny" or "flat" style.
[01:07:01] <cmorley1> anyways they does add some spiff to them ... we could even make it a clickable optionm
[01:07:13] <cmorley1> option - the fancy part i mean
[01:07:21] <mozmck> heh, what I just said!
[01:07:25] <cmorley1> lol
[01:07:36] <mozmck> or "pretty" vs "ugly"
[01:08:02] <mozmck> (not really - it would just be funny to make that the options)
[01:08:55] -!- afiber__ has quit [Quit: Konversation terminated!]
[01:09:00] <cmorley1> GTK have had packages called something like that before..
[01:10:39] <cmorley1> well when you get bored of playing with them, if you send me a patch I will see about incorporating, if you like.
[01:11:50] <cmorley1> gotta go ttyl
[01:14:25] <mozmck> ok, will do
[01:15:20] <tinkerer> happy new year all!
[01:17:12] <tinkerer> seb_kuzminsky: do you have time for the tcl issues?
[01:18:25] -!- Demiurge has quit [Ping timeout: 255 seconds]
[01:18:25] Demiurge_ is now known as Demiurge
[01:22:45] -!- asdfasd has quit [Ping timeout: 265 seconds]
[01:27:47] -!- Demiurge has quit [Ping timeout: 244 seconds]
[01:32:54] <seb_kuzminsky> tinkerer: hey there, happy new year
[01:33:13] <seb_kuzminsky> i dont know enough about tcl to do anything about the weird 8.6 problem :-/
[01:33:27] <seb_kuzminsky> but if you have any input i'd love to hear it
[01:33:34] <tinkerer> :)
[01:33:36] <tinkerer> ok
[01:33:56] <mozmck> I think you have to be 60+ year old to know tcl that well ;)
[01:34:47] <tinkerer> I've asked Gene.... ;)
[01:34:53] <mozmck> haha!
[01:36:12] <seb_kuzminsky> heh
[01:36:27] <mozmck> I need to learn it I guess. From what I saw looking the other day it looks like it has advantages over lua for many things.
[01:38:25] <tinkerer> try move the code:
[01:38:25] <tinkerer> state {$task_state == $STATE_ON && $taskfile != ""} \
[01:38:25] <tinkerer> .toolbar.program_step {.menu.machine "S_tep"}
[01:38:25] <tinkerer> some "state lines" up or down and then restart lcnc
[01:41:02] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[01:42:23] <seb_kuzminsky> tinkerer: what does that do?
[01:42:39] <tinkerer> or reorder the state invocations in proc update_state
[01:43:08] <seb_kuzminsky> what does "state" do in those statments? what is going on in that code?
[01:43:23] <seb_kuzminsky> (told you i dont know what i'm doing)
[01:43:37] <tinkerer> TCL error in asynchronous code:
[01:43:38] <tinkerer> bad option "_Pause": must be activate, add, cget, clone, configure, delete, entrycget, entryconfigure, index, insert, invoke, post, postcascade, type, unpost, xposition, or yposition
[01:43:38] <tinkerer> while executing
[01:43:38] <tinkerer> ".menu.machine "_Pause""
[01:43:38] <tinkerer> invoked from within
[01:43:38] <tinkerer> "if {$::last_interp_state != $::INTERP_IDLE || $::last_task_state != $::task_state} {
[01:43:38] <tinkerer> set_mode_from_tab
[01:43:39] <tinkerer> }"
[01:43:39] <tinkerer> (procedure "update_state" line 50)
[01:43:40] <tinkerer> invoked from within
[01:43:40] <tinkerer> "update_state"
[01:43:41] <tinkerer> ("after" script)
[01:44:22] <tinkerer> for instance
[01:44:49] <tinkerer> now it's ".menu.machine "_Pause""
[01:46:59] <seb_kuzminsky> ok, i moved it down a couple of state statements, and i get the error you just pasted
[01:48:29] <seb_kuzminsky> but i dont understand the significance of it
[01:48:31] <tinkerer> yep, and when you reorder the whole code then you get another error
[01:48:35] <seb_kuzminsky> yeah
[01:48:53] <seb_kuzminsky> what is causing the error? and why does it work with tcl 8.4 and 8.5, but not 8.6?
[01:49:14] <tinkerer> maybe its a stack issue
[01:49:18] <seb_kuzminsky> "wrong number of args" makes no sense to me
[01:49:31] <seb_kuzminsky> because i dont know who's args we're talking about
[01:49:36] <seb_kuzminsky> *whose
[01:51:08] <tinkerer> don't hardening on the type of error
[01:51:33] <tinkerer> after reordering the code i got:
[01:51:33] <tinkerer> TCL error in asynchronous code:
[01:51:33] <tinkerer> can't read "task_state": no such variable
[01:51:33] <tinkerer> while executing
[01:51:33] <tinkerer> "$task_state == $STATE_ON && ($interp_state == $INTERP_READING || $interp_state == $INTERP_WAITING) "
[01:51:34] <tinkerer> invoked from within
[01:51:34] <tinkerer> "if {$::last_interp_state != $::INTERP_IDLE || $::last_task_state != $::task_state} {
[01:51:35] <tinkerer> set_mode_from_tab
[01:51:35] <tinkerer> }"
[01:51:36] <tinkerer> (procedure "update_state" line 58)
[01:51:36] <tinkerer> invoked from within
[01:51:37] <tinkerer> "update_state"
[01:51:37] <tinkerer> ("after" script)
[01:53:57] -!- mhaberler has quit [Ping timeout: 240 seconds]
[01:54:27] -!- swingley has quit [Remote host closed the connection]
[01:57:51] <tinkerer> it's interesting that it's always on this point:
[01:57:52] <tinkerer> "if {$::last_interp_state != $::INTERP_IDLE || $::last_task_state != $::task_state} {
[01:57:52] <tinkerer> set_mode_from_tab
[01:57:52] <tinkerer> }"
[01:58:30] <tinkerer> *at
[01:59:48] -!- anth0ny_ has quit [Quit: anth0ny_]
[02:01:10] -!- swingley has quit [Ping timeout: 244 seconds]
[02:02:50] <seb_kuzminsky> tinkerer: so proc state takes a statement and a list of widgets to modify state on
[02:03:01] <seb_kuzminsky> if the statement is true
[02:09:37] -!- Demiurge has quit [Ping timeout: 256 seconds]
[02:12:22] -!- syyl has quit [Ping timeout: 245 seconds]
[02:31:49] -!- sumpfralle has quit [Quit: Leaving.]
[02:38:42] -!- aspect [aspect!~aspect@abstracted-spleen.org] has joined #linuxcnc-devel
[02:39:05] -!- swingley has quit [Remote host closed the connection]
[02:39:58] -!- nick-name2 has quit [Ping timeout: 250 seconds]
[02:44:41] <tinkerer> seb_kuzminsky: to be honest I don't know how it realy works but changing the line after the last state-invocation the error has gone...
[02:44:41] <tinkerer> from
[02:44:42] <tinkerer> if { $::motion_mode == $::TRAJ_MODE_FREE && $::kinematics_type != $::KINEMATICS_IDENTITY} {
[02:44:42] <tinkerer> to
[02:44:42] <tinkerer> if { [uplevel \#0 [list expr {$::motion_mode == $::TRAJ_MODE_FREE && $::kinematics_type != $::KINEMATICS_IDENTITY}]]} {
[02:48:33] -!- Demiurge has quit [Read error: Connection reset by peer]
[02:53:24] <aspect> that change shouldn't make any difference at all
[02:53:43] <tinkerer> shouldn't ;)
[02:54:01] * aspect is from #tcl and currently checkout out linuxcnc.git to see if I can help :-)
[02:54:55] -!- micges [micges!~toudi@aeis10.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[02:55:21] <aspect> is itcl in use? There has been some breakage with 8.6/itcl4 releases
[02:55:25] -!- amiri has quit [Ping timeout: 244 seconds]
[02:56:50] -!- Demiurge has quit [Read error: Connection reset by peer]
[02:56:58] <cradek> aspect: nope
[02:57:09] <cradek> aspect: and thank you for looking at it
[03:00:23] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:02:16] -!- mhaberler has quit [Quit: mhaberler]
[03:03:49] -!- Demiurge has quit [Read error: Connection reset by peer]
[03:11:34] <aspect> hm. I'm not seeing anything obviously wrong on the script level, but as miguel@#tcl points out, 8.6 has some fairly big changes on the C side "that misbehave for some undocumented idioms that previously ran fine"
[03:15:24] <aspect> hopefully we can get some tools to figure out where that might be .. I see a lot of C using the Tcl API. That's less my forte, but by the time seb is back there will hopefully be some hints in #tcl
[03:17:40] -!- Demiurge has quit [Ping timeout: 250 seconds]
[03:19:47] -!- sklv has quit [Remote host closed the connection]
[03:22:58] <aspect> might also be worth trying a build against 8.6.3, which fixes a few issues in .2 but of course debian hasn't quite got it packaged yet
[03:31:23] -!- Demiurge has quit [Ping timeout: 264 seconds]
[03:31:23] Demiurge_ is now known as Demiurge
[03:33:44] -!- Demiurge has quit [Client Quit]
[03:36:29] -!- Audioburn has quit [Ping timeout: 245 seconds]
[03:41:15] amnesic is now known as amnesic_away
[03:49:40] -!- Demiurge has quit [Ping timeout: 244 seconds]
[03:49:40] Demiurge_ is now known as Demiurge
[03:50:38] <seb_kuzminsky> hi aspect, thanks for looking at our spaghetti
[03:54:08] <tinkerer> hmmmm, just putting the line
[03:54:08] <tinkerer> puts "whats going on....?"
[03:54:08] <tinkerer> between state lines and the if lines sweeps the error...
[03:54:08] <tinkerer> is this a timing issue?
[03:54:08] <tinkerer> ok, then good n8!
[03:55:39] <seb_kuzminsky> tinkerer: thanks for looking at it
[03:58:17] -!- tinkerer has quit [Quit: Leaving.]
[04:00:48] -!- anth0ny_ has quit [Quit: anth0ny_]
[04:15:08] -!- Connor has quit [Disconnected by services]
[04:15:26] -!- Connor [Connor!~Connor@24.214.127.194] has joined #linuxcnc-devel
[04:15:31] -!- Connor1 [Connor1!~Connor@24.214.127.194] has joined #linuxcnc-devel
[04:16:31] -!- Connor1 has quit [Client Quit]
[04:26:57] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6-tcl8.6-fix c39a7f2 06linuxcnc 10src/emc/usr_intf/Submakefile 10src/emc/usr_intf/emcrsh.cc 10src/emc/usr_intf/schedrmt.cc remove some dead code * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c39a7f2
[04:45:28] -!- erve has quit [Remote host closed the connection]
[04:53:00] -!- AR__ has quit [Ping timeout: 265 seconds]
[04:53:43] -!- tjtr33 has quit [Quit: Leaving]
[05:07:40] -!- erve has quit [Remote host closed the connection]
[05:28:31] -!- furrywolf has quit [Ping timeout: 256 seconds]
[05:37:56] -!- erve has quit [Remote host closed the connection]
[05:45:29] -!- sirdancealot has quit [Remote host closed the connection]
[05:55:16] -!- bobo_ has quit [Quit: Page closed]
[06:02:35] -!- Fox_Muldr has quit [Ping timeout: 264 seconds]
[06:14:44] -!- jac [jac!4c0e482e@gateway/web/freenode/ip.76.14.72.46] has joined #linuxcnc-devel
[06:16:16] -!- FinboySlick has quit [Quit: Leaving.]
[06:19:06] -!- kwallace [kwallace!~kwallace@smb-35.sonnet.com] has parted #linuxcnc-devel
[06:25:26] <jac> whats the deal with all the joint_axes branches? how do they differ?
[06:35:19] <seb_kuzminsky> jac: they are successive rebases onto master
[06:36:04] <seb_kuzminsky> so higher numbers just means more recent master commits are included
[06:37:04] <jac> :seb_kuzminsky: ic, so if i wanted to play with gentrivkins for a dual drive gantry setup, would joints_axes6 be the best place to start?
[06:38:15] <seb_kuzminsky> yep
[06:39:38] <jac> cool. thanks much, thats very helpful.
[06:40:58] <jac> out of curiosity, which release is the joint_axes code being targeted for? or will it always be kept separate ?
[06:45:51] -!- XXCoder1 has quit [Ping timeout: 244 seconds]
[06:46:06] -!- swingley has quit [Ping timeout: 250 seconds]
[06:47:36] <seb_kuzminsky> that branch has some issues, when they are fixed it can be merged into master and included in whatever release comes after that
[06:48:11] <seb_kuzminsky> as far as i know no one is working on it at the moment, so i have no idea when that will be
[06:48:43] <seb_kuzminsky> if you use that branch, your experiences would be valuable input
[06:49:01] XXCoder2 is now known as XXCoder
[06:49:08] <jac> no worries, without taking too much of your time, would you mind elaborating on what the issues are with that branch ?
[06:51:36] <seb_kuzminsky> problems with nonconsecutive axes (xz for lathes, for example)
[06:52:04] <seb_kuzminsky> missing vel & accel limits for non-trivial kins
[06:53:20] <seb_kuzminsky> that's all i know of
[06:53:36] <jac> ic, well thanks again, ill spend some time with it and keep notes.
[06:56:03] <seb_kuzminsky> sweet
[07:07:22] -!- ve7it has quit [Remote host closed the connection]
[07:38:00] -!- Miner_48er has quit [Quit: Leaving]
[07:40:32] -!- anth0ny_ has quit [Quit: anth0ny_]
[07:45:39] -!- swingley has quit [Ping timeout: 256 seconds]
[08:07:20] -!- jac has quit [Quit: Page closed]
[08:21:02] -!- TTN has quit [Quit: gnight :)]
[08:21:30] -!- TTN has quit [Changing host]
[08:26:16] -!- TTN has quit [Client Quit]
[08:29:48] -!- anth0ny_ has quit [Client Quit]
[08:33:49] -!- LeelooMinai has quit [Ping timeout: 256 seconds]
[08:36:26] -!- LeelooMinai [LeelooMinai!~leeloo@184.175.46.197] has joined #linuxcnc-devel
[08:46:26] -!- swingley has quit [Ping timeout: 265 seconds]
[08:48:18] -!- gene78 has quit [Ping timeout: 250 seconds]
[08:57:31] -!- jthornton_ [jthornton_!~john@184.21.239.59] has joined #linuxcnc-devel
[08:57:31] -!- jthornton has quit [Read error: Connection reset by peer]
[09:02:05] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[09:24:09] -!- nofxx has quit [Ping timeout: 265 seconds]
[09:35:26] -!- erve has quit [Read error: Connection reset by peer]
[09:41:22] -!- amiri_ has quit [Ping timeout: 240 seconds]
[09:44:13] -!- swingley has quit [Read error: Connection reset by peer]
[09:44:39] -!- cmorley1 has quit [Quit: Leaving.]
[09:48:02] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[09:48:22] -!- swingley_ has quit [Ping timeout: 240 seconds]
[09:50:39] -!- mttr has quit [Ping timeout: 245 seconds]
[09:54:07] -!- karavanjo has quit [Ping timeout: 255 seconds]
[10:01:46] -!- Jasen_ has quit [Ping timeout: 246 seconds]
[10:02:35] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[10:03:54] -!- eeriegeek has quit [Quit: Leaving.]
[10:12:34] -!- Komzzpa has quit [Ping timeout: 255 seconds]
[10:14:17] -!- syyl has quit [Ping timeout: 240 seconds]
[10:23:28] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-44-33.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[10:49:28] -!- swingley has quit [Ping timeout: 255 seconds]
[10:53:51] -!- micges1 [micges1!~toudi@aehz186.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:55:29] -!- Komzzpa has quit [Ping timeout: 256 seconds]
[10:57:26] -!- micges has quit [Ping timeout: 250 seconds]
[11:32:26] -!- Alexxandru has quit [Quit: Page closed]
[11:41:59] anonimas1 is now known as anonimasu
[11:42:52] -!- Audioburn has quit [Ping timeout: 240 seconds]
[11:50:18] -!- swingley has quit [Ping timeout: 250 seconds]
[12:02:21] -!- Swapper has quit [Remote host closed the connection]
[12:15:07] -!- G0704 has quit [Ping timeout: 246 seconds]
[12:17:33] -!- The_Ball_Shed has quit [Ping timeout: 244 seconds]
[12:24:27] -!- Vq has quit [Ping timeout: 245 seconds]
[12:31:22] -!- mhaberler has quit [Quit: mhaberler]
[12:35:14] -!- Demiurge has quit [Read error: Connection reset by peer]
[12:35:20] jthornton_ is now known as jthornton
[12:44:37] -!- kriskropd has quit [Ping timeout: 244 seconds]
[12:51:11] -!- swingley has quit [Ping timeout: 264 seconds]
[12:59:58] -!- skorasaurus has quit [Ping timeout: 255 seconds]
[13:00:42] -!- mhaberler has quit [Quit: mhaberler]
[13:16:59] -!- sirdancealot has quit [Ping timeout: 264 seconds]
[13:51:25] -!- sumpfralle has quit [Quit: Leaving.]
[13:51:32] -!- swingley has quit [Ping timeout: 245 seconds]
[13:59:52] -!- moorbo has quit [Ping timeout: 240 seconds]
[14:07:13] -!- shurshur has quit [Ping timeout: 272 seconds]
[14:09:52] -!- Demiurge has quit [Ping timeout: 244 seconds]
[14:20:43] -!- The_Ball_Shed has quit [Ping timeout: 244 seconds]
[14:21:14] -!- skunkworks has quit [Ping timeout: 244 seconds]
[14:38:29] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[14:40:39] -!- Demiurge has quit [Ping timeout: 245 seconds]
[14:52:17] -!- swingley has quit [Ping timeout: 240 seconds]
[14:53:25] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[14:53:32] -!- Tom_L has quit [Client Quit]
[15:02:34] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[15:13:25] <KGB-linuxcnc> 03Norbert Schechner 052.6 44380fd 06linuxcnc 10(7 files in 2 dirs) gmoccapy_1_4_2 - deleted unneeded stuff and new translation * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=44380fd
[15:13:25] <KGB-linuxcnc> 03Norbert Schechner 052.6 544240d 06linuxcnc Merge branch '2.6' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into 2.6 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=544240d
[15:14:10] <KGB-linuxcnc> 03Norbert Schechner 052.7 ab71367 06linuxcnc 10src/emc/ini/inihal.cc Merge branch '2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ab71367
[15:15:15] <KGB-linuxcnc> 03Norbert Schechner 05master 473751a 06linuxcnc 10src/emc/ini/inihal.cc Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=473751a
[15:19:30] -!- Deejay has quit [Disconnected by services]
[15:19:33] Deejay__ is now known as Deejay
[15:19:37] -!- Deejay has quit [Changing host]
[15:20:20] -!- mhaberler has quit [Quit: mhaberler]
[15:22:43] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[15:23:59] -!- Demiurge has quit [Ping timeout: 245 seconds]
[15:27:44] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[15:33:22] -!- dan2k3k4 has quit [Ping timeout: 244 seconds]
[15:33:34] -!- Demiurge has quit [Ping timeout: 244 seconds]
[15:33:34] Demiurge_ is now known as Demiurge
[15:40:11] -!- Demiurge has quit [Ping timeout: 265 seconds]
[15:44:04] <KGB-linuxcnc> 03Dewey Garrett 052.7 2f65e18 06linuxcnc 10docs/src/config/emc2hal.txt emc2hal.txt: document ini hal pins * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2f65e18
[15:49:41] -!- mhaberler has quit [Quit: mhaberler]
[15:50:22] -!- somenewguy has quit [Quit: WeeChat 1.0.1]
[15:50:55] -!- syyl_ws has quit [Read error: No route to host]
[15:52:30] -!- kwallace [kwallace!~kwallace@smb-126.sonnet.com] has joined #linuxcnc-devel
[15:53:35] -!- swingley has quit [Ping timeout: 264 seconds]
[16:00:20] -!- sumpfralle has quit [Quit: Leaving.]
[16:01:19] -!- Demiurge has quit [Ping timeout: 255 seconds]
[16:11:48] -!- karavanjo has quit [Ping timeout: 244 seconds]
[16:16:37] -!- Demiurge has quit [Ping timeout: 255 seconds]
[16:25:54] amnesic_away is now known as amnesic
[16:26:25] -!- Demiurge has quit [Read error: Connection reset by peer]
[16:28:59] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[16:35:17] -!- Demiurge has quit [Ping timeout: 240 seconds]
[16:55:26] -!- Deejay has quit [Quit: Deejay]
[16:57:47] Deejay__ is now known as Deejay
[16:57:58] -!- Deejay has quit [Changing host]
[17:07:18] -!- moorbo has quit [Read error: Connection reset by peer]
[17:07:43] micges1 is now known as micges
[17:09:31] -!- micges has quit [Quit: Leaving]
[17:13:06] amnesic is now known as amnesic_away
[17:13:44] dhcar_AFK is now known as dhcar
[17:20:50] -!- Loetmichel has quit [Ping timeout: 244 seconds]
[17:21:18] -!- jduhls has quit [Client Quit]
[17:21:28] -!- micges [micges!~toudi@aehz186.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[17:50:59] -!- swingley has quit [Remote host closed the connection]
[17:56:26] -!- micges has quit [Quit: Leaving]
[17:58:08] -!- micges [micges!~toudi@aehz186.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:03:55] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[18:06:02] <Tom_itx> do the new TP variables still need to be added to the 2.7 config file or are there defaults set?
[18:14:43] <Tom_itx> nm i found it.
[18:26:29] -!- amiri has quit [Ping timeout: 245 seconds]
[18:51:26] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[18:56:37] -!- swingley has quit [Ping timeout: 244 seconds]
[19:04:00] -!- anth0ny_ has quit [Quit: anth0ny_]
[19:06:17] <linuxcnc-build_> build #2876 of 1202.rip-lucid-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1202.rip-lucid-amd64/builds/2876 blamelist: Norbert Schechner <nieson@web.de>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[19:06:17] <linuxcnc-build_> build #2886 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2886 blamelist: Norbert Schechner <nieson@web.de>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[19:24:30] -!- Komzzpa has quit [Remote host closed the connection]
[19:35:16] -!- anth0ny_ has quit [Quit: anth0ny_]
[19:44:52] -!- swingley has quit [Ping timeout: 240 seconds]
[19:56:40] Loetmichel2 is now known as Loetmichel
[20:08:51] amnesic_away is now known as amnesic
[20:32:37] -!- meji3 has quit [Ping timeout: 240 seconds]
[20:51:56] -!- Komzzpa has quit [Ping timeout: 265 seconds]
[20:59:07] -!- Miner_48er has quit [Quit: Leaving]
[21:00:19] -!- kwallace2 [kwallace2!~kwallace@smb-41.sonnet.com] has joined #linuxcnc-devel
[21:02:10] -!- kwallace has quit [Ping timeout: 244 seconds]
[21:14:17] -!- kwallace2 has quit [Ping timeout: 256 seconds]
[21:15:43] -!- kwallace1 [kwallace1!~kwallace@smb-107.sonnet.com] has joined #linuxcnc-devel
[21:25:46] -!- ariscop has quit [Ping timeout: 265 seconds]
[21:27:10] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[21:29:37] -!- karavanjo has quit [Ping timeout: 240 seconds]
[21:32:07] -!- rob_h [rob_h!~robh@90.217.25.252] has joined #linuxcnc-devel
[21:33:53] -!- mhaberler has quit [Quit: mhaberler]
[21:34:12] -!- mhaberler has quit [Client Quit]
[21:49:35] -!- Deejay has quit [Quit: bye]
[21:55:39] -!- balestrino has quit [Ping timeout: 245 seconds]
[22:03:48] -!- nofxx has quit [Ping timeout: 264 seconds]
[22:04:55] -!- kwallace1 has quit [Ping timeout: 255 seconds]
[22:06:56] -!- sumpfralle has quit [Ping timeout: 250 seconds]
[22:07:37] -!- kwallace1 [kwallace1!~kwallace@smb-44.sonnet.com] has joined #linuxcnc-devel
[22:09:12] -!- f1oat has quit [Ping timeout: 264 seconds]
[22:12:03] -!- kwallace [kwallace!~kwallace@smb-52.sonnet.com] has joined #linuxcnc-devel
[22:14:24] -!- kwallace1 has quit [Ping timeout: 245 seconds]
[22:14:57] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[22:18:46] -!- mhaberler has quit [Quit: mhaberler]
[22:33:47] -!- ariscop [ariscop!~Phase4@icookc.lnk.telstra.net] has joined #linuxcnc-devel
[22:37:46] -!- skunkworks has quit [Ping timeout: 255 seconds]
[22:39:16] -!- The_Ball has quit [Remote host closed the connection]
[22:40:08] -!- swingley has quit [Remote host closed the connection]
[22:40:26] -!- adb has quit [Remote host closed the connection]
[22:42:22] -!- nick-name has quit [Ping timeout: 245 seconds]
[22:42:22] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[22:42:40] -!- Zboonet has quit [Remote host closed the connection]
[22:54:11] -!- dgarr [dgarr!~dgarrett@71-223-73-226.phnx.qwest.net] has joined #linuxcnc-devel
[22:57:32] -!- nofxx has quit [Changing host]
[23:05:23] -!- chillly has quit [Quit: Ex-Chat]
[23:12:53] -!- swingley has quit [Ping timeout: 244 seconds]
[23:23:36] MattyMatt__ is now known as MattyMatt
[23:28:52] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[23:35:07] -!- mhaberler has quit [Quit: mhaberler]
[23:37:30] -!- skorasaurus has quit [Ping timeout: 250 seconds]
[23:45:39] -!- meji3 has quit [Ping timeout: 245 seconds]
[23:46:51] -!- tinkerer has quit [Remote host closed the connection]
[23:47:49] -!- swingley has quit [Remote host closed the connection]
[23:51:53] -!- SpeedEvil has quit [Read error: Connection reset by peer]
[23:58:26] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[23:59:29] -!- SpeedEvil has quit [Changing host]