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

Back
[00:12:07] -!- moorbo has quit [Read error: Connection reset by peer]
[00:18:34] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[00:20:12] -!- Komzzpa has quit [Remote host closed the connection]
[00:30:15] -!- anth0ny has quit [Quit: anth0ny]
[00:36:10] -!- sumpfralle has quit [Ping timeout: 258 seconds]
[00:37:42] -!- adb has quit [Read error: Connection reset by peer]
[00:41:45] <kwallace2> I like to keep my Python lines within 80 characters per line but sometimes I get a line like this: tpu, external_pitch_dia_s, internal_pitch_dia_s, mean_thread_hieght_s, = [x.strip() for x in thread_str.split(',') if x.strip()]
[00:42:10] <kwallace2> Is there a good way to break this into two or more lines?
[00:44:21] <kwallace2> "tpu, external_pitch_dia_s, internal_pitch_dia_s, mean_thread_hieght_s, effective_length_s = [x.strip() for x in thread_str.split(',') if x.strip()]"
[00:47:27] <micges> s = [x.strip() for x in thread_str.split(',') if x.strip()]
[00:47:42] <micges> tpu, external_pitch_dia_s, internal_pitch_dia_s, mean_thread_hieght_s, effective_length_s = s
[00:47:52] <micges> more less, should work
[00:49:06] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[00:49:12] <Tom_itx> python doesn't have a line break character?
[00:49:55] <micges> yes there is, \
[00:54:44] <kwallace2> '\' hasn't always worked and can actually makes things worse. micges' example looks good. I should have thought of it, doooh.
[00:58:21] <kwallace2> I think adding () around the left side of = should allow me to break within the () too.
[01:01:05] -!- anth0ny has quit [Quit: anth0ny]
[01:01:22] <kwallace2> It's ugly but seems to work:
[01:01:24] <kwallace2> (tpu, external_pitch_dia_s, internal_pitch_dia_s,
[01:01:24] <kwallace2> mean_thread_hieght_s, effective_length_s) = [x.strip(
[01:01:24] <kwallace2> ) for x in thread_str.split(',') if x.strip()]
[01:03:19] -!- dgarr [dgarr!~dgarrett@71-223-73-226.phnx.qwest.net] has joined #linuxcnc-devel
[01:06:35] <kwallace2> Slightly better:
[01:06:38] <kwallace2> (tpu, external_pitch_dia_s, internal_pitch_dia_s,
[01:06:39] <kwallace2> mean_thread_hieght_s, effective_length_s) = (
[01:06:39] <kwallace2> [x.strip() for x in thread_str.split(',') if x.strip()])
[01:17:05] -!- dnaleromj has quit [Quit: dnaleromj out!]
[01:24:15] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 30.0/20140605174243]]
[01:51:16] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[01:58:09] -!- micges has quit [Quit: Leaving]
[02:10:29] -!- kwallace1 [kwallace1!~kwallace@smb-68.sonnet.com] has joined #linuxcnc-devel
[02:11:22] -!- kwallace2 has quit [Ping timeout: 240 seconds]
[02:11:27] -!- moorbo has quit [Remote host closed the connection]
[02:26:11] -!- FreezingCold has quit [Ping timeout: 258 seconds]
[02:26:34] -!- koo5 has quit [Ping timeout: 258 seconds]
[02:32:07] -!- nofxx has quit [Ping timeout: 272 seconds]
[02:37:32] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[02:38:37] -!- koo5 has quit [Ping timeout: 245 seconds]
[02:49:22] -!- nofxx has quit [Ping timeout: 240 seconds]
[02:52:24] -!- anth0ny has quit [Quit: anth0ny]
[02:54:22] -!- asdfasd has quit [Ping timeout: 256 seconds]
[02:54:28] -!- nofxx has quit [Changing host]
[03:07:21] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[03:10:12] -!- unfy has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
[03:10:50] -!- mhaberler has quit [Quit: mhaberler]
[03:16:47] -!- rob_h has quit [Ping timeout: 258 seconds]
[03:23:39] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[03:24:20] <KGB-linuxcnc> 03Dewey Garrett 052.7 2d77f6a 06linuxcnc 10configs/sim/axis/moveoff/moveoff_base.inc moveoff_base.inc:remove obsolete ini items * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2d77f6a
[03:26:49] -!- romulo has quit [Read error: Connection reset by peer]
[03:32:19] -!- anth0ny has quit [Quit: anth0ny]
[03:40:31] -!- dgarr has quit [Ping timeout: 252 seconds]
[03:56:04] -!- PetefromTn_ has quit [Ping timeout: 250 seconds]
[04:00:22] -!- AR__ has quit [Ping timeout: 240 seconds]
[04:00:24] -!- koo5 has quit [Ping timeout: 250 seconds]
[04:05:21] -!- patrickarlt has quit [Quit: Leaving...]
[04:10:37] -!- JT-Shop has quit [Read error: Connection reset by peer]
[04:11:10] -!- JT-Shop [JT-Shop!~john@184.21.239.59] has joined #linuxcnc-devel
[04:20:52] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[04:24:41] -!- amiri_ has quit [Ping timeout: 244 seconds]
[04:34:28] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[04:36:22] -!- koo5 has quit [Ping timeout: 250 seconds]
[04:43:02] -!- Tecan has quit [Changing host]
[04:50:46] -!- romulo has quit [Quit: Leaving]
[05:08:48] -!- syyl has quit [Ping timeout: 244 seconds]
[05:20:46] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[05:43:34] -!- furrywolf has quit [Ping timeout: 245 seconds]
[06:02:50] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[06:06:11] -!- nofxx has quit [Ping timeout: 272 seconds]
[06:28:01] -!- koo5 has quit [Ping timeout: 255 seconds]
[06:44:01] -!- koo5 has quit [Excess Flood]
[06:47:14] -!- karavanjo has quit [Ping timeout: 258 seconds]
[06:51:52] -!- karavanjo has quit [Ping timeout: 255 seconds]
[06:53:35] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:01:28] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:03:24] -!- kwallace [kwallace!~kwallace@smb-131.sonnet.com] has joined #linuxcnc-devel
[07:05:03] -!- kwallace1 has quit [Ping timeout: 244 seconds]
[07:05:24] -!- anth0ny has quit [Quit: anth0ny]
[07:12:58] -!- koo5 has quit [Excess Flood]
[07:14:50] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:21:09] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:30:29] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:37:18] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[07:37:56] -!- kwallace [kwallace!~kwallace@smb-131.sonnet.com] has parted #linuxcnc-devel
[07:53:49] -!- ve7it has quit [Remote host closed the connection]
[07:56:37] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[08:05:57] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[08:12:17] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[08:18:07] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[08:19:33] -!- ejb has quit [Quit: ZZZzzz…]
[08:21:21] -!- poormansairforce has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[08:25:57] -!- Miner_48er has quit [Ping timeout: 240 seconds]
[08:26:54] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[09:28:33] -!- eeriegeek has quit [Quit: Leaving.]
[09:41:52] -!- Miner_48er has quit [Ping timeout: 240 seconds]
[09:44:04] -!- mhaberler has quit [Quit: mhaberler]
[09:50:28] -!- Komzzpa has quit [Ping timeout: 258 seconds]
[10:09:48] -!- syyl has quit [Ping timeout: 265 seconds]
[10:22:08] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-51-38.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[10:43:59] -!- norbert [norbert!~norbert@a89-182-152-162.net-htp.de] has joined #linuxcnc-devel
[10:44:04] norbert is now known as norbert__
[11:01:37] -!- jdh has quit [Ping timeout: 255 seconds]
[11:16:22] -!- zbychuk has quit [Quit: leaving]
[11:16:23] -!- JT-Shop has quit [Read error: Connection reset by peer]
[11:16:42] -!- JT-Shop [JT-Shop!~john@184.21.239.59] has joined #linuxcnc-devel
[11:26:44] -!- rob_h [rob_h!~robh@176.249.89.215] has joined #linuxcnc-devel
[11:35:14] -!- balestrino has quit [Ping timeout: 245 seconds]
[11:58:03] -!- mhaberler has quit [Quit: mhaberler]
[11:59:16] -!- Audioburn has quit [Ping timeout: 258 seconds]
[12:13:50] -!- mhaberler has quit [Client Quit]
[12:32:07] -!- b_b has quit [Changing host]
[12:36:58] -!- dgarr [dgarr!~dgarrett@71-223-73-226.phnx.qwest.net] has joined #linuxcnc-devel
[12:46:27] -!- eFuchs has quit [Ping timeout: 272 seconds]
[13:06:32] -!- pandeiro has quit [Read error: Connection reset by peer]
[13:15:30] -!- b_b has quit [Remote host closed the connection]
[13:49:44] -!- FreezingCold has quit [Ping timeout: 250 seconds]
[14:04:59] -!- adb has quit [Ping timeout: 272 seconds]
[14:15:21] -!- mhaberler has quit [Quit: mhaberler]
[14:17:49] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[14:46:21] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[15:18:34] -!- mhaberler has quit [Quit: mhaberler]
[15:36:49] -!- eFuchs has quit [Ping timeout: 272 seconds]
[15:38:31] -!- kwallace [kwallace!~kwallace@smb-67.sonnet.com] has joined #linuxcnc-devel
[15:57:03] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6 4636af2 06linuxcnc 10docs/man/man3/rtapi_app_exit.3rtapi 10docs/man/man3/rtapi_app_main.3rtapi docs: fixup manpage syntax for rtapi_app_main.3 & rtapi_app_exit.3 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4636af2
[15:59:01] -!- kwallace2 [kwallace2!~kwallace@smb-46.sonnet.com] has joined #linuxcnc-devel
[16:00:49] -!- kwallace has quit [Ping timeout: 252 seconds]
[16:03:37] -!- aude has quit [Ping timeout: 265 seconds]
[16:06:13] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6 beea6b0 06linuxcnc 10docs/src/hal/comp.txt docs: improve 'option rtapi_app no' description of comp/halcompile * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=beea6b0
[16:09:57] -!- aude has quit [Ping timeout: 240 seconds]
[16:19:20] phantoneD is now known as phantoxeD
[16:25:17] -!- balestrino has quit []
[16:43:31] -!- _1SheYode has quit [Ping timeout: 244 seconds]
[16:48:59] -!- moorbo has quit [Remote host closed the connection]
[17:07:33] -!- ingsoc has quit [Ping timeout: 252 seconds]
[17:12:32] -!- aude has quit [Ping timeout: 250 seconds]
[17:19:21] -!- Loetmichel has quit [Ping timeout: 256 seconds]
[17:21:12] -!- aude has quit [Ping timeout: 250 seconds]
[17:23:36] -!- ingsoc1 has quit [Quit: Leaving.]
[17:24:57] -!- summatusmentis has quit [Ping timeout: 240 seconds]
[17:35:56] -!- fipes has quit [Ping timeout: 250 seconds]
[17:37:06] -!- jfrmilner has quit [Ping timeout: 240 seconds]
[17:37:06] jfrmilner_ is now known as jfrmilner
[17:37:06] -!- JT-Shop has quit [Read error: Connection reset by peer]
[17:37:06] -!- JT-Shop [JT-Shop!~john@184.21.239.59] has joined #linuxcnc-devel
[17:45:57] <KGB-linuxcnc> 03Norbert Schechner 052.6 388b10c 06linuxcnc 10docs/src/gui/gmoccapy.txt docs -reworked some stuff on gmoccapy.txt * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=388b10c
[17:47:40] <KGB-linuxcnc> 03Norbert Schechner 052.7 e20164a 06linuxcnc 10docs/src/hal/comp.txt Merge branch '2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e20164a
[17:49:20] -!- micges [micges!~toudi@aeia148.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[17:51:11] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[17:55:11] <KGB-linuxcnc> 03Norbert Schechner 05master 3d190be 06linuxcnc Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3d190be
[18:10:55] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[18:19:43] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[18:37:50] -!- norbert__ has quit [Quit: Konversation terminated!]
[18:43:33] -!- ejb has quit [Quit: ZZZzzz…]
[18:50:55] -!- anth0ny has quit [Quit: anth0ny]
[18:53:13] -!- mhaberler has quit [Quit: mhaberler]
[18:53:50] -!- TTN has quit [Changing host]
[18:55:04] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[19:14:24] -!- SpeedEvil has quit [Read error: Connection reset by peer]
[19:16:24] -!- anth0ny has quit [Client Quit]
[19:19:20] -!- rob_h has quit [Ping timeout: 258 seconds]
[19:20:49] -!- amiri has quit [Ping timeout: 265 seconds]
[19:24:57] -!- anth0ny has quit [Client Quit]
[19:36:25] -!- mhaberler has quit [Client Quit]
[19:36:46] -!- anth0ny has quit [Quit: anth0ny]
[20:02:26] -!- shurshur has quit [Ping timeout: 244 seconds]
[20:20:10] -!- TTN has quit [Ping timeout: 250 seconds]
[20:31:05] -!- syyl_ws has quit [Quit: Verlassend]
[20:40:57] -!- nofxx has quit [Ping timeout: 240 seconds]
[21:14:43] -!- Zboonet has quit [Ping timeout: 258 seconds]
[21:15:57] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[21:20:50] -!- f1oat has quit [Ping timeout: 250 seconds]
[21:30:28] -!- TTN has quit [Changing host]
[21:32:50] -!- btaylor has quit [Quit: Bye]
[21:42:11] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-51-38.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[21:46:53] -!- bedah has quit [Quit: Ex-Chat]
[21:48:39] -!- eFuchs has quit [Quit: ping timeout]
[21:49:00] -!- Deejay has quit [Quit: bye]
[21:55:17] -!- Zboonet has quit [Remote host closed the connection]
[22:33:49] -!- chillly has quit [Quit: Ex-Chat]
[22:37:42] -!- mhaberler has quit [Quit: mhaberler]
[22:42:34] -!- dutchfish has quit [Quit: Splash, leaving the bowl]
[22:46:04] -!- AR__ has quit [Ping timeout: 245 seconds]
[22:53:37] -!- Tecan has quit [Ping timeout: 245 seconds]
[23:13:12] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[23:19:58] -!- afiber__ has quit [Quit: Konversation terminated!]
[23:21:47] -!- rob_h [rob_h!~robh@176.249.89.215] has joined #linuxcnc-devel
[23:26:04] -!- FreezingCold has quit [Ping timeout: 250 seconds]
[23:26:56] -!- Tecan has quit [Changing host]
[23:35:24] -!- asdfasd has quit [Ping timeout: 258 seconds]
[23:52:26] -!- f1oat has quit [Ping timeout: 265 seconds]