#linuxcnc-devel | Logs for 2012-05-01

Back
[00:19:04] -!- Tom_L has quit []
[00:21:08] -!- Loetmichel has quit [Ping timeout: 256 seconds]
[00:22:00] -!- asdfasd has quit [Ping timeout: 260 seconds]
[00:22:05] shdhdfghd is now known as asdfasd
[00:27:17] <CIA-68> 03cmorley 07v2.5_branch * rff261b9a6015 10/src/emc/usr_intf/pncconf/pncconf.py: pncconf -fix openloop test with 7i77 card
[00:39:24] -!- ThadiusB has quit []
[00:41:24] -!- rob_h has quit [Ping timeout: 245 seconds]
[01:02:14] -!- andypugh has quit [Quit: andypugh]
[01:17:04] -!- joe9 [joe9!~joe9@c-24-99-80-97.hsd1.ga.comcast.net] has joined #linuxcnc-devel
[01:17:39] -!- jsr__ has quit [Remote host closed the connection]
[01:22:57] -!- asdfasd has quit [Ping timeout: 245 seconds]
[01:29:33] -!- morfic has quit [Remote host closed the connection]
[01:32:32] -!- morfic has quit [Read error: Connection reset by peer]
[01:35:02] toast2 is now known as toastydeath
[01:50:15] -!- factor has quit [Read error: Connection reset by peer]
[02:18:29] -!- demacus has quit [Ping timeout: 246 seconds]
[02:29:55] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[02:44:13] -!- toastydeath has quit [Ping timeout: 244 seconds]
[02:48:08] -!- iwoj_ has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
[03:06:09] icarusfactor is now known as factor
[03:23:15] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #linuxcnc-devel
[03:27:31] -!- Tecan has quit [Remote host closed the connection]
[03:28:11] -!- Tecan has quit [Changing host]
[03:31:15] -!- Tecan has quit [Read error: Connection reset by peer]
[04:02:51] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[04:05:01] -!- ve7it has quit [Remote host closed the connection]
[04:11:08] -!- joe9 has quit [Quit: leaving]
[04:25:00] -!- Tecan has quit [Quit: live long and phosphor]
[04:30:33] -!- mhaberler_ [mhaberler_!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[04:30:49] -!- mhaberler has quit [Read error: Connection reset by peer]
[04:30:49] mhaberler_ is now known as mhaberler
[04:31:33] <mhaberler> cradek: I'm thinking through the implications of the vpt semantics for g10
[04:32:15] <mhaberler> assumption: vpt is unaware of origins, rotation, also offsets except tlo and dia
[04:32:45] <mhaberler> now: g10 l2 is easy, not affected - origin and rot only
[04:34:50] <mhaberler> G10 L1 changes both tlo and dia and therefore stands the chance of interp and vpt fall out of sync if tlo/dia changed in vpt
[04:35:12] <mhaberler> same for G10 L10 and L11
[04:36:47] <mhaberler> for G10 L1,L10,L11 I see the following options:
[04:37:41] <mhaberler> a) remove from executable language and make changable only outside runs (sledgehammer strategy to assure 'tlo/dia committed at run' requirement)
[04:39:05] <mhaberler> b) change L1,L10,L11 to 'offset of an offset' (?)
[04:40:25] <mhaberler> c) detect: say each tlo and dia has a 'change serial' in vpt: if changed in vpt, interp could detect it (if it werent past the G10 already, so its a queue buster)
[04:47:40] -!- phantoxe has quit []
[04:52:18] <mhaberler> c) really says: "you are about to change a tlo/dia which has changed since interp started", so its a violation of the 'committed tlo/dia' requirement
[04:53:45] <mhaberler> b) is doable for tlo only, not dia - dia changes CRC curve shape, tlo does not
[04:56:40] <mhaberler> I would think the 'tlo/dia committed' requirement really means 'it must be committed by the time tlo offset is applied/crc is applied the first time'
[04:59:29] -!- memleak [memleak!~memleak@unaffiliated/memleak] has joined #linuxcnc-devel
[05:01:03] <mhaberler> note that L1,L10,L11 already fail now if CRC is on at that point
[05:02:13] <memleak> Hello. I'm building EMC and RTAI completely from source (by hand) and when I tried running latency-test, dmesg reported two unknown symbols in rtapi; floor and frexp.
[05:02:44] <memleak> I could try stripping those out of src/rtapi/rtapi_math.h but I don't know just how safe that would be.
[05:03:08] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:03:26] <mhaberler> what about restating the requirement as follows: "a tlo can be changed during run provided it is not effect at that point", which can be statically determined in the interp
[05:03:37] <mhaberler> it already is for CRC (!)
[05:04:14] <mhaberler> memleak: "stripping" is a bad idea - you'd rather want to fix the underlying build problem
[05:04:45] <memleak> I figured somebody would say that, that's why I don't want to go that route.
[05:05:21] <mhaberler> all sane minds around here would say that ;)
[05:06:19] <memleak> I had even more unknown symbols but after modifying the kernel source (IPIPE code) and fixing all the spurious interrupts and bugs, that list went from 6 or 7 unknown symbols, to 2.
[05:06:39] <memleak> I'm using kernel 2.6.38.8
[05:07:19] <memleak> My guess is that those unknown symbols have been depreciated in the IPIPE code and have either been dropped or depreciated / replaced by something else..
[05:07:55] <memleak> err.. whoops..
[05:08:34] <memleak> dropped or replaced is what I meant.
[05:13:53] -!- pfred1 has quit [Quit: abandon all hope ye who enter here ...]
[05:14:11] <mhaberler> cradek: another issue is semantics of evaluating #54xx
[05:16:08] <mhaberler> technically the parameter reference is a queue buster too
[05:19:31] <mhaberler> really the same as reading a HAL pin.
[05:25:27] <mhaberler> I would think its useful to stand back a bit and think about the classes of state which can be referred to in the language front end, maybe there's a common theme and method dealing with it. as seen from the interp we have:
[05:25:57] <mhaberler> a) state which is strictly local to interp.
[05:27:06] <mhaberler> b) execution state (of the vpt) which can be referred to in interp
[05:28:08] <mhaberler> c) interp state which has the potential to change b)
[05:28:43] <mhaberler> d) b) but which can change the execution of interp
[05:30:10] <mhaberler> #54xx is a class b) state which is not properly handled now
[05:31:52] <memleak> latency-test works now; 3000ns max jitter on servo thread, but now emc won't run. http://pastebin.com/iirQzcpR any of these look familiar to anybody?
[05:34:43] -!- theorbtwo has quit [Ping timeout: 276 seconds]
[05:34:50] theorb is now known as theorbtwo
[05:37:01] <mhaberler> maybe it helps to classify state into rvalues and lvalues, and predicates upon them, and handle the whole issue at the state level, not the language level. Example: assume #5410 (dia):
[05:37:24] <mhaberler> lvalue predicate: CRC not in effect, else assignment aborts interp.
[05:37:43] <mhaberler> rvalue predicate: sync required, since vtp may have changed it.
[05:39:59] <mhaberler> #5401-5409:
[05:40:27] <mhaberler> lvalue predicate: tool offset not in effect (this assumes t/o cannot be changed in vpt)
[05:40:39] <mhaberler> rvalue predicate: sync required
[05:51:26] <mhaberler> #123: no lvalue,rvalue predicate
[05:53:51] <mhaberler> "assignment" and "reference" to values will go through setters/getters which test the applicable predicates /assure preconditions fulfilled, only then change /yield the value
[05:54:37] <mhaberler> at this point the whole qeuebuster thing becomes invisible to the frontend language
[05:55:08] -!- dimas_ has quit [Ping timeout: 240 seconds]
[05:55:52] <mhaberler> I assume the following: interp executes, say an lvalue ref requires a sync: the sync is behind the scenes - a sync is queued and interp goes to sleep until synced, execution continues
[06:03:02] <mhaberler> note that you can now 'run time type' a variable: say '#<_hal.comp.pin>' shall refer to a HAL pin's value *at that point of execution* -> tag with sync as precondition, and halpinread() as getter - done. The frontend language has no f…g clue what a queuebuster is.
[06:04:03] <mhaberler> that was state model. Now for 'queuebuster operations' - tool change, probe, read hal pin (any others?) - assume probe for now.
[06:05:19] <mhaberler> fact is: the probe per se is not a queue buster - the access to #5061 and 5070 is.
[06:08:07] <mhaberler> same for tool change, read hal pin. Nobody cares except for the result references (pin value, offsets).
[06:10:51] <mhaberler> so the conditions for a given operation is really the union of conditions for all the state it can affect
[06:13:08] <mhaberler> ok, off to some meditative lawnmowing.
[06:16:19] -!- fatpandas has quit [Ping timeout: 246 seconds]
[06:24:53] -!- memleak has quit [Quit: brb]
[06:31:45] -!- memleak [memleak!~memleak@unaffiliated/memleak] has joined #linuxcnc-devel
[06:50:10] -!- factor has quit [Read error: Connection reset by peer]
[06:53:44] -!- micges [micges!~micges@adcv223.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[06:56:42] -!- dimas_ has quit [Ping timeout: 265 seconds]
[07:08:14] -!- fatpandas has quit [Ping timeout: 244 seconds]
[07:29:41] -!- memleak has quit [Quit: night]
[08:05:12] -!- gambakufu has quit [Ping timeout: 255 seconds]
[08:18:28] -!- rob_h [rob_h!~rob_h@5ace70d6.bb.sky.com] has joined #linuxcnc-devel
[08:20:03] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[08:26:03] <mhaberler> cradek: you what the issue with line numbers as motion id's is? It is the wrong concept. It should be a 'block serial'. And a 'block serial' maps to a line number (actually source location), but this is not a 1:1 relation - many 'block serials' may refer to the same source location
[08:27:37] <mhaberler> with 'rs274ngc classic' (no control structs) this was a 1:1 relation; control structs broke it.
[08:48:23] -!- adb_ has quit [Ping timeout: 260 seconds]
[08:48:31] -!- phantoxeD has quit []
[08:53:12] -!- adb_ [adb_!~adb@178-211-226-40.dhcp.voenergies.net] has joined #linuxcnc-devel
[09:03:56] -!- adb_ has quit [Remote host closed the connection]
[09:05:05] -!- mhaberler has quit [Read error: Connection reset by peer]
[09:06:26] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[09:44:35] -!- mhaberler has quit [Quit: mhaberler]
[09:53:37] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[09:58:07] <mhaberler> the 'block serial' is also the key to the historical execution state - if one were to go back
[10:37:49] -!- pjm has quit [Quit: TTFO]
[10:48:21] -!- jthornton has quit [Read error: Connection reset by peer]
[10:48:24] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:48:35] -!- jthornton [jthornton!~john@184.20.140.167] has joined #linuxcnc-devel
[10:48:36] -!- JT-Shop [JT-Shop!~John@184.20.140.167] has joined #linuxcnc-devel
[11:14:56] -!- IchGuckLive has quit [Client Quit]
[11:45:11] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[12:04:33] -!- JT-Shop has quit [Read error: Connection timed out]
[12:05:28] -!- JT-Shop [JT-Shop!~John@184.20.140.167] has joined #linuxcnc-devel
[12:12:04] -!- Thiel-Zuhause has quit [Client Quit]
[12:17:42] cylly2 is now known as Loetmichel
[12:20:05] -!- gene77 has quit [Ping timeout: 248 seconds]
[12:31:17] -!- gene__ has quit [Ping timeout: 248 seconds]
[12:39:24] -!- skunkworks__ has quit [Read error: Connection reset by peer]
[12:44:17] -!- FinboySlick has quit [Quit: Leaving.]
[12:49:22] -!- gene__ has quit [Ping timeout: 246 seconds]
[13:03:00] -!- maximilian_h [maximilian_h!~bonsai@stgt-5f70bbd1.pool.mediaWays.net] has joined #linuxcnc-devel
[13:03:04] -!- maximilian_h [maximilian_h!~bonsai@stgt-5f70bbd1.pool.mediaWays.net] has parted #linuxcnc-devel
[13:07:08] -!- gene__ has quit [Ping timeout: 240 seconds]
[13:08:50] -!- mozmck has quit [Quit: Leaving.]
[13:09:21] -!- psha has quit [Read error: Operation timed out]
[13:15:42] -!- mozmck [mozmck!~moses@client-74.117.92.175.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[13:17:59] -!- gene__ has quit [Read error: Operation timed out]
[13:31:49] -!- gene__ has quit [Ping timeout: 245 seconds]
[13:38:26] -!- psha [psha!~psha@213.87.135.67] has joined #linuxcnc-devel
[13:52:13] -!- Nick001 has quit [Ping timeout: 252 seconds]
[14:02:39] -!- psha has quit [Ping timeout: 245 seconds]
[14:04:28] -!- psha [psha!~psha@213.87.132.157] has joined #linuxcnc-devel
[14:07:14] -!- joe9 [joe9!~joe9@c-24-99-80-97.hsd1.ga.comcast.net] has joined #linuxcnc-devel
[14:10:46] -!- Valen has quit [Quit: Leaving.]
[14:14:05] -!- mhaberler has quit [Quit: mhaberler]
[14:35:13] <CIA-68> 03jthornton 07v2.5_branch * r53433da74ee5 10/docs/src/gcode/o-code.txt: Docs: add note about search paths for subroutines
[14:36:09] -!- skunkworks__ [skunkworks__!~chatzilla@str-bb-cable-south-3-102.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[14:36:42] <skunkworks__> logger[psha]:
[14:46:00] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[14:50:09] -!- syyl has quit [Ping timeout: 245 seconds]
[14:50:09] -!- syyl_ws has quit [Ping timeout: 252 seconds]
[14:52:05] -!- fliebel has quit [Ping timeout: 248 seconds]
[14:57:59] -!- fliebel_ has quit [Ping timeout: 246 seconds]
[15:00:28] -!- mhaberler has quit [Quit: mhaberler]
[15:22:15] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[15:31:47] -!- psha has quit [Ping timeout: 256 seconds]
[15:33:19] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[15:34:52] -!- capricorn_one has quit [Quit: Konversation terminated!]
[15:34:52] -!- psha has quit [Read error: Connection reset by peer]
[15:35:02] -!- micges_ [micges_!~micges@adcv223.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[15:35:19] -!- micges has quit [Read error: Connection reset by peer]
[15:37:21] micges_ is now known as micges
[15:38:19] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[15:43:12] -!- psha has quit [Ping timeout: 252 seconds]
[15:44:15] -!- mhaberler has quit [Quit: mhaberler]
[15:55:37] -!- psha [psha!~psha@213.87.132.157] has joined #linuxcnc-devel
[16:05:33] -!- Roguish has quit [Ping timeout: 260 seconds]
[16:09:37] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[16:15:33] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[16:17:56] -!- syyl_ws_ has quit [Quit: Verlassend]
[16:29:13] -!- theorbtwo has quit [Ping timeout: 260 seconds]
[16:29:25] theorb is now known as theorbtwo
[16:46:38] -!- davec_ has quit [Ping timeout: 240 seconds]
[17:06:55] -!- mhaberler has quit [Quit: mhaberler]
[17:14:02] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[17:17:25] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc-devel
[17:23:47] -!- psha has quit [Ping timeout: 252 seconds]
[17:25:29] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[17:28:32] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 11.0/20120310193829]]
[17:44:00] -!- mhaberler has quit [Quit: mhaberler]
[17:50:32] -!- psha has quit [Read error: No route to host]
[18:00:22] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[18:02:14] -!- psha has quit [Read error: No route to host]
[18:04:28] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[18:05:23] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[18:40:35] -!- ve7it has quit [Remote host closed the connection]
[18:42:18] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[18:46:11] -!- micges_ [micges_!~micges@egq253.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:46:12] -!- ve7it has quit [Remote host closed the connection]
[18:47:04] -!- micges has quit [Ping timeout: 246 seconds]
[18:47:37] -!- factor has quit [Read error: Connection reset by peer]
[18:47:37] micges_ is now known as micges
[19:31:12] -!- psha has quit [Read error: Connection reset by peer]
[19:40:21] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[19:45:19] -!- psha_ [psha_!~psha@213.208.162.69] has joined #linuxcnc-devel
[19:45:20] -!- psha has quit [Read error: Connection reset by peer]
[19:47:17] -!- n2diy has quit [Quit: Ex-Chat]
[19:47:18] -!- psha_ has quit [Read error: Connection reset by peer]
[19:49:26] -!- fliebel has quit [Remote host closed the connection]
[19:50:19] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[19:52:53] -!- psha has quit [Read error: Connection reset by peer]
[19:54:07] -!- mhaberler has quit [Read error: Connection reset by peer]
[19:54:35] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[20:00:13] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[20:00:24] -!- factor has quit [Read error: Connection reset by peer]
[20:05:32] -!- psha has quit [Remote host closed the connection]
[20:05:37] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[20:06:58] <mhaberler> cradek: I've written up a way to address the #54xx issue above: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?QueuebustersRevisited
[20:06:58] -!- psha has quit [Client Quit]
[20:07:45] <mhaberler> this should take out the need to write code to handle parameters - only change descriptors
[20:08:54] -!- cmorley has quit [Ping timeout: 265 seconds]
[20:17:25] -!- vladimirek has quit [Remote host closed the connection]
[20:22:05] -!- cmorley [cmorley!~chris@d64-180-200-50.bchsia.telus.net] has joined #linuxcnc-devel
[20:27:08] -!- sumpfralle has quit [Read error: Connection reset by peer]
[20:29:15] <CIA-68> 03cradek 07master * rfbcbec10e636 10/src/emc/kinematics/ (tc.h tp.c): TP: let begin and end accels differ
[20:29:16] <CIA-68> 03cradek 07master * r436aa886a189 10/src/emc/ (kinematics/tp.c motion/control.c): TP: double available accel in most cases
[20:35:23] <skunkworks__> cradek: really? You figured it out?
[20:38:15] <cradek> this change will probably double contouring speed
[20:38:57] <skunkworks__> nice!
[20:40:07] <skunkworks__> what was it?
[20:44:26] <cradek> rewrite segment planning so accel and decel of each segment can be different, then determine when accels add at a corner to exceed a constraint and reduce by the 1/2 factor in those cases only
[20:44:45] <cradek> not exactly a simple tweak, but not a fundamental rewrite either
[20:46:49] <cradek> there's a tricky part left - when you start planning the first segment you usually don't have the second one available yet, so you can't tell what that corner will be, so you don't know what decel to use
[20:47:17] <cradek> so now *single* moves, like mdi, have full accel and half decel
[20:48:00] <cradek> the only other thing I can think to do is wait "a while" before starting the (possibly single) first move
[20:51:50] <skunkworks__> I think if the first segment is a bit slower - that is probably something people can live with
[20:51:53] <skunkworks__> :)
[20:52:33] <cradek> yeah I think it'd never be noticeable except for mdi moves. usually it gets blended anyway.
[20:52:55] <cradek> maybe someone can come up with a better solution and tweak it (but I always think that and nobody ever does)
[20:53:15] -!- DJ9DJ has quit [Quit: bye]
[20:56:38] <andypugh> I am writing a motion planner from scratch. It will never be useful.
[21:12:48] -!- bedah has quit [Quit: bye]
[21:20:13] -!- pjm has quit [Ping timeout: 244 seconds]
[21:20:17] -!- sumpfralle1 has quit [Read error: Connection reset by peer]
[21:34:44] <skunkworks__> cradek: I was just goofing around with master and was running arcspiral.ngc. when it makes its first z-.1 (line 6) it pauses before the move. not all the time though. (for a good second or so)
[21:38:07] <skunkworks__> spiral.ngc does the same thing. (pasues at the first Z-.1 move)
[21:43:20] <micges> probably it's waiting for at-speed signal from simulated spindle (or such thing)
[21:46:11] <skunkworks__> oh
[21:46:19] <skunkworks__> let me check
[21:47:13] -!- sumpfralle has quit [Read error: Operation timed out]
[21:48:34] <skunkworks__> heh - sorry cradek, micges was right.
[22:00:55] <cradek> heh :-)
[22:01:13] <cradek> thanks for testing the change
[22:01:28] <cradek> I didn't do all that much testing.
[22:01:35] <cradek> master, you know...
[22:02:35] -!- syyl_ has quit [Quit: Leaving]
[22:11:19] <alex_joni> mhaberler: that
[22:11:27] <alex_joni> mhaberler: that's what I was worried about
[22:11:46] <alex_joni> you try to fix/tweak jogging while paused, and next comes someone who wants MDI
[22:12:17] <skunkworks__> cradek: I have been just playing with spiral.
[22:12:33] <skunkworks__> from 2.5 - master there seems to be quite an improvement.
[22:13:17] <mhaberler> a) can you follow the logic in what I laid out b) exactly why should I keep it to myself - maybe not to touch your concerns?
[22:13:46] <alex_joni> mhaberler: err.. wait, I didn't get that now
[22:14:16] <mhaberler> if you followed it, you would have noticed there's a fundamental issue in what I discussed with chris, and that shows a way how it can be dealt with
[22:14:32] <skunkworks__> I was using the master sim - axis config (rememoving the sim spindle) and increasing the MAX_LINEAR_VELOCITY = 10 (each axis is set to 4) and originally the max_linear_velocity was set to 1.2
[22:14:47] <mhaberler> so please understand this is part of my current discussion on the issue at hand
[22:15:05] <mhaberler> then please read back to the #54xx message
[22:15:21] <alex_joni> mhaberler: I think we have a communication issue
[22:15:46] <mhaberler> yes we do: you are jumping on me again without having checked yóur facts
[22:15:57] <alex_joni> I didn't mean to (and it sure doesn't) in any way sound like I'm jumping at you
[22:16:06] <skunkworks__> when the spiral was set to 200ipm - 2.5 starts at 150ipm-ish while master starts at 200ipm. (g64p.001)
[22:16:28] <skunkworks__> you can see 2.5 really drop off towards the center.
[22:16:36] <skunkworks__> cradek: great work!
[22:17:14] <alex_joni> mhaberler: I simply stated that whatever feature you enable, people will argue they need another
[22:17:46] <alex_joni> and I was worried that fixing one would imply a lot of work, and little appreciation because others don't work
[22:17:58] <mhaberler> you sure did read my answer to him which said 'this was not on the table', so exactly where is your problem
[22:18:10] <alex_joni> I don't have a problem at all
[22:18:53] <mhaberler> it is in fact good that they argue, sometimes spelling out answers clarifies the problem at hand
[22:19:43] <alex_joni> they who?
[22:20:07] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[22:21:18] <mhaberler> the 'next who comes' - I dont have an issue with that, and I flatly dont understand your concern
[22:21:53] <alex_joni> well, then forget I said anything
[22:22:24] <mhaberler> booo ;)
[22:24:45] <alex_joni> should have added a smiley
[22:24:48] <alex_joni> here ':)'
[22:24:51] <JT-Shop> lol
[22:27:55] <skunkworks__> cradek: I think there are going to be a lot of happy people with those changes... It's a good percent improvement..
[22:29:03] <alex_joni> backport candidate after more testing?
[22:33:31] <andypugh> mhaberler: You really do think about stuff don't you?
[22:33:51] <mhaberler> alex_joni: sorry, I really misread what you said
[22:34:11] <mhaberler> lawnmowing sometimes helps
[22:36:55] -!- ve7it has quit [Ping timeout: 252 seconds]
[22:38:27] <skunkworks__> alex_joni: maybe... :)
[22:39:24] <mhaberler> that wasnt a suggestion for alex;)
[22:45:18] -!- crib has quit [Ping timeout: 245 seconds]
[22:47:58] -!- WalterN has quit [Ping timeout: 245 seconds]
[22:50:41] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[22:56:38] -!- n2diy has quit [*.net *.split]
[22:56:38] -!- mhaberler has quit [*.net *.split]
[22:56:38] -!- Loetmichel has quit [*.net *.split]
[22:56:38] -!- jepler has quit [*.net *.split]
[22:56:39] -!- X704 has quit [*.net *.split]
[22:56:39] -!- MarkusBec has quit [*.net *.split]
[22:56:39] -!- fenn has quit [*.net *.split]
[22:56:39] -!- cmorley has quit [*.net *.split]
[22:56:39] -!- SWPadnos_ has quit [*.net *.split]
[22:56:39] -!- Connor has quit [*.net *.split]
[22:56:39] -!- mozmck has quit [*.net *.split]
[22:56:39] -!- gambakufu has quit [*.net *.split]
[22:56:39] -!- Thetawaves has quit [*.net *.split]
[22:56:39] -!- djdelorie has quit [*.net *.split]
[22:56:40] -!- awallin has quit [*.net *.split]
[22:56:40] -!- cradek has quit [*.net *.split]
[22:56:40] -!- CIA-68 has quit [*.net *.split]
[22:56:40] -!- morfic has quit [*.net *.split]
[22:56:40] -!- jdhNC has quit [*.net *.split]
[22:56:40] -!- r00t4rd3d has quit [*.net *.split]
[22:56:40] -!- The_Ball has quit [*.net *.split]
[22:56:40] -!- alex_joni has quit [*.net *.split]
[22:56:40] -!- stealthzap has quit [*.net *.split]
[22:56:40] -!- RagingComputer has quit [*.net *.split]
[22:56:40] -!- Patang has quit [*.net *.split]
[22:56:41] -!- frysteev_ has quit [*.net *.split]
[22:56:41] -!- dimas_ has quit [*.net *.split]
[22:56:41] -!- demacus has quit [*.net *.split]
[22:56:41] -!- skunkworks has quit [*.net *.split]
[22:56:41] -!- roycroft has quit [*.net *.split]
[22:56:41] -!- Jymmm has quit [*.net *.split]
[22:56:41] -!- mrsun has quit [*.net *.split]
[22:56:41] -!- cjdavis has quit [*.net *.split]
[22:56:41] -!- fragalot has quit [*.net *.split]
[22:56:41] -!- sliptonic_shop has quit [*.net *.split]
[22:56:41] -!- skunkworks__ has quit [*.net *.split]
[22:56:42] -!- phantoxeD has quit [*.net *.split]
[22:56:42] -!- servos4ever has quit [*.net *.split]
[22:56:42] -!- fatpandas has quit [*.net *.split]
[22:56:42] -!- archivist has quit [*.net *.split]
[22:56:42] -!- pcw_home has quit [*.net *.split]
[22:56:42] -!- nots has quit [*.net *.split]
[22:56:42] -!- MattyMatt has quit [*.net *.split]
[22:56:42] -!- anonimasu has quit [*.net *.split]
[22:57:59] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[23:00:24] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc-devel
[23:00:24] -!- cmorley [cmorley!~chris@d64-180-200-50.bchsia.telus.net] has joined #linuxcnc-devel
[23:00:24] -!- mozmck [mozmck!~moses@client-74.117.92.175.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[23:00:25] -!- SWPadnos_ [SWPadnos_!~Me@74-92-8-208-NewEngland.hfc.comcastbusiness.net] has joined #linuxcnc-devel
[23:00:25] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc-devel
[23:00:25] -!- CIA-68 [CIA-68!~CIA@cia.atheme.org] has joined #linuxcnc-devel
[23:00:25] -!- cradek [cradek!~chris@emc/board-of-directors/cradek] has joined #linuxcnc-devel
[23:00:25] -!- alex_joni [alex_joni!~alex_joni@emc/board-of-directors/alexjoni] has joined #linuxcnc-devel
[23:00:25] -!- mode/#linuxcnc-devel [+vv cradek] by sendak.freenode.net
[23:00:48] -!- mhaberler has quit [Client Quit]
[23:01:27] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[23:01:57] -!- skunkworks__ [skunkworks__!~chatzilla@str-bb-cable-south-3-102.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[23:05:01] -!- skunkworks has quit [Ping timeout: 246 seconds]
[23:05:07] -!- jsr__ has quit [Ping timeout: 276 seconds]
[23:15:51] -!- ve7it has quit [Remote host closed the connection]
[23:17:48] -!- rob_h has quit [Ping timeout: 260 seconds]
[23:32:38] -!- dimas_ has quit [*.net *.split]
[23:32:38] -!- demacus has quit [*.net *.split]
[23:32:38] -!- roycroft has quit [*.net *.split]
[23:32:38] -!- Jymmm has quit [*.net *.split]
[23:32:39] -!- mrsun has quit [*.net *.split]
[23:32:39] -!- cjdavis has quit [*.net *.split]
[23:32:39] -!- fragalot has quit [*.net *.split]
[23:35:27] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[23:45:02] -!- Ekken [Ekken!ekke@hilla.kapsi.fi] has joined #linuxcnc-devel
[23:50:56] -!- zlog has quit [Ping timeout: 272 seconds]
[23:50:56] -!- Poincare has quit [Ping timeout: 272 seconds]
[23:50:56] -!- tris has quit [Ping timeout: 272 seconds]
[23:50:56] -!- Ekkeri has quit [Ping timeout: 272 seconds]
[23:50:57] -!- Spida has quit [Ping timeout: 272 seconds]
[23:50:57] -!- cpresser_ has quit [Ping timeout: 272 seconds]
[23:50:57] -!- markvandenborre has quit [Ping timeout: 272 seconds]
[23:50:57] -!- Tom_itx has quit [Ping timeout: 272 seconds]
[23:50:57] -!- toastydeath has quit [Ping timeout: 272 seconds]