#linuxcnc | Logs for 2014-03-02

Back
[02:11:25] <Loetmichel> mornin'
[02:12:07] <MrSunshine_> morning
[02:17:34] <archivist> moaning
[02:17:51] <MrSunshine_> even better =)
[02:18:01] <MrSunshine_> atleast if its the good kind ;)
[02:18:19] <Jymmm> moaning and being on irc at the same time, is NOT a good thing.
[02:18:34] <MrSunshine_> hahahahahahahaha
[02:18:36] <MrSunshine_> can be
[02:19:00] <Jymmm> No, it can't. Not even in a freaky kinky world!
[02:19:25] <MrSunshine_> you got to think under the table
[02:19:54] <Jymmm> Under the table, on the table, in the back seat, it doesn't matter.
[02:20:07] <Jymmm> Not on irc, skype maybe.
[02:20:34] <MrSunshine_> :P
[02:20:48] * Jymmm is just not into ascii pr0n.
[02:21:09] <Jymmm> ...not even if it's animated!
[02:22:08] <Deejay> moin
[02:22:24] <Jymmm> Deejay: You're late.... YOUR FIRED!
[02:22:28] <Deejay> lol
[02:22:34] <Deejay> hi Jymmm :)
[02:22:41] <Jymmm> Deejay: how ya doin?
[02:22:48] <Deejay> fine, tnx. and you?
[02:22:57] <Jymmm> SSDD =)
[02:23:13] <Deejay> what does that mean?
[02:23:28] <Jymmm> SSDD = Same shit, different day.
[02:23:32] <Deejay> hrhr
[02:23:33] <Deejay> i see
[02:23:41] <Loetmichel> s/d/e
[02:23:51] <Deejay> morning Loetmichel
[02:23:53] <Loetmichel> (EVERY day) ;)
[02:24:29] <Loetmichel> Deejay: you're late. but morning :-)
[02:24:32] <Deejay> Loetmichel, did your wife throw you out of your bed?
[02:24:38] <Loetmichel> sort of
[02:24:40] <Deejay> hrhr
[02:24:46] <Deejay> hey, its sunday
[02:24:59] <Loetmichel> she is watching true blood
[02:25:04] <Loetmichel> so i have fled ;-)
[02:25:08] <Deejay> lol
[02:25:55] <Loetmichel> at least its not twilight ;-)
[02:26:10] <Deejay> :)
[02:27:50] * Loetmichel is starting the mill
[02:28:11] <Deejay> for the bitcoin miner enclosure?
[02:28:19] <Deejay> or casing
[02:28:23] <Deejay> or cooling
[02:28:25] <Deejay> or whatever it is ;)
[02:28:44] <Loetmichel> to make heatsinks for antminer U1s out of 7075 seems to be a bit over the top, but i have no cheap aluminium here ;-)
[02:29:06] <Deejay> ah, the good 7075
[02:59:15] <morfic-> if a 4017 IC let's me enable outputs in sequence if i use a push button as "clock signal", which IC would let me do this "additive", with each clock going high, I'd like the outputs to do this: 1, 1+2, 1+2+3, 1+2+3+4 instead of the 1, 2, 3, 4 I'm getting out of the decade counter 4017
[03:00:14] <morfic-> preferably also with a reset to turn them all off before starting over
[03:02:13] <archivist> either use the 4017 to latch/set some sr flipflops(with a global clr) or a tiny programmable device
[03:02:36] <archivist> PIC Chip etc
[03:02:38] <Loetmichel> morfic-: us a bunch of diodes to connect down the outputs
[03:02:42] <Loetmichel> -> done
[03:03:02] <morfic-> trying to avoid programmables
[03:03:20] <Loetmichel> using a µc would be the simple thing, though
[03:03:44] <archivist> aaaaargh uino
[03:03:50] <Loetmichel> its a little three liner in basic and a programmer for less than 10 bucks ;-)
[03:03:51] <morfic-> Loetmichel: I'd have to also limit current at 4x4mA i am over the 10mA the 4017 can do
[03:04:04] <archivist> TTL
[03:05:04] <archivist> use a resetable shift register
[03:05:08] <morfic-> Loetmichel: programmable is a spook word i'm afraid, not for me as it's just something to learn and would open so many possibilities, and likely be smaller in the end
[03:05:18] <archivist> shift ones in with the clock
[03:06:51] <archivist> 74164
[03:06:59] <morfic-> archivist: 74LS175N might do what i want, all other SR looked awful complicated with clock, data, latch
[03:07:08] <morfic-> checking 74164, thanks
[03:09:43] <archivist> you can also add them in series for as many outputs as needed
[03:10:03] <morfic-> 8 would be plenty, as i would use 3 or 4 only
[03:10:21] <morfic-> i'm gonna look at your 4017 + flipflop too
[03:11:02] <morfic-> just looks like part wise something programmable starts to be smaller already
[03:11:47] <archivist> 164 is one part
[03:12:26] <archivist> has all the control pins you need
[03:13:04] <morfic-> i guess i was more talking about 4017+flipflop ("parts i already have")
[03:13:13] <archivist> seems I have some 48 Texas NOS 54LS164J
[03:17:17] <morfic-> i could see if i have room to use these flip flops i have to do it over the weekend, then get some 164 during the week or heck, do it with something programmable, would likely come in handy sooner or later anyway
[03:19:18] <morfic-> archivist: i liked the wide input voltage range of the 4017
[03:34:39] <morfic-> oh well, i can drop the voltage easy enough, thanks archivist
[03:34:44] <morfic-> good night
[03:47:52] <Loetmichel> morfic-: i made a 2*1W audio amp lately. on which the sole porupose of the µc on board is for getting 3 momentary switches and light up some leds and put out a variable voltage for the amps
[03:48:01] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14507&g2_imageViewsIndex=1
[03:48:11] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14504
[03:48:28] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14501
[03:48:34] <Loetmichel> (missing the controller)
[03:48:46] <Loetmichel> ... the program in there was about 10 lines in bascom ;-)
[03:49:31] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14492&g2_imageViewsIndex=1 <. can you imagine how complex the circuit would have been with ttl?
[03:50:00] <Loetmichel> (and all that because soldiers tend to break off any protunding knob ;-)
[06:38:36] <Loetmichel> I am making progress... no i just have to make 3 more of this and then 4 more of the other side and then i can grossly overclock the ants! -> http://www.cyrom.org/palbum/main.php?g2_itemId=14716
[08:16:01] <PetefromTn_> Good Morning LinuxCNC junkies!!
[08:17:11] <jthornton> is breakfast ready yet?
[08:18:46] <PetefromTn_> workin' on it LOL..
[08:20:42] <PetefromTn_> I'm thinking waffles..
[08:27:35] <PetefromTn_> http://player.vimeo.com/video/65863381 for your morning viewing pleasure.. No affiliation with it but I enjoyed the video...
[08:36:59] <jthornton> I'm a bit short this week can you lend me enough to get two of them?
[08:38:19] <PetefromTn_> LOL I hear ya man. I would love to have one tho. Looks awesome.
[08:38:31] <PetefromTn_> I cannot believe how quickly it can takeoff...
[08:40:01] <jthornton> yea it has some awesome STOL
[08:40:28] <jthornton> I have a bunch of Spyder Lovers wanting my new air filter assembly!!!
[08:40:37] <PetefromTn_> Damn must be nice...
[08:40:47] <PetefromTn_> I need to find something like that to make.
[08:41:02] <jthornton> you have to invent it first lol
[08:41:02] <PetefromTn_> are you machining them on your bridgie?
[08:41:10] <PetefromTn_> I am working on it.
[08:41:32] <PetefromTn_> I am designing a couple things right now..
[08:41:40] <jthornton> I farmed the machining out to my buddy, the 8" diameter turned parts are a bit big for me
[08:42:02] <PetefromTn_> problem is ya never know if something will sell or not.
[08:42:03] <jthornton> I need a snap in hub cap for the Spyder front wheels
[08:42:21] <jthornton> with a 3-D spider on it
[08:42:37] <PetefromTn_> are you drawing it up?
[08:42:46] <jthornton> yea, I started slow then spent the money for the ad on spyderlovers.com
[08:43:19] <jthornton> don't have time right now, today I have to take my Spyder apart and take photos of installing the air cleaner assembly
[08:43:46] <PetefromTn_> Those damn things are expensive man..
[08:44:00] <jthornton> and this morning I'm writing a Python script to parse a G code file and add the F word to each line to use with G93
[08:44:45] <PetefromTn_> for what?
[08:44:45] <jthornton> what damn things is that?
[08:44:58] <jthornton> a XZA machine
[08:44:58] <PetefromTn_> the spider bikes...
[08:45:13] <jthornton> yea the 2013's are cheap now
[08:45:22] <PetefromTn_> define cheap..
[08:45:39] <jthornton> the 2014 has a new engine and tranny so the 2013 value fell through the floor
[08:46:08] <jthornton> well they cost a lot less than they did a few months ago
[08:46:24] <jthornton> and it depends on the model what the price is
[08:47:05] <jthornton> the RS starts at 15k
[08:47:07] <PetefromTn_> I love those T-rex trikes..Awesome performance.
[08:47:15] <jthornton> http://can-am.brp.com/spyder/spyder.html
[08:47:26] <jthornton> and the T-rex has AC?
[08:48:08] <PetefromTn_> what the hell do you need AC for?
[08:48:35] <jthornton> when your stuck in traffic and it's 100f out there
[08:48:48] <PetefromTn_> If you are doing that then you are doing it wrong hehe
[08:49:44] <PetefromTn_> I have owned over a dozen different sportbikes and that only happened to me maybe like ten times...
[08:50:08] <PetefromTn_> We usually would just split the lane and get the hell outta there..
[09:04:07] <seltecc> hi everyone..I would like to upgrade to linuxcnc 2.6 but synaptics says "could not mark all packages for installation or upgrade"...I have just installed 10.04 fresh. some ideas?
[09:05:04] <seltecc> depends: libboost-python etc.
[09:28:58] <JT-Shop> 10.04 as in the LinuxCNC LiveCD?
[09:29:34] <JT-Shop> seltecc, http://buildbot.linuxcnc.org/
[09:29:46] <JT-Shop> use the buildbot if you want master installed
[09:48:19] <JT-Shop> PetefromTn_, kinda hard to split a lane with a trike lol
[09:49:38] <seltecc> I have tryed to integrate the deb line on that page and still it misses dependencies
[09:50:17] <seltecc> on buildbot....
[09:51:50] <JT-Shop> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC#Resolving_outstanding_build_dependencies
[09:56:52] <PetefromTn_> JT-Shop Yeah I know I was just bustin your chops hehe
[09:59:56] <JT-Shop> I can do that on the BlueWing :) but I don't
[10:00:48] <seltecc> thx, do ya think the"Reconfiguring LinuxCNC" section should solve the prob?
[10:00:52] <PetefromTn_> in Cali it was legal..
[10:04:05] <seltecc> JT: yes from liveCD
[10:04:51] <seltecc> ok, thx and bye for now...
[10:20:22] <PetefromTn_> https://www.facebook.com/photo.php?v=599774673438521 WOW that is kickass yet OT hehe
[10:24:40] * JT-Shop searches for the garage floor
[10:25:26] <JT-Shop> someone around here has one of these http://www.motortrike.com/trikethoroughbredstallion.aspx
[10:26:18] <archivist> miss0r, what latency numbers did you get
[10:27:25] <miss0r> I got 43434 with the 1ms and 21586 with the 25us
[10:27:54] <archivist> a bit rubbish see http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting
[10:28:21] <miss0r> as in: "the numbers suck" or as in "The numbers make no sense" ?
[10:28:30] <archivist> suck a bit
[10:28:58] <miss0r> also, the max int for 23us is 46488 - which is bad, imo
[10:29:03] <miss0r> 25us*
[10:29:37] <PetefromTn_> JT-Shop Yeah there is a fellow here that has one and has had it for sale on Craigslist.
[10:30:54] <JT-Shop> must not like it then
[10:31:29] <miss0r> archivist, Question is - should I just see if I have another computer laying around?
[10:31:40] <IchGuckLive> hi all
[10:31:45] <archivist> or change the video card
[10:32:08] <IchGuckLive> Matrox G450
[10:32:11] <archivist> remove or sideline any nvidia
[10:32:18] <miss0r> archivist, I believe it is onboard
[10:32:38] <archivist> plug one in pci to shut that one off
[10:33:07] <archivist> one needs to avoid video stealing ram time too
[10:33:26] <miss0r> hmmm. I will see what I have laying around. I am fiddling with the bios right now, to shut down stuff I don't need
[10:33:53] <miss0r> will disabeling the sound help anything?
[10:34:03] <IchGuckLive> miss0r: where in the world are ypou
[10:34:16] <miss0r> IchGuckLive, In Denmark. Why you ask?
[10:34:22] <IchGuckLive> im n germany
[10:34:46] <IchGuckLive> so why dident you get a simple pc fior 40Euros
[10:34:52] <IchGuckLive> thar runs perfect
[10:35:05] <IchGuckLive> fujitsu 5915 ,5925
[10:35:23] <IchGuckLive> or i use IBM A50 for 25Euros
[10:35:30] <miss0r> because I got this PC for 0. Because I had it laying around, and it might have been just fine. it might still be?
[10:35:40] <IchGuckLive> i got more then 80 of them in mashines and no problem
[10:36:05] <miss0r> erhm. this is an fujitsu esprime e5916
[10:36:07] <IchGuckLive> is it a stepper
[10:36:43] <IchGuckLive> i got here 1m left of me 5 5915 with no problem runing
[10:37:05] <IchGuckLive> did you instal fronm the latest CD
[10:37:25] <miss0r> yes, I downloaded it yesterday and ran a test overnight, and installed it this morning
[10:37:28] <miss0r> from the live cd
[10:37:38] <miss0r> I am just told my numbers are off.
[10:37:49] <miss0r> So, I am thinking I need to do some optimizing.
[10:38:01] <IchGuckLive> ok let me reed the logs so im nor asking twice
[10:39:08] <miss0r> i've written 20 lines in here, within the last 11 minuts. You didn't miss much
[10:40:54] <Deejay> cya
[10:40:55] <IchGuckLive> oh kiev is ofline psha did got rid of the trouvle i belive
[10:42:31] <IchGuckLive> someone shoudt tell seltec that i got his problem with the gladevcp fixed he shoudt be around some times later im on 19MEz
[10:43:20] <IchGuckLive> miss0r: s it a stepper mashine
[10:43:27] <miss0r> also: this computer does not have a parallel port, so I have ordered this controller: http://www.computersalg.dk/produkt/425996/io-delock-pci-karte-2x-parallel
[10:43:57] <IchGuckLive> no problem will work but there is a paralellport inside
[10:43:59] <miss0r> yes, it is a stepper machine - it will arrive next sometime next week, and I just want to make sure the computer is optimal
[10:44:09] <IchGuckLive> you need only a plug for 1Euro
[10:44:33] <IchGuckLive> with this numbers you coudt easy come on 5m/min
[10:44:39] <IchGuckLive> i use 60000
[10:45:00] <IchGuckLive> what is your planed scale
[10:45:24] <miss0r> planned scale? sorry, this is my first attempt at using any sort of cnc machine
[10:45:24] <IchGuckLive> so prcise 0.01mm or lower
[10:45:51] <miss0r> well, the chinese model I ordered is probally 0.05mm or something in that order
[10:46:06] <IchGuckLive> oh its already made CNC
[10:46:10] <miss0r> and it is with a stepper moter.
[10:46:12] <miss0r> indeed
[10:46:20] <IchGuckLive> i hope not with the TB6560 board
[10:46:31] <miss0r> hmm... it is a 3020t
[10:46:38] <IchGuckLive> ok
[10:46:59] <miss0r> I bought one exactly like this one: http://www.ebay.com/itm/USA-NEW-CNC-3020T-Router-Engraver-Engraving-Drilling-and-Milling-Machine-/141205770096?pt=LH_DefaultDomain_0&hash=item20e0850f70
[10:47:38] <miss0r> I am planning to use it for circuit milling - as I am really tired of etching that stuff
[10:48:16] <IchGuckLive> ok i see so why are yo going linuxcnc not the ready made mach ?
[10:48:43] <IchGuckLive> miss0r: http://foengarage.de/cnc4.jpg 1200mm/min
[10:48:53] <IchGuckLive> http://foengarage.de/pcb.jpg
[10:48:56] <miss0r> I was told to do it right the first time :)
[10:49:01] <IchGuckLive> this is the circuit milling
[10:49:26] <miss0r> looks nice
[10:49:45] <IchGuckLive> you dont need to do anything with the PC it will be alwrigt for your needc
[10:50:08] <IchGuckLive> all perfect jut hit the plub and stepconf will do the rest
[10:50:34] <IchGuckLive> stepconf will enter a 100.000 for you
[10:50:46] <miss0r> What would make me want to do anything for my pc? a more precise mill?
[10:51:08] <IchGuckLive> the pricise is on the mashine
[10:51:15] <IchGuckLive> not the pc
[10:51:31] <IchGuckLive> at speeds around 2500mm/min no need
[10:51:35] <miss0r> let me rephrase: Can I utilize the complete precision of the mill with this pc?
[10:51:48] <IchGuckLive> mutch more
[10:51:54] <miss0r> alright then :)
[10:52:13] <IchGuckLive> keep the acceleration down at 120
[10:52:18] <IchGuckLive> and you are done
[10:52:40] <miss0r> hmmm. I fail to see the internal parallel port you are talking about
[10:52:43] <IchGuckLive> use the default L97 config 5000 5000 20000 20000
[10:53:03] <IchGuckLive> isent it a A12 board inside
[10:55:15] <IchGuckLive> you said a 5916 is it a 5616
[10:55:57] <miss0r> indeed 5916
[10:58:32] <IchGuckLive> you are wright no parport inside
[10:59:48] <miss0r> ahh well. I ordered that controller anyhow.
[11:00:01] <IchGuckLive> miss0r: "dmesg | grep par" open a terminal and give it that command
[11:01:06] <IchGuckLive> miss0r: do you speek german
[11:01:52] <miss0r> IchGuckLive, I will do that command when I boot - I am messing with the bios atm. And I do speak a little german, but certainly not enough to do much but order food ;)
[11:02:31] <IchGuckLive> dont mess up
[11:02:42] <IchGuckLive> only deactivate the Sond
[11:04:05] <miss0r> Don't worrie. I know what I am doing around computers, just not with the linuxcnc software, just yet
[11:52:39] <aggadaway> hi all, how to go to ABS coordinate 0 with gcode? i need to move z axis up to endstop
[11:53:03] <zeeshan> http://ontario.kijiji.ca/c-buy-and-sell-business-industrial-Tree-Kira-cnc-machining-center-W0QQAdIdZ561927444
[11:53:06] <zeeshan> looking at this machine
[11:53:09] <zeeshan> looks like a beast
[11:53:12] <zeeshan> nice and compact too
[11:53:16] <zeeshan> guy has no price
[11:58:59] <skunkworks> aggadaway: G53 is machine coordinates...
[12:00:53] <JT-Shop> aggadaway, http://linuxcnc.org/docs/html/gcode/gcode.html#sec:G53-Move-in
[12:01:15] * JT-Shop has recovered a large portion of garage floor
[12:03:33] <zeeshan> guy wants 15 grand
[12:03:34] <zeeshan> damn it
[12:03:48] <zeeshan> jt-shop how much did you buy your bridgeport machining center for?
[12:04:08] <zeeshan> and on your bridgeport knee mill that you have
[12:04:25] <zeeshan> do you have a r8 or bt30 spindle on it
[12:04:42] <JT-Shop> the 308 cost me 6k the knee mill 10k
[12:04:50] <zeeshan> damn thats cheap for the 308.
[12:04:54] <zeeshan> was it in working condition?
[12:04:56] <JT-Shop> quick switch 200 on the knee mill
[12:05:21] <JT-Shop> yes, but machines were at a premium price level when I got the knee mill
[12:05:25] <zeeshan> sorry im still learning about this stuff
[12:05:42] <JT-Shop> BT30 on the 308
[12:05:42] <zeeshan> when i search for "kwik switch 200"
[12:05:51] <zeeshan> looks like a non r8 type of taper
[12:06:01] <JT-Shop> it's not r8
[12:06:19] <JT-Shop> it's more like BT and Cat but without the pull stud
[12:06:22] <skunkworks> http://electronicsam.com/images/matsuura/matsuura.JPG
[12:06:24] <zeeshan> ahhh
[12:06:39] <zeeshan> skunkworks theres one almost exactly like that
[12:06:41] <zeeshan> locally for sale
[12:06:48] <zeeshan> http://ontario.kijiji.ca/c-buy-and-sell-business-industrial-CNC-Vertical-Machining-Center-Matsuura-MC-500V2-W0QQAdIdZ556258505
[12:06:50] <zeeshan> but no price
[12:06:52] <JT-Shop> what is the terminal command to get the kernel in use
[12:06:53] <zeeshan> how much is that worth?
[12:07:21] <skunkworks> uname -a
[12:07:28] <JT-Shop> thanks Sam
[12:07:38] <CaptHindsight> zeeshan: I often see similar on ebay for $2500 and up
[12:07:50] <skunkworks> zeeshan: we got it in unknown condition for 1500
[12:07:59] <skunkworks> it is probably a steel
[12:07:59] <zeeshan> i messaged the person
[12:08:01] <zeeshan> to see
[12:08:06] <zeeshan> if he wants less than 5k
[12:08:07] <zeeshan> ill pick it up
[12:08:16] <zeeshan> i only have 5k to burn on cnc stuff
[12:08:32] <zeeshan> its got 4th axis control
[12:08:34] <skunkworks> that has the 4th axis..
[12:08:36] <zeeshan> im not sure if thats standard.
[12:08:41] <JT-Shop> I would not go over 3k for that
[12:08:58] <JT-Shop> #35 taper might be hard to find?? I don't know
[12:09:31] <zeeshan> jt-shop im hoping it comes with a bunch of tool holders
[12:09:40] <zeeshan> cause its an odd taper size
[12:09:43] <JT-Shop> of course that depends on machinery prices in that area
[12:09:53] <skunkworks> JT-Shop: that is what everyone says - but dad now has a decent selection of stuff off of ebay over the last month or two
[12:09:56] <JT-Shop> that would be worth a lot to get tool holders
[12:10:03] <JT-Shop> #35?
[12:10:07] <skunkworks> bt35
[12:10:13] <JT-Shop> oh cool
[12:10:27] <skunkworks> so maybe not as bad as it used to be
[12:10:27] <JT-Shop> I got my kwik switch 200 tooling from flea bay
[12:10:48] <zeeshan> jt-shop is it possible to convert r8 to bt30 or kwik switch 200
[12:10:53] <zeeshan> relatively easily?
[12:11:06] <CaptHindsight> yeah fleaby for tool holders, I saw bt35 for ~$25ea
[12:11:08] <zeeshan> it's just a spindle change right?
[12:11:24] <JT-Shop> for a BP knee mill you can find the spindle for kwik switch 200 sometimes
[12:11:33] <JT-Shop> aye, just change the spindle
[12:11:37] <zeeshan> i have a clone
[12:11:53] <zeeshan> i contacted the manufacturer and apparently a nst30 taper spindle costs $350
[12:11:58] <zeeshan> and nst40 is about the same
[12:12:09] <zeeshan> i mean if that's all that's needed, i rather convert my machine
[12:12:13] <zeeshan> cause i got it for dirt cheap
[12:12:25] <zeeshan> they also offer x and y ball screws with ball nuts for $1500
[12:12:53] <zeeshan> what i can never get is the 8,500lb the matsuura has
[12:12:58] <zeeshan> so i'm first inquiring about that :)
[12:12:59] <skunkworks> zeeshan: it is always better to convert something already cnc
[12:13:06] <zeeshan> skunkworks: why
[12:13:20] <JT-Shop> I love having more than 4" of Z on the VMC
[12:13:22] <zeeshan> cause you already have ATC? ball screws? :D
[12:13:36] <skunkworks> you have all the stuff - ball screws, olilers, atc and wiring
[12:13:37] <zeeshan> JT-Shop: i'd be powering the knee if i convert mine
[12:13:38] <skunkworks> right
[12:13:59] <zeeshan> honestly ive been converting the lathe from scratch
[12:14:04] <zeeshan> and it hasn't been too bad at all
[12:14:18] <zeeshan> but for a mill i'd like to mill inconel parts from time to time
[12:14:22] <CaptHindsight> skunkworks: did you get more snow again last night?
[12:14:24] <IchGuckLive> hi all
[12:14:24] <JT-Shop> even my BP knee mill with kwik switch spindle is way better than an R8 one
[12:14:25] <zeeshan> so i want an extremely rigid machine. at least 6000lb
[12:14:36] <zeeshan> JT-Shop: i believe you!
[12:14:39] <IchGuckLive> zeeshan: dident work you pout with most medals in sotchie
[12:14:42] <skunkworks> CaptHindsight: not much
[12:14:48] <skunkworks> inch or so
[12:14:50] <zeeshan> IchGuckLive: haha
[12:14:56] <CaptHindsight> a few here
[12:15:00] <skunkworks> -5f
[12:15:00] <JT-Shop> the only thing I hate is the head moves if you put a little pressure on it with the Z
[12:15:11] <JT-Shop> then is it tram city time again
[12:15:29] <JT-Shop> but I'm really fast tramming the head with all that experience lol
[12:15:34] <zeeshan> haha
[12:15:39] <zeeshan> what the head tilts to the side
[12:15:40] <zeeshan> a bit?
[12:15:56] <zeeshan> get rid of the drive mechanism and weld the head!
[12:15:56] <zeeshan> :P
[12:17:09] <zeeshan> i really hope the matsurra is under 5k
[12:17:20] <zeeshan> knowing local prices, its prolly around 10k
[12:17:34] <JT-Shop> yuck sleet
[12:17:47] <IchGuckLive> zeeshan: why dont you go for a Haas vf3
[12:17:54] <JT-Shop> it's a nod and tilt head
[12:17:59] <IchGuckLive> this are most comen mashines in the USA
[12:18:06] <zeeshan> too much $$
[12:18:11] <zeeshan> they typically go for 25k locally
[12:18:11] <CaptHindsight> currently 2 Matuura 500's on ebay for $5500 or best in AZ
[12:18:16] <IchGuckLive> all Bike builders have this
[12:18:36] <zeeshan> vf3 is still sold
[12:18:40] <zeeshan> for 70k brand new
[12:18:45] <zeeshan> so you'll never find it cheaper than 25k
[12:18:49] <IchGuckLive> we got about 100 VF in use at torance CA at edelbrooks
[12:18:52] <zeeshan> (at least locally)
[12:19:00] <CaptHindsight> Matsuura 710V near NYC for $3500
[12:20:06] <zeeshan> 710 wont fit in garage
[12:20:08] <zeeshan> looks like a huge machine!
[12:20:21] <zeeshan> but that nyc one has 2 kurt vises
[12:20:23] <CaptHindsight> how high is your garage?
[12:20:25] <zeeshan> theyre worth 2k lol
[12:20:30] <IchGuckLive> zeeshan: but all big companys are fored to order the EF16 insteed so they will flood the second hand market
[12:20:39] <zeeshan> CaptHindsight: 7.5feet
[12:21:02] <CaptHindsight> yeah won't fit without the use of a sawzall on the door and roof
[12:21:09] <zeeshan> haha
[12:21:11] <CaptHindsight> or did a pit
[12:21:15] <CaptHindsight> dig
[12:21:26] <zeeshan> the 500 will fit easily
[12:21:36] <zeeshan> with the z axis down a bit
[12:29:27] <CaptHindsight> BRIDGEPORT MODEL 308 in CA for $3500
[12:29:40] <CaptHindsight> but shipping would kill the budget
[12:29:57] <CaptHindsight> make offer
[12:30:49] <Loetmichel> sooo, 8 heatsinks done, now the top four have to be milled at the bootom side to accomodate the parts, then i can mount them on the ants.... http://www.cyrom.org/palbum/main.php?g2_itemId=14719
[12:33:21] <archivist> Loetmichel, you getting paid extra for Sunday work?
[12:33:40] <Loetmichel> thats for my Bitcoin miners
[12:33:53] <Loetmichel> to overclock them about 150% ;-)
[12:33:59] <archivist> vapour coin
[12:36:42] <CaptHindsight> Loetmichel: http://www2.dupont.com/Vertrel/en_US/uses_apps/heat_transfer.html#.UxN2HJW1zRY
[12:37:15] <CaptHindsight> if they want to go even higher
[12:37:42] <Loetmichel> CaptHindsight: heatpipes?
[12:37:47] <Loetmichel> for ~3 watts each?
[12:37:51] <Loetmichel> dont think so ;-)
[12:37:59] <CaptHindsight> sell them the pumps and heatexchangers
[12:38:45] <CaptHindsight> http://www.youtube.com/watch?v=a4gYv2BK-HQ is another
[12:40:11] <IchGuckLive> Loetmichel: http://www.pollin.de/shop/dt/MDU4OTY1OTk-/Bauelemente_Bauteile/Mechanische_Bauelemente/Kuehlkoerper/Kuehlkoerper_FISCHER_SK_68_75_AL.html
[12:44:18] <Loetmichel> IchGuckLive: and that is suppsed to fit HOW on an antminer U1?
[12:44:50] <CaptHindsight> Loetmichel: are they using some ASIC's for the mining?
[12:46:19] <Loetmichel> CaptHindsight: sure that
[12:46:38] <Loetmichel> http://miningonmyown.com/2014/01/19/antminer-u1-mod/
[12:46:44] <Loetmichel> will do this in "better"
[12:47:11] <CaptHindsight> are there any router kits say ~12" x 12" that are made well for under $2K (without motors, spindle or electronics)
[12:55:04] <IchGuckLive> cap 12 inch or foot
[12:55:30] <IchGuckLive> 2k is realy mutch money
[12:55:42] <CaptHindsight> 12 inch
[12:56:04] <IchGuckLive> 300x300m at that price
[12:56:08] <IchGuckLive> mm
[12:56:20] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/cnc-router/kl4530-desktop-cnc-router-with-3-motors
[12:56:24] <pcw_home> 300M is a big machine
[12:56:28] <CaptHindsight> so mnay are made like these
[12:56:43] <IchGuckLive> pcw_home: ;-)
[12:56:49] <IchGuckLive> O.O
[12:56:57] <IchGuckLive> milling ships in one part
[12:57:06] <IchGuckLive> or better rck eater
[12:57:11] <IchGuckLive> rock
[12:57:37] <IchGuckLive> making replika at mount rushmore
[13:08:02] <IchGuckLive> CaptHindsight: did you look at supermark mills on ebay
[13:08:25] <CaptHindsight> someone asked about finishing up the pick-n-place using Linuxcnc here, but I forget who
[13:08:37] <CaptHindsight> Supermark? I'll look
[13:11:07] <IchGuckLive> carney and trecker 900USD i think the owner had no choice tro sell it
[13:12:13] <IchGuckLive> Caledonia, Illinois
[13:12:51] <IchGuckLive> Troy, Michigan
[13:13:34] <IchGuckLive> Cincinnati, Ohio
[13:14:22] <CaptHindsight> I need a small table top unit for non-contact
[13:14:23] <IchGuckLive> mashines you will only sell if you past away
[13:14:39] <IchGuckLive> ah ok
[13:14:42] <CaptHindsight> actually ~20
[13:14:58] <IchGuckLive> ok im off bye
[13:14:59] <CaptHindsight> https://tinyurl.com/mdet347
[13:19:13] <CaptHindsight> the gantry types like the one at automationtechnologiesinc.com don't seem rigid enough
[13:21:54] <CaptHindsight> http://www.ebay.com/itm/121283252025 how do you bend a lead screw? drop the machine?
[13:33:14] <seltecc> ich kann in ubuntu 10.04 nicht auf linuxcnc 2.6 upgraden.....
[13:33:54] <CaptHindsight> seltecc: you just missed two native German speakers by a few minutes
[13:35:49] <CaptHindsight> is there a package and repo for 2.6 yet?
[13:36:52] <micges> yes there is
[13:37:17] <micges> (looking...)
[13:37:20] <seltecc> wenn ich so vorgehe wie magic33de in seinem video, dann meldet sich synaptic mit einer fehlermeldung..."coould "
[13:37:43] <micges> http://buildbot.linuxcnc.org/
[13:38:21] <seltecc> "could not mark all packages for installation or upgrade"
[13:38:47] <micges> seltecc: follow these steps to add master packages to synaptic
[13:39:05] <micges> master is 2.6
[13:39:43] <seltecc> its ok... thx....I can communicate in English also....
[13:39:58] <CaptHindsight> good my german is kaput :)
[13:40:14] <seltecc> what steps my friend..?
[13:40:33] <seltecc> no problem !
[13:40:46] <CaptHindsight> it's a dev branch so we have to check
[13:41:11] <CaptHindsight> there is a page about it somewhere
[13:41:43] <CaptHindsight> seltecc: is there something you really need from 2.6?
[13:42:42] <seltecc> @micges.... I have added the deb line in synaptic sources , but that did not solve the problem...I run the liveCD version of 10.04
[13:44:03] <seltecc> yes, I want to use the sidepanel with direct manipulating the workpiece
[13:45:39] <CaptHindsight> updating from the livecd install directly to 2.5 seems to work well, I haven't tried jumping right to 2.6 yet
[13:46:51] <seltecc> like this guy here: http://www.youtube.com/watch?v=MbwMl6fMQfI
[13:48:05] <pcw_home> Does that package require 2.6?
[13:48:07] <seltecc> cool my friend, but how did you do it, without "depends" errors?
[13:48:46] <seltecc> yes.. it requires the 2.6 version...
[13:49:38] <seltecc> I have also trouble to install Heekscad and or pycam.....
[13:50:00] <CaptHindsight> my ubuntu linuxcnc box is still in my suitcase, if micges can't find the howto I'll unpack it and check
[13:50:40] <seltecc> nice...
[13:53:50] <seltecc> yes the buildbot is nice, if only it would work on 10.04....?!
[13:54:50] <CaptHindsight> seltecc: deb http://buildbot.linuxcnc.org/ lucid master-rt
[13:54:51] <CaptHindsight> deb-src http://buildbot.linuxcnc.org/ lucid master-rt
[13:55:00] <CaptHindsight> did you use those for repos?
[13:55:54] <seltecc> let me check...
[13:56:23] <seltecc> first one, yes...
[13:57:12] <CaptHindsight> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?UpdatingTo2.5 follow this only use the 2.6 repos
[14:00:42] <CaptHindsight> and to be clear the 2.6 repos for Lucid 10.04 are deb http://buildbot.linuxcnc.org/ lucid master-rt
[14:00:43] <CaptHindsight> deb-src http://buildbot.linuxcnc.org/ lucid master-rt
[14:01:23] <seltecc> cool, I ll check, thx my friend...
[14:01:36] <CaptHindsight> let us know what happens either way
[14:01:47] <seltecc> sure...
[14:07:25] <seltecc> your German might be broken, but your mentally a genius.....my friend....!!! Solved !!!
[14:08:06] <seltecc> I am happy, hope your happy too....
[14:08:38] <CaptHindsight> Sie sind herzlich willkommen
[14:09:42] <seltecc> Great, it looks so good....the 2.6
[14:10:01] <CaptHindsight> i have to try it myself now
[14:10:44] <seltecc> sure, there are a bunch of new features included....
[14:47:50] <Loetmichel> soo, first 2 sets done. next two tomorrow. then change some resistors and voile: overclock to more than double the orignal clock. (hopefully!) -> http://www.cyrom.org/palbum/main.php?g2_itemId=14722
[14:47:52] <Loetmichel> :-)
[15:25:19] <CaptHindsight> https://tinyurl.com/l5xz3cy yikes! Why so bad? Repeat positioning accuracy 0.01mm, precision 0.02MM
[15:25:31] <CaptHindsight> 1605 precision ball screw
[15:26:03] <CaptHindsight> XY rail diameter 20mm plus hard chrome shaft diameter 16mm Z-axis rail and hard chrome shaft
[15:27:40] <JT-Shop> damn that was fun
[16:06:56] <CaptHindsight> http://www.automationtechnologiesinc.com/wp-content/uploads/2012/06/KL4530B.jpg this explains why, you'd have to rework much of it or at least spend time aligning everything
[16:09:03] <Gamma-X> so, anyone wanna recomend a digitizier? Will be conducted for side work.... not pro but not specificly hobby...
[16:09:16] <Gamma-X> production parts etc and modification for old items.
[16:09:23] <CaptHindsight> what res?
[16:11:00] <CaptHindsight> what size parts?
[16:11:04] <CaptHindsight> what speed?
[16:11:13] <JT-Shop> Lo Gamma-X
[16:11:31] <Gamma-X> heyyy
[16:12:03] <Gamma-X> CaptHindsight, gonna vary for size, rez and speed id like best bang for buck...
[16:12:37] <JT-Shop> my buddy has one that you move by hand and touch the part then press a button to record the XYZ
[16:12:45] <CaptHindsight> Gamma-X: yes but are you scanning parts up to 3" x 3" x 3" at 0.001" res or parts 10 feet long
[16:12:56] <Gamma-X> CaptHindsight, ohhhh yeah small
[16:13:08] <JT-Shop> Gamma-X, http://gnipsel.com/spyderstore/index.php?route=common/home
[16:13:08] <Gamma-X> maby 20"x20"x20"
[16:13:27] <Gamma-X> most likely using it for alignment of metal on table.
[16:13:48] <Gamma-X> JT-Shop, haha you finally got your baby
[16:13:53] <Gamma-X> howy ou like her?
[16:15:17] <JT-Shop> I've had the Spyder for a year now and now make accessories for them
[16:15:33] <JT-Shop> it's a fun machine... the 2014's are much better
[16:15:51] <JT-Shop> I still have the Goldwing and love riding it too
[16:16:11] <CaptHindsight> Gamma-X: http://www.aniwaa.com/3d-scanners/compare-3d-scanners
[16:17:44] <Gamma-X> CaptHindsight, I want something that will let me align metal on the machine though. point and touch.
[16:17:52] <Gamma-X> JT-Shop, nice work!
[16:18:16] <CaptHindsight> Gamma-X: not quite there yet for Linuxcnc
[16:19:00] <CaptHindsight> somebody was recently updating the camview for interactive manual alignment with a camera
[16:20:07] <CaptHindsight> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Digital_Zoom_To_Camview-Emc
[16:20:44] <PetefromTn_> Sounds like he is just wanting probing for vise or material setup no?
[16:20:55] <CaptHindsight> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Axis_Embed_Video
[16:21:40] <Gamma-X> PetefromTn_, along with digitizing of a part so i can modify. etc.
[16:21:51] <CaptHindsight> ok, so both
[16:22:43] <Gamma-X> more so to align material
[16:23:32] <CaptHindsight> one is much more simple than the other
[16:23:38] <JT-Shop> thanks Gamma-X
[16:24:25] <CaptHindsight> looks like I'm working on finishing up that including pick-n-place
[16:27:44] <CaptHindsight> http://www.ebay.com/itm/Seiko-SCARA-Robot-D-Tran-TT-8030-4-Axis-Damaged-Robotic-/291088130023?pt=LH_DefaultDomain_0&hash=item43c6345fe7 no takers yet
[16:28:41] <CaptHindsight> https://tinyurl.com/loptmx3 maybe some JB weld? :)
[16:29:15] <PetefromTn_> man that is cool...
[16:29:35] <Gamma-X> OUCH THATS A BAND BREAK AND ITS CAST
[16:29:38] <Gamma-X> sorry caps
[16:29:55] <PetefromTn_> Cast aluminum...BITCH to weld...
[16:30:05] <CaptHindsight> worth more than $350 in parts
[16:30:49] <CaptHindsight> if you can machine well squarely you could make another arm
[16:31:01] <PetefromTn_> Man it would be worth it if you had to remake that piece..
[16:31:34] <CaptHindsight> a new Scara that size is >$10K
[16:32:00] <PetefromTn_> how many axes?
[16:32:22] <CaptHindsight> that one is 4
[16:32:54] <PetefromTn_> Looks like the silver piece is cracked too..
[16:36:51] <CaptHindsight> a ferry trip across the lake for me
[16:37:23] <Gamma-X> call him up
[16:37:31] <Gamma-X> tell him youll give 300 for it
[16:38:03] <CaptHindsight> unfortunately the lake is still frozen this year :(
[16:38:21] <Gamma-X> 50 bucks is a lot of gas though... go for a drive.
[16:38:35] <CaptHindsight> not with my land tank
[16:38:41] <Gamma-X> rent a car! lol
[16:38:44] <Gamma-X> borrow one.
[16:38:53] <Gamma-X> what the hell could u even do with that thing?
[16:39:10] <CaptHindsight> it's good for pick-n-place
[16:39:19] <Gamma-X> how accurate
[16:39:52] <CaptHindsight> that one ~0.002"
[16:40:06] <Gamma-X> you can prolly have a shop weld that up for like 300 bucks... they just gotta bake it..
[16:40:21] <CaptHindsight> if you're within the low end of the load and speed
[16:40:32] <zeeshan> thats easy to fix
[16:40:47] <zeeshan> wanna bring it up to canada for me? :D
[16:40:48] <PetefromTn_> hah.
[16:40:49] <zeeshan> its only 4 hours away
[16:41:10] <zeeshan> you dont need to bake it
[16:41:12] <zeeshan> clean the paint
[16:41:21] <zeeshan> heat it with propane (its aluminum) at least it looks like it
[16:41:26] <zeeshan> and weld away
[16:41:36] <PetefromTn_> it's CAST aluminum..
[16:41:39] <zeeshan> yea
[16:41:42] <zeeshan> i've welded tons of cast aluminum
[16:41:48] <PetefromTn_> and quite porous from the looks of it.
[16:41:57] <zeeshan> transmission housings, oil pans, aluminum brackets
[16:42:01] <zeeshan> most car stuff is cast :P
[16:42:08] <zeeshan> when it comes to aluminum
[16:42:10] <Gamma-X> Very differant.
[16:42:39] <CaptHindsight> 4 hour drive each way
[16:42:45] <zeeshan> will give $! :D
[16:42:49] <zeeshan> CaptHindsight: are you in mi?
[16:43:08] <CaptHindsight> nope across the lake
[16:43:14] <zeeshan> http://www.lotustalk.com/forums/attachments/f152/123104d1244232092-corvette-c5-starter-mount-failure-welding-aluminum-engine-block-brokencastingweb.jpg
[16:43:17] <zeeshan> thats a very common failure
[16:43:23] <zeeshan> the starter mounts break on th cast aluminum block
[16:43:24] <CaptHindsight> there should be a subway under :)
[16:43:27] <zeeshan> ive had to fix that
[16:44:00] <zeeshan> the worst is chinese cast end plates on intercoolers
[16:44:01] <PetefromTn_> Man I have tig welded lots of cast stuff too but I dunno about that one..
[16:44:07] <zeeshan> they dont have aluminum in there
[16:44:11] <zeeshan> they have SAND!
[16:44:12] <zeeshan> lol
[16:44:26] <CaptHindsight> the starter mount doesn't warp around the stater?
[16:44:31] <CaptHindsight> warp.wrap
[16:44:39] <Gamma-X> when i get home it will be time to finish the programming of my pm45 cnc and then start on my hardinge!
[16:44:59] <PetefromTn_> which Hardinge?
[16:45:08] <Gamma-X> chnc i beleive...
[16:45:21] <Gamma-X> it came with a lathemate controller by anilam.
[16:45:24] <Gamma-X> still runs fine.
[16:45:29] <PetefromTn_> Jeez man am I the only one who does not have an CHNC?
[16:45:44] <CaptHindsight> http://www.lotustalk.com/forums/f152/corvette-c5-starter-mount-failure-welding-aluminum-engine-block-74165/
[16:45:55] <Gamma-X> its a gang tool style not chucker
[16:46:20] <zeeshan> CaptHindsight: its fixable :P
[16:46:56] <zeeshan> if you try welding cast aluminum cold
[16:46:58] <zeeshan> it'll never weld
[16:47:21] <zeeshan> and if you let the weld cool down too quick (under ambient)
[16:47:23] <zeeshan> itll crack also
[16:47:23] <zeeshan> :P
[16:47:49] <zeeshan> man its so hard to type
[16:47:56] <zeeshan> i destroyed my right hand trying to take down a wall
[16:48:02] <zeeshan> damn wood studs
[16:49:58] <CaptHindsight> PetefromTn_: http://www.youtube.com/watch?v=m3lWKGQuQoc not mine but DIY SCARA with LCNC
[16:50:40] <zeeshan> CaptHindsight:
[16:50:45] <zeeshan> i really want that robot
[16:50:49] <zeeshan> it would make a good welding robot
[16:51:14] <CaptHindsight> http://www.youtube.com/watch?v=T7llfyKXV7g here's what they usually do
[16:52:04] <Gamma-X> http://imgur.com/a/OdxFj
[16:52:08] <Gamma-X> anyone know what this is?
[16:52:29] <Gamma-X> thats my machine before I bought it. Now its nice and clean. will be repainting once its back in ny.
[16:54:19] <Gamma-X> prolly doin a conversion on it in about a year,,,
[16:54:38] <PetefromTn_> CaptHindsight Hey man that is cool..
[16:55:28] <CaptHindsight> http://www.ebay.com/itm/Hardinge-HC-CNC-Chucker-/111290059369?pt=LH_DefaultDomain_0&hash=item19e9678a69
[16:55:45] <CaptHindsight> $1,800
[16:56:14] <Gamma-X> yeah good price i saw that one
[16:56:26] <Gamma-X> im like 20 mins from that thing haha
[16:56:28] <Gamma-X> its on craigslist.
[16:56:29] <PetefromTn_> Interesting. Why do they call it a SCARA?
[16:56:47] <PetefromTn_> Personally I would want one with the full enclosure..
[16:56:48] <CaptHindsight> Selective Compliance Assembly Robot Arm
[16:57:03] <CaptHindsight> http://en.wikipedia.org/wiki/SCARA
[16:58:28] <CaptHindsight> zeeshan: http://www.ebay.com/itm/22-LB-MOTOMAN-YRFL-NND106-6-AXIS-WELDING-ARM-TYPE-ROBOT-23925-/370717144197?pt=LH_DefaultDomain_0&hash=item565076b485
[16:58:41] <zeeshan> beas
[16:58:43] <zeeshan> beast
[16:59:55] <PetefromTn_> http://www.youtube.com/watch?v=vKD20BTkXhk
[17:00:36] <zeeshan> hehe
[17:00:39] <PetefromTn_> That thing kicks ass...
[17:01:01] <PetefromTn_> Musta really screwed up to break that arm like that.
[17:01:14] <CaptHindsight> they dropped it during shipping
[17:01:25] <CaptHindsight> so they say...
[17:02:29] <Gamma-X> anyone ever threaded a barrel for a gun?
[17:03:40] <PetefromTn_> yup I have.
[17:03:49] <Gamma-X> you need to take barrel off first?
[17:03:52] <CaptHindsight> http://www.youtube.com/watch?v=gO_8spCu29M it laser mics the parts first then polishes them
[17:03:59] <Gamma-X> or can you do it slow enough to not need to.
[17:04:54] <PetefromTn_> You mean thread the end for a brake or thread the breech end to fit the action?
[17:04:55] <CaptHindsight> it's more for show since the KUKA's are not nearly as accurate as the Staublis
[17:05:20] <Gamma-X> PetefromTn_, Need to thread the end for break
[17:07:16] <PetefromTn_> I guess it depends on the lathe you are using and the action. If you have enough bed length and can set it up properly you could do it. Would be much easier to remove the barrel and do it.
[17:07:54] <PetefromTn_> CaptHindsight That robot grinding is amazing.
[17:09:07] <CaptHindsight> PetefromTn_: we do similar only with 3D printing, we build and also print onto the surface of non-planar parts
[17:09:30] <tjtr33> CaptHindsight, you lookin for scaras? maybe ebay 170945866375
[17:10:00] <CaptHindsight> nice
[17:11:24] <kengu> uuh, nice arms
[17:11:52] <tjtr33> mineral wells, WV
[17:13:12] <CaptHindsight> ebay 351003603773 ADEPT MODEL 840 $500
[17:13:18] <CaptHindsight> or best
[17:13:29] <PetefromTn_> Sure would be fun to have one to play with. I like the drawing and lasering of parts with the scara. I am wondering if the scara is probably a lot easier to program due to the lack of a wrist type axis.
[17:16:19] <CaptHindsight> www.linuxcnc.org/index.php/english/forum/16-stepconf-wizard/288-how-to-use-for-configure-an-scara
[17:17:04] <CaptHindsight> wrong link, SCARA is already in the sample configs
[17:24:44] <CaptHindsight> http://www.youtube.com/watch?v=AfUlQRkh0jo somebody forgot to spec the wobble on this pick-n-place
[19:40:41] <PetefromTn_> Damn it is beautiful out tonight here...
[19:40:52] <jdh> here too. about time.
[19:41:48] <PetefromTn_> agreed..
[19:42:30] <PetefromTn_> it's freakin' almost 8:30 and I just drove to take back some redbox movies and the thermometer in my car said 68 degrees..
[19:43:27] <jdh> high in knoxville tomorrow is 36f
[19:43:47] <PetefromTn_> yeah I know they were even talkin' about snow...
[19:44:42] <jdh> tomorrow is 70f/25f here.
[19:46:25] <PetefromTn_> I am supposed to be showing my house tomorrow afternoon. Got it all cleaned up and shiny LOL.
[20:21:51] <zeeshan> jdh
[20:21:55] <zeeshan> lets see who can finish their lathe first
[20:21:56] <zeeshan> :-)
[20:21:59] <zeeshan> competition time!
[20:22:24] <PetefromTn_> My money is on JDH LOL..
[20:22:45] <zeeshan> jdh hasn't done his x axis
[20:22:47] <zeeshan> in years!
[20:23:18] <PetefromTn_> yeah well..
[20:23:20] <jdh> I picked up another 7x the other day. I might do it first.
[20:23:26] <zeeshan> 7x?
[20:23:38] <PetefromTn_> another how many do you have now?
[20:23:59] <jdh> a 9x20, 2 7x12, one clisby
[20:24:07] <PetefromTn_> all CNC?
[20:24:07] <zeeshan> why do you have so many lathes
[20:24:14] <jdh> none cnc
[20:24:18] <zeeshan> ^
[20:24:20] <zeeshan> why!
[20:24:24] <jdh> I like to buy things
[20:24:25] <zeeshan> jdh has a lathe fetish
[20:24:37] <jdh> I'd trade them all for a real lathe
[20:24:57] <zeeshan> =)
[20:25:13] <jdh> http://tinyurl.com/obmorvh
[20:25:20] <PetefromTn_> When I sell my asian to buy that nice commercial CNC lathe you can but it from me..
[20:25:37] <PetefromTn_> aw how cute...
[20:25:39] <zeeshan> you guys are too hardcore
[20:25:43] <zeeshan> with your big machinery
[20:25:50] <zeeshan> you arent hobbyists!
[20:25:56] <PetefromTn_> who me?
[20:26:00] <zeeshan> yes especially you
[20:26:04] <zeeshan> mr i need a CHNC
[20:26:09] <PetefromTn_> never claimed to be a hobbyist..
[20:26:22] <zeeshan> people like me can do a manual tool change :P
[20:26:31] <zeeshan> i don't need an ATC!
[20:26:35] <PetefromTn_> I'm doin them now...LOL
[20:26:41] <zeeshan> haha damn
[20:26:55] <zeeshan> don't have the mesa card hooked up for tool change i/o?
[20:27:01] <davef> Hey guys, when I go to www.linuxcnc.org, it's all in Italian, can't see any way to set it to display in English.. Whats up /w this?
[20:27:03] <PetefromTn_> some of it not all...
[20:27:08] <zeeshan> davef
[20:27:13] <zeeshan> bottom left corner
[20:27:15] <zeeshan> click english
[20:27:33] <PetefromTn_> it's better in Italian..
[20:27:47] <PetefromTn_> ;)
[20:27:51] <zeeshan> PetefromTn_: so i heard back about the matsuura
[20:27:55] <zeeshan> they want $10k for it
[20:27:56] <zeeshan> rofl
[20:27:59] <davef> Oh, thanks. Did the default lang change or somethin? yesterday it displayed in english...
[20:27:59] <PetefromTn_> what matsuura?
[20:28:03] <zeeshan> 510v2
[20:28:20] <PetefromTn_> that's way too much does it run good?
[20:28:43] <davef> anyway, that worked, thx
[20:29:50] <PetefromTn_> They are supposed to be real nice machines tho but the 500 has smallish travels.
[20:31:17] <zeeshan> PetefromTn_: apparently
[20:31:21] <zeeshan> im not paying 10k for a 5k machine
[20:31:50] <zeeshan> with the way things are looking
[20:31:55] <zeeshan> i'm prolly gonna convert the first mill
[20:31:55] <zeeshan> :P
[20:32:52] <zeeshan> davef that website changes lanugages on me for some reason too
[20:33:04] <PetefromTn_> like I said if you are not gonna go for making money just do that..
[20:33:15] <zeeshan> yea
[20:33:18] <zeeshan> its for my personal projects
[20:33:24] <zeeshan> and once in a while doing stuff for someone else
[20:33:49] <zeeshan> i just looked at jdh's 7x12 carefully
[20:33:55] <zeeshan> i was expecting 7" x 12 feet
[20:34:06] <zeeshan> er
[20:34:08] <zeeshan> 7x12"
[20:34:13] <zeeshan> but it looks so tiny.
[20:34:42] <zeeshan> jdh: how much does that weigh?
[20:34:58] <jdh> 50lbs? 60 maybe?
[20:35:07] <PetefromTn_> LOL yeah a 7x12 is a mini lathe 7 INCHES...
[20:35:17] <zeeshan> you thought x axis was a bitch on the bigger lathe
[20:35:21] <zeeshan> imagine doing the x on this one
[20:35:21] <zeeshan> haha
[20:35:31] <jdh> I'll use the existing screw/nut
[20:35:52] <zeeshan> is that a rocker switch under the headstock
[20:36:00] <zeeshan> that's frigging bigger than your z lead screw
[20:36:51] <humble_sea_bass> i want a god damn lathe, a massive one
[20:36:56] <zeeshan> get a monarch
[20:37:02] <zeeshan> they are bad ass
[20:37:05] <Connor> zeeshan: I have a 7x10! :)
[20:37:21] <zeeshan> connor to make beads for your hair??!
[20:37:28] <zeeshan> tiny
[20:37:35] <humble_sea_bass> i want to make hair beads too
[20:38:26] <zeeshan> i think my burgers are on fire
[20:40:57] <PetefromTn_> humble_sea_bass You and me both only a slant bed CNC..
[20:42:40] <zeeshan> whats so special about a slant bed
[20:42:42] <zeeshan> i never understood that
[20:43:09] <humble_sea_bass> all sorts of sneaky angles are revealed
[20:43:32] <PetefromTn_> http://www.youtube.com/watch?v=r7V57_7H9zw
[20:43:44] <zeeshan> internet says
[20:44:04] <zeeshan> theyre not as rigid as a straight bed
[20:44:23] <PetefromTn_> For one your chips fall away from the part and out of the way of the work and movements.
[20:44:24] <zeeshan> but you get a longer x travel for a smaller footprint
[20:44:40] <zeeshan> yea but you can easily use coolant to move the chips
[20:44:51] <PetefromTn_> the same reason a Horizontal machining center is really cool over a vertical.
[20:46:35] <humble_sea_bass> if space is at a premium
[20:46:52] <zeeshan> http://www.youtube.com/watch?v=6bQzZ7zRE70
[20:46:57] <zeeshan> im planning to use a turret like that
[20:48:18] <PetefromTn_> Looks crashy to me...
[20:49:42] <PetefromTn_> If I was gonna do a flatbed lathe I would do either a horizontal tool carousel or a gang tool setup most likely.
[20:51:59] <zeeshan> example of gang tool setup?
[20:51:59] <zeeshan> :D
[20:52:26] <jdh> 3 bloods, with shivs
[20:52:35] <zeeshan> lol
[20:52:41] <jdh> and 5 crips with an old revolver
[20:53:27] <jdh> I just got the other 7x because it was kind of cheap
[20:53:45] <zeeshan> how much did it cost
[20:53:49] <jdh> and a friend was looking for one. If he doesn't want it, I'll see about using the stock screws
[20:53:53] <jdh> $150
[20:54:11] <zeeshan> that is cheap :D
[20:55:23] <PetefromTn_> http://www.youtube.com/watch?v=fU-tGcQOzMk
[20:55:58] <PetefromTn_> Pretty crashy too actually...
[20:56:11] <zeeshan> wow
[20:56:13] <zeeshan> that looks so rigid
[20:56:24] <zeeshan> and a lot easier to build
[20:56:51] <humble_sea_bass> don't make mistakes
[20:56:56] <humble_sea_bass> is the answer
[20:57:04] <zeeshan> i dont understand why that has 3 coolant nozzles :p
[20:57:13] <zeeshan> coulda kept the hose off the head stock
[20:57:39] <humble_sea_bass> a lack of faith
[20:57:40] <PetefromTn_> each one can be directed independently to the tool edge.
[20:58:09] <PetefromTn_> Really a horizontal changer setup with a parting off tool rigid mounted would be nice.
[20:58:37] <zeeshan> wait
[20:58:37] <zeeshan> wtf
[20:58:46] <zeeshan> that huge block is attached to a quick change tool post?
[20:58:46] <zeeshan> lol
[20:59:56] <PetefromTn_> Probably not. It is probably bolted to the cross slide and can be removed to switch to the toolpost.
[21:00:09] <zeeshan> thanks for posting that
[21:00:12] <zeeshan> i didnt know that existed
[21:00:16] <zeeshan> looks bad ass
[21:14:11] <PetefromTn_> yeah man the gang tooling setup can be pretty nice I think.
[21:53:30] <CaptHindsight> http://yro.slashdot.org/story/14/03/02/214237/inventor-has-waited-43-years-for-patent-approval
[21:55:30] <CaptHindsight> "his electronic signal to control machinery "
[21:58:19] <tjtr33> on-off switch or a recording of Bela Lugosi saying "You must obey me!" ?
[21:58:42] <CaptHindsight> I wish they posted the app number
[21:58:49] <CaptHindsight> it might be on PWM
[22:01:54] <humble_sea_bass> but bella lugosi is dead
[22:04:02] <CaptHindsight> still?
[22:05:26] <humble_sea_bass> according to bauhaus at least
[22:08:46] <CaptHindsight> that reminds me to watch The Hunger again
[22:34:25] <pcw_home> Isn't he like the original patent troll
[23:52:54] <morfic-> Loetmichel: well respect, i am not sure i am ready to touch SMD parts, neat looking amp though