#linuxcnc-devel | Logs for 2013-11-23

Back
[00:01:53] <andypugh> I am trying to cover all the bases. Multiple tools in the same pocket (with their own offsets). Multiple pockets with the same tool...
[00:02:37] <Tom_itx> multi pockets with the same tool would be dynamic
[00:02:43] <Tom_itx> the offsets would follow the tool
[00:02:47] <andypugh> Yes.
[00:03:13] <Tom_itx> i'm not sure about multi tool pockets
[00:03:21] <Tom_itx> where would you use that?
[00:04:49] <andypugh> The multi-pocket tool use-case is not caring _which_ 6mm end-mill you get, as long as a) Your spindle can access it, and b) It's not marked as broken.
[00:05:50] -!- gonzo_ has quit [Read error: Connection reset by peer]
[00:06:25] <Tom_itx> would that better fall into a place where you touch off the new tool ( a feature many have asked for ) then resume cutting
[00:06:26] <andypugh> The multi-tool pocket is actually more common. Gang tooling on a lathe, or a mill woodruff cutter defined by top, bottom or middle as the offset basis
[00:07:12] <andypugh> Yes, a big part of this work is to make the tool data more "live" than it is now.
[00:07:47] <andypugh> (Which is horribly complicated when you consider preview and readahead...)
[00:07:52] <Tom_itx> i just haven't run across 'multi-tool pocket' yet
[00:09:29] <Tom_itx> back up a line before the currently executed line and resume, restarting any readahead?
[00:10:07] <Tom_itx> i'm sure code wise it _is_ a mess
[00:11:11] <andypugh> Yes. For example the Axis preview runs through the code. It needs to accurately preview the tool offfsets, but not _change_ the tool offsets. So can it write to the database or not?
[00:11:39] <Tom_itx> i wish i was a better programmer, this sounds fun in a demented way
[00:12:00] <andypugh> If there is a G10 in the code, then how do we "unwrap" that from preview to run-time?
[00:12:09] -!- geografa has quit [Quit: Computer has gone to sleep.]
[00:12:25] <Tom_itx> mind you, i haven't looked at any of the code
[00:12:40] -!- patricka_ has quit [Read error: Connection reset by peer]
[00:12:52] <andypugh> I have, and I can't follow it, at the moment.
[00:13:58] <andypugh> Anyway, Danimal (not seen for too long) Used to machine his sprockets using two sides of the same insert, represented as two tools, but in the same physical holder.
[00:14:00] -!- uw has quit [Quit: Leaving]
[00:14:14] <Tom_itx> hmm
[00:14:47] <andypugh> Once you start looking at it, nearly anything mad can make sense in some situations.
[00:14:48] <Tom_itx> i think we (on the okuma) rotated the insert and reset the offset
[00:15:10] <Tom_itx> then resumed
[00:15:45] <andypugh> You can handle it in the toolchanger code by simply choosing to interpret T2 and T22 as meaning the same thing.
[00:16:28] <Tom_itx> what would flag the change?
[00:16:55] <andypugh> That's the point. There is no chabge
[00:17:03] <andypugh> Or even, no change
[00:17:32] -!- Felix29 has quit []
[00:18:19] <andypugh> So, if you have T2 loaded and issue a T22 the changer returns immediately and says "you got it" then on M6 G43 the offets chance to match the other cutting edge.
[00:19:17] <Tom_itx> i know that we never pre'measured all edges of an insert
[00:19:17] -!- patrickarlt has quit [Remote host closed the connection]
[00:19:32] <Tom_itx> we would reset the offset after we changed it
[00:19:46] <Tom_itx> what if the operator rotated the insert the wrong way?
[00:19:57] <Tom_itx> for example
[00:20:18] <Tom_itx> or dropped it in the shavings and had to get another one
[00:20:30] -!- adb has quit [Ping timeout: 252 seconds]
[00:20:32] <andypugh> Different situation
[00:23:31] <andypugh> Imagine you are in the sprocket making trade, and you use a holder with a triangular tip, with one tip pointing straight back at the operator. You machine one flang of your sprocket with one tip, then the other side with a different tip (and ignore the third one)
[00:24:20] <andypugh> So, at any one time you have two different offsets for the same toolholder.
[00:24:32] <Tom_itx> i was under the assumption the tip would be symetrical
[00:25:00] <andypugh> It is. But the tips are in different positions in space
[00:25:00] <Tom_itx> you're suggesting a modified tool?
[00:25:21] <Tom_itx> i see what you mean
[00:25:34] <Tom_itx> we never did that but i suppose it could be done
[00:25:40] <Tom_itx> we'd just call up another tool
[00:26:11] <Tom_itx> did danimal suggest such a thing?
[00:26:16] <andypugh> That's the point, it _is_ a different tool. But the toolchanger has nothing to do
[00:26:57] <andypugh> The tool changes, the "pocket" stays the same
[00:27:19] <Tom_itx> so instead of calling T1 M6 H1 to T1 M6 H11 you would just call the offset?
[00:27:44] <Tom_itx> or whatever offset you're using
[00:28:00] <andypugh> That way works too.
[00:28:26] <Tom_itx> i was just trying to see if you were overcomplicating it
[00:28:34] <Tom_itx> i can see what you mean now
[00:28:42] <Tom_itx> nothing i've ever done though
[00:28:48] <andypugh> (Hmm, actually, it's G43 that takes the H-word isn't it?)
[00:29:01] <Tom_itx> i'd have to look
[00:29:08] <Tom_itx> sounds right
[00:29:18] <cradek> yes you'd just load your new G43 with a different H (I've done exactly that)
[00:29:23] -!- harmonia has quit [Remote host closed the connection]
[00:29:46] <Tom_itx> that was my wonder about changing the T2 to T22
[00:29:48] <Tom_itx> was all
[00:29:58] <Tom_itx> just change the offset
[00:30:17] -!- tmcw has quit [Remote host closed the connection]
[00:30:28] -!- Tecan has quit [Ping timeout: 264 seconds]
[00:30:28] <andypugh> I think Tn then G43 (some other number) works too, though you have to define tools that don't actually exist, and they have to have imagibnary pockets too)
[00:30:34] <Tom_itx> and it wouldn't work on some, we had one with 99 and another with 119 tools
[00:30:44] <Tom_itx> so it would actually go to T22
[00:31:41] <Tom_itx> if you're dealing with offsets and not tools it makes sense to me to change the offset
[00:31:44] -!- tmcw has quit [Read error: Connection reset by peer]
[00:31:57] <Tom_itx> s/tools/tool positions
[00:32:46] <Tom_itx> the multi pocket tool makes perfect sense to me
[00:33:01] <Tom_itx> that's common especially on prefetch changers
[00:33:51] <andypugh> Currently LinuxCNC is confused by an offset which doesnt belong to a tool.
[00:34:26] <Tom_itx> so you can't have defined offsets without an associated tool?
[00:34:31] <andypugh> One tool, one offset, one pocket.
[00:35:06] <Tom_itx> One tool, multi offsets, multi pockets makes sense to me
[00:35:09] <andypugh> And woe betide you if you accientally try to load a tool that is only a placeholder for an offset :-)
[00:35:42] <Tom_itx> define the offset multiple in the ini
[00:35:50] <Tom_itx> so it's well out of the tool range
[00:35:52] <andypugh> The plan is that ToolID is unique, but that the T-number could call up any number of equivalent toools.
[00:36:42] <cradek> andypugh: I'm glad you're back to thinking about this.
[00:37:25] <Tom_itx> i'm just feeding input here... no intention to discredit what you're doing
[00:39:00] <Tom_itx> it would take an advanced user to access this anyway
[00:39:58] <andypugh> I will probably push a branch this weekend that shows that it can work. Though I would hesitate to guarantee that obsure parts of the code are not still accessing the actual tool file.
[00:41:25] <andypugh> One obvious test I need to do is a sequence of moves with a G43 between them. The "what offset is current when" stuff is the real issue I need to sort out.
[00:42:23] <Tom_itx> you would in effect have offsets changing in 2 places
[00:43:01] <Tom_itx> that's why i suggested changing the offset instead of the tool
[00:43:22] <andypugh> Then if you want the operator to be able to tweak the offsets of a live tool to keep inside his tolerances...
[00:43:35] <Tom_itx> it would work the same
[00:43:52] <Tom_itx> H1 H11 would not interfere with each other
[00:44:04] <andypugh> But if readhead is already at the end of the program?
[00:44:05] <Tom_itx> you change the value of H1 for wear, H11 remains
[00:44:17] <Tom_itx> then you're screwed
[00:44:46] <Tom_itx> or you stop at what the _actual_ last executed line was
[00:45:01] <andypugh> "You're scewed" isn't normally acceptable on a commit description
[00:45:13] <Tom_itx> i dunno if the code keeps track of that information
[00:45:21] <Tom_itx> heh probably not
[00:46:08] <Tom_itx> it works similar to a keyboard buffer
[00:46:27] <Tom_itx> but you want to be able to stop at the last letter typed and resume from there
[00:46:27] <andypugh> No, it doesn't/
[00:47:14] <andypugh> GUI preview is a big issue, and readahead is another.
[00:47:50] <Tom_itx> does preview show lookahead or actual?
[00:48:06] <Tom_itx> it should show actual
[00:48:32] <andypugh> In fact, if I knew then what I know now, I woulf probably have kept well away from this issue, and let a proper programmer pick it up, or not. I only own 20 tools, I don't need this.
[00:49:19] <Tom_itx> well, you're braver than I
[00:50:05] <andypugh> My error was in announcing that I was working on it. It makes it harder to back away.
[00:50:37] <andypugh> I might well stil just announce "Sorry, too hard for me"
[00:50:46] <Tom_itx> naw, just hail the next venture louder
[00:53:02] -!- terabyte- has quit [Quit: terabyte-]
[00:53:06] -!- andypugh has quit [Quit: andypugh]
[00:54:33] -!- GuShH has quit [Ping timeout: 272 seconds]
[00:55:20] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[01:06:51] -!- asdfasd has quit [Ping timeout: 272 seconds]
[01:11:15] -!- geografa has quit [Ping timeout: 245 seconds]
[01:12:14] -!- Valen has quit [Quit: Leaving.]
[01:34:39] -!- wboykinm has quit [Remote host closed the connection]
[01:34:52] -!- almccon has quit [Read error: Connection reset by peer]
[01:38:43] -!- PCW has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]]
[01:41:43] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[01:43:51] -!- somenewguy has quit [Ping timeout: 272 seconds]
[01:45:29] -!- maximilian_h has quit [Ping timeout: 252 seconds]
[01:49:17] -!- wboykinm has quit [Ping timeout: 272 seconds]
[01:54:18] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[01:54:40] -!- maximilian_h1 has quit [Read error: Connection reset by peer]
[01:58:36] -!- ve7it has quit [Remote host closed the connection]
[02:03:21] -!- Guest44745 has quit [Quit: Leaving]
[02:03:46] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[02:03:53] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[02:09:49] -!- maximilian_h1 has quit [Ping timeout: 272 seconds]
[02:12:09] -!- wboykinm has quit [Remote host closed the connection]
[02:15:17] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[02:19:35] -!- maximilian_h has quit [Ping timeout: 240 seconds]
[02:21:25] -!- c-bob| has quit [Ping timeout: 248 seconds]
[02:22:00] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[02:23:56] -!- geografa has quit [Quit: Computer has gone to sleep.]
[02:24:11] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[02:24:21] -!- maximilian_h has quit [Client Quit]
[02:28:23] -!- wboykinm has quit [Ping timeout: 252 seconds]
[02:31:29] -!- patrickarlt has quit [Remote host closed the connection]
[02:32:08] -!- almccon has quit [Quit: Leaving.]
[02:42:55] -!- wboykinm has quit [Read error: Connection reset by peer]
[02:43:31] -!- paideia has quit [Quit: Leaving]
[02:50:43] -!- robh__ has quit [Ping timeout: 272 seconds]
[02:56:56] -!- micges has quit [Quit: Leaving]
[02:56:56] -!- maximilian_h1 has quit [Quit: Leaving.]
[02:56:59] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[03:00:35] -!- PetefromTn_ has quit [Remote host closed the connection]
[03:10:25] -!- wboykinm has quit [Remote host closed the connection]
[03:12:28] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[03:13:20] -!- maximilian_h1 has quit [Client Quit]
[03:13:25] -!- maximilian_h2 [maximilian_h2!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[03:13:32] -!- maximilian_h has quit [Quit: Leaving.]
[03:15:31] -!- maximilian_h2 has quit [Client Quit]
[03:16:24] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[03:16:25] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[03:42:13] -!- ctordtor has quit [Ping timeout: 245 seconds]
[03:42:55] -!- maximilian_h has quit [Ping timeout: 272 seconds]
[03:46:31] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[03:54:55] -!- tmcw_ has quit [Remote host closed the connection]
[03:56:22] -!- tmcw has quit [Read error: Connection reset by peer]
[04:00:21] -!- tmcw has quit [Read error: Connection reset by peer]
[04:05:19] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:05:19] -!- maximilian_h has quit [Read error: Connection reset by peer]
[04:06:25] tjb11 is now known as tjb1
[04:08:32] -!- tmcw_ has quit [Remote host closed the connection]
[04:08:47] NickParker|2 is now known as NickParker
[04:10:31] -!- maximilian_h1 has quit [Read error: Connection reset by peer]
[04:10:56] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:13:57] -!- tmcw has quit [Ping timeout: 272 seconds]
[04:20:33] -!- Tecan has quit [Remote host closed the connection]
[04:24:44] -!- maximilian_h has quit [Quit: Leaving.]
[04:25:52] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:26:05] -!- patrickarlt has quit [Ping timeout: 252 seconds]
[04:29:47] -!- zzolo has quit [Client Quit]
[04:35:24] -!- maximilian_h1 has quit [Read error: Connection reset by peer]
[04:35:56] -!- zenek has quit [Client Quit]
[04:40:52] -!- tmcw has quit [Read error: Connection reset by peer]
[04:41:28] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:42:50] -!- tmcw has quit [Read error: Connection reset by peer]
[04:43:27] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[04:47:49] -!- maximilian_h has quit [Quit: Leaving.]
[04:48:15] -!- tmcw has quit [Ping timeout: 272 seconds]
[04:48:21] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:49:24] -!- maximilian_h has quit [Client Quit]
[04:49:31] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[04:53:20] -!- MacGalempsy has quit [Remote host closed the connection]
[04:53:57] -!- kiw has quit [Ping timeout: 248 seconds]
[04:55:45] -!- maximilian_h has quit [Ping timeout: 272 seconds]
[04:59:45] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:05:41] -!- maximilian_h has quit [Ping timeout: 252 seconds]
[05:10:32] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:13:40] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:13:42] -!- maximilian_h has quit [Read error: Connection reset by peer]
[05:17:37] -!- AR_ has quit [Ping timeout: 246 seconds]
[05:20:23] -!- Tecan has quit [Remote host closed the connection]
[05:27:25] -!- maximilian_h1 has quit [Ping timeout: 246 seconds]
[05:30:44] -!- tmcw has quit [Read error: Connection reset by peer]
[05:32:10] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:35:28] -!- tmcw has quit [Ping timeout: 246 seconds]
[05:37:41] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:37:45] -!- maximilian_h has quit [Read error: Connection reset by peer]
[05:40:03] -!- maximilian_h2 [maximilian_h2!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:42:15] -!- maximilian_h1 has quit [Ping timeout: 246 seconds]
[05:43:47] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[05:44:37] -!- maximilian_h3 has quit [Read error: Connection reset by peer]
[05:44:53] -!- maximilian_h2 has quit [Ping timeout: 272 seconds]
[05:46:25] -!- tmcw has quit [Ping timeout: 272 seconds]
[06:03:17] -!- Fox_Muldr has quit [Ping timeout: 248 seconds]
[06:06:54] -!- maximilian_h1 has quit [Ping timeout: 265 seconds]
[06:07:05] -!- patrickarlt has quit [Ping timeout: 245 seconds]
[06:12:09] -!- Valen has quit [Quit: Leaving.]
[06:12:09] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[06:20:18] -!- kwallace [kwallace!~kwallace@tmb-255.sonnet.com] has parted #linuxcnc-devel
[06:36:21] -!- maximilian_h has quit [Ping timeout: 248 seconds]
[06:41:39] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[06:46:03] -!- tmcw has quit [Ping timeout: 272 seconds]
[06:50:33] -!- NickParker has quit [Ping timeout: 252 seconds]
[06:50:57] NickParker|2 is now known as NickParker
[07:07:10] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[07:14:24] -!- JT_Shop has quit [Ping timeout: 240 seconds]
[07:14:49] -!- jthornton has quit [Ping timeout: 272 seconds]
[07:15:56] -!- JT_Shop [JT_Shop!~john@184.21.192.48] has joined #linuxcnc-devel
[07:16:43] -!- jthornton [jthornton!~john@184.21.192.48] has joined #linuxcnc-devel
[07:25:57] -!- geografa has quit [Ping timeout: 248 seconds]
[07:45:41] -!- tmcw has quit [Ping timeout: 248 seconds]
[07:47:12] -!- Nekosan has quit [Quit: later folks...]
[08:02:19] -!- patrickarlt has quit [Remote host closed the connection]
[08:06:23] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[08:46:03] -!- tmcw has quit [Ping timeout: 252 seconds]
[08:47:01] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[08:53:16] -!- The_Ball has quit [Ping timeout: 264 seconds]
[09:05:00] -!- |1li has quit [Ping timeout: 245 seconds]
[09:07:11] -!- geografa has quit [Quit: Computer has gone to sleep.]
[09:14:52] -!- NickParker has quit [Ping timeout: 264 seconds]
[09:16:35] -!- rob_h [rob_h!~rob_h@90.203.217.151] has joined #linuxcnc-devel
[09:26:36] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[09:29:36] -!- vladimirek has quit [Read error: Connection reset by peer]
[09:44:09] -!- psha [psha!~psha@213.208.162.67] has joined #linuxcnc-devel
[09:45:48] -!- tmcw has quit [Ping timeout: 240 seconds]
[09:46:22] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[09:58:26] -!- vladimirek has quit [Read error: No route to host]
[09:59:07] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[10:15:19] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[10:39:21] -!- b_b has quit [Changing host]
[10:45:40] -!- psha has quit [Quit: Lost terminal]
[10:46:05] -!- tmcw has quit [Ping timeout: 272 seconds]
[10:54:56] cevad is now known as Guest5918
[11:08:14] -!- adb [adb!~IonMoldom@2a02:1205:501a:e550:baac:6fff:fe67:305f] has joined #linuxcnc-devel
[11:46:09] -!- tmcw has quit [Ping timeout: 272 seconds]
[11:50:29] -!- kiw has quit [Ping timeout: 248 seconds]
[12:06:58] -!- ktchk [ktchk!~eddie6929@n219073070029.netvigator.com] has joined #linuxcnc-devel
[12:07:27] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[12:07:53] -!- ktchk [ktchk!~eddie6929@n219073070029.netvigator.com] has parted #linuxcnc-devel
[12:12:09] -!- Tecan has quit [Remote host closed the connection]
[12:45:58] -!- tmcw has quit [Ping timeout: 245 seconds]
[12:54:36] -!- FreezingCold has quit [Remote host closed the connection]
[13:07:57] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[13:12:17] -!- maximilian_h has quit [Quit: Leaving.]
[13:12:32] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:13:33] -!- Komzzzpa has quit [Ping timeout: 272 seconds]
[13:13:59] -!- maximilian_h1 has quit [Client Quit]
[13:14:14] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:22:13] -!- syyl- has quit [Ping timeout: 245 seconds]
[13:26:17] -!- tmcw has quit [Read error: Connection reset by peer]
[13:30:49] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:30:54] -!- maximilian_h has quit [Read error: Connection reset by peer]
[13:30:58] -!- tmcw has quit [Ping timeout: 245 seconds]
[13:34:40] -!- visinica has quit [Quit: Leaving]
[13:34:48] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:37:03] -!- psha [psha!~psha@213.208.162.67] has joined #linuxcnc-devel
[13:37:30] -!- maximilian_h2 [maximilian_h2!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:37:37] -!- maximilian_h has quit [Client Quit]
[13:38:19] -!- maximilian_h1 has quit [Ping timeout: 265 seconds]
[13:41:15] <KGB-linuxcnc> 03John Thornton 05master dd36a70 06linuxcnc 10docs/src/gcode/overview.txt Docs: fix duplicate element anchor * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=dd36a70
[13:44:57] -!- maximilian_h2 has quit [Quit: Leaving.]
[13:45:01] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[13:45:36] -!- tmcw has quit [Ping timeout: 246 seconds]
[13:47:33] -!- mhaberler [mhaberler!~mhaberler@178-190-193-228.adsl.highway.telekom.at] has joined #linuxcnc-devel
[14:07:13] -!- patrickarlt has quit [Ping timeout: 245 seconds]
[14:15:23] -!- FreezingCold has quit [Read error: Connection reset by peer]
[14:19:49] -!- FreezingAlt has quit [Ping timeout: 248 seconds]
[14:22:33] -!- adb has quit [Ping timeout: 252 seconds]
[14:23:21] -!- mhaberler has quit [Quit: mhaberler]
[14:28:19] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has parted #linuxcnc-devel
[14:39:33] -!- ravenlock has quit [Remote host closed the connection]
[14:42:36] -!- tmcw has quit [Read error: Connection reset by peer]
[14:44:50] -!- PetefromTn has quit [Remote host closed the connection]
[15:00:58] -!- The_Ball has quit [Ping timeout: 245 seconds]
[15:07:23] -!- patrickarlt has quit [Ping timeout: 252 seconds]
[15:14:28] -!- ktchk [ktchk!~eddie6929@n219073070029.netvigator.com] has joined #linuxcnc-devel
[15:16:36] -!- ktchk has quit [Remote host closed the connection]
[15:18:19] -!- emcPT has quit [Ping timeout: 272 seconds]
[15:22:04] -!- theorbtwo has quit [Ping timeout: 264 seconds]
[15:22:24] -!- kwallace [kwallace!~kwallace@smb-48.sonnet.com] has joined #linuxcnc-devel
[15:52:29] derethor is now known as printallthething
[15:53:46] -!- Tecan has quit [Changing host]
[15:54:33] -!- derethor_ has quit [Client Quit]
[15:54:33] -!- printallthething has quit [Quit: Leaving]
[15:56:56] -!- tmcw_ has quit []
[15:58:17] -!- kwallace2 [kwallace2!~kwallace@tmb-245.sonnet.com] has joined #linuxcnc-devel
[16:00:11] -!- kwallace has quit [Ping timeout: 252 seconds]
[16:02:03] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginm.net] has joined #linuxcnc-devel
[16:22:21] -!- cwmma has quit [Quit: cwmma]
[16:28:47] -!- patrickarlt has quit [Quit: Leaving...]
[16:32:05] -!- Komzpa has quit [Ping timeout: 248 seconds]
[16:42:16] -!- andypugh has quit [Read error: Connection reset by peer]
[16:42:37] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginm.net] has joined #linuxcnc-devel
[16:42:55] -!- Komzpa has quit [Ping timeout: 245 seconds]
[16:44:23] FreezingAlt is now known as FreezingCold
[17:03:24] -!- Tecan has quit [Remote host closed the connection]
[17:05:21] -!- Komzpa has quit [Read error: Connection reset by peer]
[17:12:08] -!- cwmma has quit [Quit: cwmma]
[17:12:46] <KGB-linuxcnc> 03John Thornton 05master eab3c4b 06linuxcnc 10docs/src/config/copy_and_run_es.txt 10docs/src/config/stepconf_es.txt Docs: fix broken links in Spanish Docs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=eab3c4b
[17:17:30] -!- paideia has quit [Ping timeout: 245 seconds]
[17:17:49] -!- norbert [norbert!~norbert@a89-182-80-125.net-htp.de] has joined #linuxcnc-devel
[17:24:02] -!- paideia has quit [Ping timeout: 240 seconds]
[17:24:49] <andypugh> Well, I never expected to have to edit keystick.cc !
[17:30:59] -!- adb [adb!~IonMoldom@2a02:1205:501a:e550:baac:6fff:fe67:305f] has joined #linuxcnc-devel
[17:31:17] -!- kiw has quit [Ping timeout: 248 seconds]
[17:48:08] -!- geografa has quit [Quit: Computer has gone to sleep.]
[17:55:33] -!- andypugh has quit [Read error: Connection reset by peer]
[17:55:39] -!- andypugh_ [andypugh_!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginm.net] has joined #linuxcnc-devel
[17:57:14] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[18:19:16] -!- emcPT has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[18:44:01] -!- KimK has quit [Ping timeout: 246 seconds]
[18:44:12] -!- terabyte- has quit [Quit: terabyte-]
[18:45:47] -!- Loetmichel has quit [Disconnected by services]
[18:45:50] Cylly is now known as Loetmichel
[18:46:58] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginm.net] has joined #linuxcnc-devel
[18:47:20] -!- andypugh_ has quit [Read error: Connection reset by peer]
[18:56:02] -!- KimK [KimK!~kkirwan@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[18:57:53] -!- paulo_ has quit [Disconnected by services]
[19:03:58] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:11:25] <jthornton> seb_kuzminsky, down to one error tbl:fatal error: can't open `man1/linuxcnc.1': No such file or directory
[19:43:18] -!- terabyte- has quit [Quit: terabyte-]
[19:45:21] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 2119397 06linuxcnc 10docs/src/Submakefile 10src/Makefile docs: make linuxcnc.1 in the docs: target * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2119397
[19:45:31] JesusAlos is now known as JA
[19:45:55] JA is now known as JeAl
[19:45:58] <seb_kuzminsky> jthornton: down to 0
[19:46:01] <seb_kuzminsky> i hope ;-)
[20:11:49] -!- zzolo has quit [Client Quit]
[20:12:00] -!- NickParker has quit [Ping timeout: 246 seconds]
[20:22:25] <seb_kuzminsky> i'd like to put the linux 3.4.55 rtai kernel in the debian archive at www.linuxcnc.org
[20:22:42] <seb_kuzminsky> it's not without wrinkles, but it would benefit from wider testing
[20:22:53] <seb_kuzminsky> i've been running my bridgeport with it and haven't had any problems at all
[20:23:24] <seb_kuzminsky> putting it in a publically visible deb archive would let the buildbot build precise-rtai debs
[20:23:47] <seb_kuzminsky> i'll try to support the new rtai kernel if people start testing it
[20:23:50] <seb_kuzminsky> any objections?
[20:25:28] -!- zzolo has quit [Quit: zzolo]
[20:30:50] -!- vladimirek has quit [Ping timeout: 245 seconds]
[20:50:16] <andypugh> None from me
[20:53:05] <seb_kuzminsky> docs in master now builds without any warnings :-)
[20:53:09] <seb_kuzminsky> thanks jthornton
[20:53:20] <seb_kuzminsky> http://buildbot.linuxcnc.org/buildbot/builders/docs/builds/1164
[21:05:03] -!- psha has quit [Quit: Lost terminal]
[21:16:17] -!- wboykinm has quit [Remote host closed the connection]
[21:20:48] -!- enis__ [enis__!~enis@139.179.197.218] has joined #linuxcnc-devel
[21:21:19] -!- enis__ has quit [Client Quit]
[21:21:48] -!- enis__ [enis__!~enis@139.179.197.218] has joined #linuxcnc-devel
[21:22:07] <enis__> hello
[21:24:16] -!- syyl_ws has quit [Quit: Verlassend]
[21:24:31] <enis__> can you help me about linuxcnc on beaglebone?
[21:25:22] NickParker|2 is now known as NickParker
[21:28:42] <andypugh> Ask your question, it might be something that someone here knows the answer to.
[21:29:17] <andypugh> You might have a larger audience on #linuxcnc
[21:29:21] <enis__> I actually want to know which pins are used by linuxcnc as step-dir signals
[21:29:40] <andypugh> Are you using the PRU code?
[21:30:33] <andypugh> Or are you using software step generation?
[21:31:17] <enis__> I will use machinekit image
[21:32:35] <andypugh> Caped or Capeless?
[21:32:46] <enis__> capeless
[21:33:44] <andypugh> This might help: http://thread.gmane.org/gmane.linux.distributions.emc.user/47846/focus=47915
[21:37:57] <enis__> thanks
[21:42:03] <andypugh> Is there a way to not be told off for using " if (PyMapping_HasKeyString(ret.ptr(), "Error")) " ? (deprecated conversion of const string to char* )
[21:44:02] -!- hm2-buildmaster has quit [Remote host closed the connection]
[21:44:04] -!- linuxcnc-build has quit [Remote host closed the connection]
[21:44:20] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174-29-160-224.hlrn.qwest.net] has joined #linuxcnc-devel
[21:44:24] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@174-29-160-224.hlrn.qwest.net] has joined #linuxcnc-devel
[21:44:42] <seb_kuzminsky> linuxcnc-build: force build --branch=master checkin
[21:44:43] <linuxcnc-build> build #1505 forced
[21:44:43] <linuxcnc-build> I'll give a shout when the build finishes
[22:05:41] -!- motioncontrol has quit [Remote host closed the connection]
[22:15:09] -!- _DJ_ has quit [Quit: bye]
[22:16:40] -!- MarkusBec has quit [Ping timeout: 245 seconds]
[22:21:23] -!- chillly has quit [Quit: Leaving]
[22:34:10] <linuxcnc-build> build #0 of package-rt-precise-source is complete: Failure [4failed shell] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/package-rt-precise-source/builds/0
[22:35:43] -!- chillly has quit [Quit: Leaving]
[22:36:41] -!- enis__ has quit [Quit: Konversation terminated!]
[22:50:37] <linuxcnc-build> build #1505 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1505
[22:52:12] -!- tjtr33 has quit [Quit: Leaving]
[23:11:48] -!- afiber__ has quit [Quit: Konversation terminated!]
[23:17:27] -!- paideia has quit [Quit: Leaving]
[23:17:46] -!- norbert has quit [Quit: Verlassend]
[23:26:31] -!- JeAl has quit [Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130329043827]]
[23:40:27] -!- hm2-buildmaster has quit [Remote host closed the connection]
[23:40:29] -!- linuxcnc-build has quit [Remote host closed the connection]
[23:40:46] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174-29-160-224.hlrn.qwest.net] has joined #linuxcnc-devel
[23:40:48] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@174-29-160-224.hlrn.qwest.net] has joined #linuxcnc-devel
[23:40:51] <seb_kuzminsky> linuxcnc-build: force build --branch=v2.5_branch checkin
[23:40:52] <linuxcnc-build> build #1506 forced
[23:40:52] <linuxcnc-build> I'll give a shout when the build finishes
[23:41:06] <seb_kuzminsky> we'll see how the 2.5 docs do...
[23:49:57] -!- kiw has quit [Ping timeout: 248 seconds]