#linuxcnc | Logs for 2015-05-22

Back
[00:00:03] <Valen> If its not spiderable it'll just cache it when somebody views it
[00:00:31] <Valen> 3 people run the dns on a service you run from home? ;->
[00:00:38] <Valen> as in that one domain?
[00:00:55] <archivist> more than one domain
[00:01:03] <Valen> this is done per domain
[00:01:14] <Valen> so you could put archivist.org in there
[00:01:24] <Valen> and not bother anything else
[00:02:44] <Valen> what they do is when user says visit archivist.org/content.jpg they send the request to their servers in that users geographical location (hence the need for them to run the dns) that cache location sees if they have content.jpg if so they send it direct to the user, if not they then request it from your server
[00:02:49] -!- tinkerer has quit [Quit: Leaving.]
[00:02:57] <Valen> and cache it on the server for the next person
[00:03:22] <Valen> I believe said server then spreads it to all the other caches globally
[00:04:07] <archivist> I aint buying, stop selling a service beyond my means
[00:04:53] <Valen> lol
[00:05:05] <Valen> selling a free service
[00:06:17] <archivist> large disruption to way the site works, that does cost me
[00:06:59] <Valen> what disruption? (genuinely curious)
[00:07:14] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[00:22:50] <Jymmm> Valen: "you keep your existing hosting solution" cloudfare
[00:23:37] <Valen> you do, you can turn it on and off by changing where your nameserver is pointed
[00:23:57] <Valen> its basically a fancy transparent(ish) reverse proxy
[00:24:06] <Jymmm> Valen: doesn't make sense, what EXACTLY are they doing/offering?
[00:24:31] <Valen> caching proxy
[00:25:06] <Jymmm> ah
[00:25:25] <CaptHindsight> who pays for the space and bandwidth in and out of the proxy?
[00:25:44] <Valen> they do
[00:29:25] <Jymmm> Valen: So basically you setup a PTR on their DNS servers, and they dynamically issue the "closest" cache to the request dns?
[00:29:41] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[00:31:21] <Valen> I believe its all done under the ideal of, if you like it and get bigger you will then give them money
[00:31:27] <Valen> freemium
[00:31:44] <Valen> yeah
[00:32:41] <Valen> they also do fancy stuff like spdy and sending things like java stuff and css before its been requested by the client
[00:33:27] <Jymmm> You can't use a MX RR on their server, but youmust use their nameservers?!
[00:33:27] <Valen> I've used them for my site and a few customers sites for a few years with no issues
[00:33:47] <Jymmm> https://support.cloudflare.com/hc/en-us/articles/204643758-Which-Record-Types-does-CloudFlare-not-proxy-
[00:34:02] <Jymmm> https://support.cloudflare.com/hc/en-us/articles/202320534-Can-I-use-CloudFlare-without-changing-my-nameservers-to-CloudFlare-
[00:34:37] <Valen> uhh, they don't *proxy* your mx traffic
[00:34:44] <Valen> that goes direct to your server
[00:34:53] <Valen> I don't know about doing RR
[00:35:01] <Jymmm> I'm not talking actual MTA traffic, just MX records
[00:35:32] <Jymmm> are they just CNAMEing everything?
[00:35:34] <Valen> https://support.cloudflare.com/hc/en-us/articles/200168916-Can-I-use-round-robin-DNS-entries-
[00:36:03] <Valen> so they do seem to support roundrobin
[00:36:12] <Jymmm> Valen: Is that what they are really doing? Just round robin?
[00:36:17] <Valen> no
[00:36:18] <Valen> what?
[00:36:21] <Valen> ok
[00:36:30] <Valen> You can't use a MX RR on their server, but youmust use their nameservers?!
[00:36:34] <Jymmm> They say you HAVE to use their dns servers
[00:36:52] <Valen> yes
[00:36:55] <Jymmm> ...and that you can NOT add MX records
[00:36:59] <Valen> no
[00:37:14] <Jymmm> Yes, see link above
[00:37:17] <Valen> they say they will not *proxy* your mx servers
[00:37:27] <Valen> its in the title
[00:37:50] <Jymmm> ah
[00:37:58] <Valen> traffic to those names goes direct to your existing server, not through their proxy
[00:38:13] -!- tjtr33 has quit [Ping timeout: 264 seconds]
[00:38:21] <Jymmm> you can have the MX records on their DNS servers, but they just won't proxy/cache mail
[00:38:29] <Valen> so for me, www.vapourforge.com goes through their proxy, mail.vapourforge.com goes to my server
[00:39:34] <Jymmm> I understand now
[00:39:42] <Valen> (in the dns config, both point to my server, one has the little cloud ticked)
[00:42:34] -!- Loetmichel has quit [Ping timeout: 256 seconds]
[00:43:04] -!- Loetmichel [Loetmichel!~cylly@p54B102FD.dip0.t-ipconnect.de] has joined #linuxcnc
[00:46:45] <Jymmm> Valen: Testing their DNS servers now =)
[00:49:38] <Jymmm> Valen: Ah, they restrict them
[00:49:38] -!- per_sonne__ has quit [Ping timeout: 276 seconds]
[00:50:40] -!- Servos4ever [Servos4ever!~chatzilla@173-87-49-249.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[00:50:56] <Valen> restrict them?
[00:52:29] <Jymmm> Valen: not allow them to be used for workstation lookups =)
[00:53:30] -!- gromits [gromits!~chatzilla@c-68-49-173-190.hsd1.mi.comcast.net] has joined #linuxcnc
[01:08:59] <CaptHindsight> Valen: lets say an acquaintance has a magnet link torrent listing site, can this help with reducing the bandwidth to those severs?
[01:09:27] <Valen> for a while CaptHindsight for a while ;-P
[01:14:27] -!- ve7it has quit [Remote host closed the connection]
[01:17:41] <witnit> anyone live near Somers, Connecticut?
[01:17:51] <witnit> http://hartford.craigslist.org/tls/5015673733.html
[01:19:49] <Rab> witnit, what's the thing on the left side of the spindle?
[01:19:57] <witnit> collet closer
[01:20:10] <Rab> hmm
[01:20:15] -!- Servos4ever has quit [Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.26.1/20140612173529]]
[01:20:25] <witnit> if you put a bar pusher or puller on the tailstock you can make parts autmatically
[01:20:32] <witnit> just hit play and walk away
[01:21:06] <Rab> Wonder if it's complete with the cross slide.
[01:21:23] <witnit> looks like everything but the tailstock
[01:21:50] <witnit> missing a handwheel maybe
[01:22:01] <witnit> but are you putting servo motors on it anyhow =D
[01:23:09] <Rab> Can't beat the rust belt for used machine tools. That thing would be $1500+ here, regardless of condition.
[01:23:24] <witnit> where is here?
[01:23:29] <Rab> Austin, TX
[01:24:06] <witnit> oh, lots of manufacturing on the other side of the border, probably where most of them go
[01:24:12] <Rab> More machining out in the small towns, and some manufacturing in San Antonio, but that never really existed here.
[01:24:25] <Rab> Yeah, that's likely.
[01:26:11] <witnit> being a the type of lathe that it is, they are often setup in factories for second operation, chamfer, debur, or multistep end work, like spot, drill, tap, chamfer, broach
[01:26:55] <witnit> they have a very nice turret attachment that go where the tailstock is
[01:27:12] <Rab> This is remarkably cheap, though: http://austin.craigslist.org/tls/5028933970.html
[01:29:37] <witnit> mhmmm
[01:29:38] <Valen> hah that'd be $3000 here
[01:29:42] <Valen> (australia)
[01:29:58] <witnit> Valen, why arent you building cnc lathes for people down under?
[01:30:16] <Valen> wellll.... we may have thought about it lol
[01:30:25] <witnit> little ones, locally constructed
[01:30:28] <Valen> but people here don't want to spend money
[01:30:42] <Valen> so they buy cheap crap from china and complain
[01:31:16] <witnit> you can buy most of your things on ebay and probably turn a crazy profit
[01:31:40] <Rab> Maybe not, after shipping.
[01:31:51] <Valen> nope shipping kills you
[01:31:59] <Valen> and you have to compete with china
[01:32:02] <witnit> most of the items come from just north right?
[01:32:05] -!- Tecan [Tecan!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[01:32:05] -!- Tecan has quit [Changing host]
[01:32:05] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[01:32:20] <witnit> i mean all the stuff we get is closer to you than us anyhow hahah
[01:32:49] <witnit> electronics wise, amps and motors can come from anywhere and from any device
[01:32:49] -!- rob_h has quit [Ping timeout: 255 seconds]
[01:33:01] <Valen> gotta remember australia is as big as america with 1/10th the population
[01:33:23] <witnit> you could probably get by pulling motors from treadmills
[01:33:34] -!- skorasaurus has quit [Ping timeout: 256 seconds]
[01:42:11] <Valen> I'm still looking for a motor/amp combo
[01:42:19] <witnit> what is the load?
[01:42:29] <Valen> enough? lol
[01:42:41] <Valen> I want to pair a motor up with an 8i20
[01:46:20] -!- asdfasd has quit [Ping timeout: 252 seconds]
[01:46:36] <witnit> i think i got the motor you need in my kitchen hahaha
[01:46:41] <witnit> 2 more at the shop
[01:48:09] <Valen> tell me more ;->
[01:48:10] -!- jvrousseau has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[01:48:46] <witnit> gettys m443
[01:49:17] <witnit> 1.4 hp
[01:50:25] <witnit> i havent looked them up in a long time but am working on a build and wanted to see what these drives were
[01:50:39] <witnit> brought one home and havent checked it out
[01:51:18] <Valen> what voltage?
[01:51:52] <witnit> 230
[01:51:56] <Valen> not bad
[01:52:30] <witnit> 48.9 stall
[01:52:58] <Valen> little higher than the 8i20 would like but still
[01:53:18] <Valen> how much did you spend?
[01:54:02] -!- GeorgeHahn_ [GeorgeHahn_!~GeorgeHah@c-69-141-92-254.hsd1.nj.comcast.net] has joined #linuxcnc
[01:55:52] <witnit> http://www.elwood.com/edn/033300.pdf
[01:56:09] <witnit> too much i think
[01:56:13] <witnit> 200
[01:57:25] -!- GeorgeHahn has quit [Ping timeout: 264 seconds]
[01:57:28] <Valen> for all of them together?
[01:57:36] <witnit> yah
[01:57:42] <Valen> I hate you lol
[01:57:43] <witnit> how much would it cost to ship them there?
[01:57:55] <witnit> =D
[01:58:00] <Valen> what do they weigh?
[01:58:03] <witnit> i know its so easy to get this stuff here
[01:58:09] <witnit> alot
[01:58:10] <witnit> hahaha
[01:58:12] <witnit> brb
[01:58:56] <witnit> with cable the bathroom scale said something around 25
[01:59:05] <Valen> pounds?
[01:59:09] <witnit> yeah
[01:59:38] <Valen> lol some big motors there
[02:00:36] <witnit> there must be alot of copper in them, they dont look that heavy but you pick them up and you wished you would have bent at the knees
[02:01:22] <Valen> usps estimates ~$200 each ;->
[02:01:31] <witnit> incredible
[02:01:40] <Valen> can probably freight it cheaper
[02:01:47] <Valen> http://ircalc.usps.com/MailServices.aspx?country=10013&m=7&p=25&o=0&dpb=0&mdt=2015/05/22%2008:00&r=True&l=15.7480&h=3.9370&w=3.9370&g=0&dvi=50
[02:01:59] <witnit> I would be better off building a submarine and swimmng them to you
[02:02:24] <witnit> put a little sail on it and a gps
[02:03:03] <Valen> heh I was just looking at a guy building a boat and submarine
[02:03:24] <witnit> you just looked at him?
[02:03:25] <witnit> ahahjahjahj
[02:03:48] * Valen drops a bucket of iron ore on witnit
[02:03:49] <witnit> did he know you were watching
[02:04:17] <witnit> i was looking at your exports list is aus
[02:04:28] <witnit> its like, coal, iron ore, gem
[02:04:53] <witnit> and meat
[02:08:05] <Valen> our PM has said coal is the future
[02:08:11] <Valen> coal is good for humanity
[02:08:24] <Valen> the rest of the country thinks he is a dickhead
[02:10:30] <witnit> let me repgrase that for you
[02:10:59] <witnit> "Coal is lining my pockets, coal is making me alot of money"
[02:11:10] <witnit> rephrase* :P
[02:11:44] <witnit> coal has been wonderful for the growth of the industrial age and our leaps forward in technology
[02:12:20] <witnit> however, much like the old pack mule it will be replaced by superior system for the job
[02:14:03] <Valen> we had subsidies and targets for "green" power and the like, he ripped them all out
[02:14:15] <Valen> carbon price and such like
[02:14:31] <Valen> which was "killing the economy"
[02:14:57] <witnit> well, here there are laws in place, if you produce more electricity than you consume, up to X amount, the eectric company has to buy it off of you
[02:14:58] <Valen> took $50 off my $500 per quarter power bill
[02:15:14] <Valen> yeah he is getting rid of all that stuff
[02:15:29] <Valen> but still giving the coal generators subsidies
[02:16:21] <witnit> well, politcs i feel normally hinder science and growth
[02:16:49] <Valen> well with his law degree he has declared climate science as wrong
[02:17:07] <Valen> "crap" to use his words
[02:18:55] <witnit> i think the people of the world carry around with them in their pockets everyday the power to have a free form of internet. with very little effort internet and phone calls could be freee for all
[02:19:30] <witnit> yet the industry is charging insane amounts for people to transfer 1gb of data a month in some places
[02:19:46] <witnit> or a isp puts some major caps on their service
[02:20:52] <Valen> welll..... the last govt started on a plan to replace the last mile with fibre
[02:21:07] <Valen> fibre to the premisis, govt spend $30.5Bn
[02:21:27] <witnit> once all the infrastructure is there, its there..
[02:21:52] <witnit> very little maintenance on towers and crack a few satelites into the sky and your set
[02:22:02] <Valen> Tony dumdum cried about spending so much on a gold plated system that nobody would ever use because all you use internet for is tv
[02:22:11] <Valen> so they stopped the fibre rollout
[02:22:20] <Valen> and are reusing the existing copper
[02:22:46] <Valen> providing "up to" 100mbit if you happen to live close to a node and it hasn't rained in a while
[02:22:59] <Valen> for $29.5 billion
[02:24:31] <Valen> (and the report they commisioned to say that in 30 years data demand would be 15mbit, said that they would need to start replacing it 10 years after its finished
[02:25:11] -!- mozmck [mozmck!~moses@67.210.159.245] has parted #linuxcnc
[02:25:25] <Valen> (the fibre comes with a 60 year *warranty*)
[02:29:22] -!- sumpfralle has quit [Quit: Leaving.]
[02:38:10] -!- per_sonne__ has quit [Ping timeout: 256 seconds]
[02:52:57] <witnit> smh
[02:59:27] -!- OnkelTem has quit [Read error: Connection reset by peer]
[03:05:29] -!- gromits has quit [Remote host closed the connection]
[03:19:38] -!- AR_ has quit [Ping timeout: 272 seconds]
[03:20:54] <Aero-Tec2> whats the dif from touch off work and touch off fixture?
[03:21:09] <Aero-Tec2> when do you use what?
[03:23:41] <Aero-Tec2> also it you have no home switches does it matter?
[03:30:45] <renesis> last question is too general, of course it matters
[03:31:19] <renesis> and touch off fixture means yu use the fixture as your reference instead of the stock
[03:32:06] <renesis> for example, if the stock is irregular but the fixture point is a known distance from the finished work origin
[03:33:28] <renesis> or youre making same 20 parts at once in some patterned fixture, it maybe makes sense to reference once instead of each part
[03:36:05] <renesis> also i dont run home or limit switches, mostly i return the machine to home before shutting down, turn on hit home, jog towards crashing to make sure the soft limits are right
[03:37:24] <renesis> my machine crashes its not a big deal the steppers lock and you go the other way and it doesnt get stuck, and ive never had problems with z skipping, so switches are kind of a low priority upgrade
[03:48:55] -!- jvrousseau has quit [Client Quit]
[03:56:51] <Valen> we didn't have home switches for ages
[03:57:01] <Valen> we have index pulses on the linear scales now
[03:57:07] <Valen> hardly ever use them ;->
[03:57:33] <Valen> only if we are doing something that's going to go near the limits do we bother
[03:57:39] <Valen> (we also don't have limit switches lol)
[04:27:27] -!- per_sonne__ has quit [Ping timeout: 265 seconds]
[04:37:22] -!- maximilian_h1 [maximilian_h1!~bonsai@dslb-088-067-157-076.088.067.pools.vodafone-ip.de] has joined #linuxcnc
[04:37:44] -!- eFuchs has quit [Ping timeout: 256 seconds]
[04:39:07] -!- maximilian_h has quit [Ping timeout: 255 seconds]
[04:39:45] -!- FinboySlick has quit [Quit: Leaving.]
[04:39:54] -!- eFuchs [eFuchs!~home_swee@dyn-31-25-157-250.ewacom.ropa.net] has joined #linuxcnc
[05:14:00] <zeeshan|2> well... i found out tonight that my steppers dont skip steps during a tool crash :D
[05:14:13] <zeeshan|2> accidently took a .75" doc
[05:14:16] <zeeshan|2> on the lathe
[05:14:39] <zeeshan|2> whoops
[05:29:01] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[05:29:29] <witnit> i think you could add encoders to verify feedback results for less than $50
[05:29:46] <furrywolf> don't do that. it breaks machines, cutters, workpieces. :P
[05:29:47] <furrywolf> bbl
[05:30:03] <zeeshan|2> carbide didnt flinch
[05:30:09] <zeeshan|2> i just destroyed my work piece :{
[05:30:13] <witnit> :)
[05:30:23] <witnit> thats usally a good thing
[05:31:05] <witnit> something has to give hopefully its not a repair job type specialty workpiece
[05:31:19] <furrywolf> I found that if I crash my Z, it rips the bushings out of the machine.
[05:31:32] <furrywolf> I need to turn the stepper current down...
[05:31:37] <furrywolf> bbl, way past wolfy bedtime.
[05:35:27] <zeeshan|2> nice
[05:36:07] -!- patricka_ has quit [Remote host closed the connection]
[05:38:31] -!- furrywolf has quit [Ping timeout: 256 seconds]
[05:39:17] <Valen> http://imgur.com/gallery/uyHfOjV just because
[05:42:58] -!- gurwinder_ has quit [Ping timeout: 246 seconds]
[06:11:48] -!- patrickarlt has quit [Ping timeout: 256 seconds]
[06:15:33] -!- witnit has quit [Quit: witnit]
[06:16:04] -!- per_sonne__ has quit [Ping timeout: 245 seconds]
[06:16:27] -!- automata [automata!~automata_@114.143.57.134] has joined #linuxcnc
[06:17:17] -!- bkboggy has quit [Quit: Leaving]
[06:18:32] <Crom> valen OMG, which is why I like STEEL bumpers
[06:20:12] <zeeshan|2> that is one angry guy!
[06:20:22] <Valen> often get attacked by reptiles?
[06:20:28] <Crom> zeeshan|2, tuesday I just pretty much removed every bit of kaptan tape on the reprap from head crashes
[06:20:30] * zeeshan|2 wonders if linuxcnc will handle a 12,500 line code!
[06:20:42] <zeeshan|2> nice crom
[06:23:41] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-iohcaeiyaigcvwuq] has joined #linuxcnc
[06:40:43] -!- moorbo [moorbo!~moorbo@dyn-21-143.mdm.its.uni-kassel.de] has joined #linuxcnc
[06:40:51] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[06:51:05] -!- vapula [vapula!~rolland@195.25.189.2] has joined #linuxcnc
[06:52:18] -!- mozmck has quit [Ping timeout: 272 seconds]
[06:59:22] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc
[07:00:09] <archivist> zeeshan|2, I think some have had millions of lines, just loads a bit/lot slower
[07:00:37] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:01:07] <Deejay> moinsen
[07:16:22] -!- eventor [eventor!~eventor@p5B2558CD.dip0.t-ipconnect.de] has joined #linuxcnc
[07:20:23] -!- rob_h [rob_h!~robh@90.206.254.250] has joined #linuxcnc
[07:21:34] -!- tjb111 [tjb111!~tjb1@cpe-69-207-197-216.stny.res.rr.com] has joined #linuxcnc
[07:24:36] -!- assanaway [assanaway!assanaway@host174-202-dynamic.22-79-r.retail.telecomitalia.it] has joined #linuxcnc
[07:24:48] -!- tjb11 has quit [Ping timeout: 244 seconds]
[07:24:56] <Crom> zeeshan|2, It handed a 1.5milllion line file for me
[07:25:35] <Crom> a 3d face
[07:25:42] -!- podarok [podarok!~podarok@host-176-38-13-39.la.net.ua] has joined #linuxcnc
[07:25:44] <zeeshan|2> nice
[07:26:08] <archivist> so you can use crappy cam :)
[07:27:54] <Crom> took 4 hours to cut
[07:28:33] <archivist> some of my hundred liners take as long, loops :)
[07:30:56] -!- moorbo has quit [Ping timeout: 246 seconds]
[07:33:25] -!- per_sonne__ has quit [Ping timeout: 264 seconds]
[07:38:40] -!- skunkworks has quit [Ping timeout: 272 seconds]
[07:41:54] -!- patrickarlt has quit [Ping timeout: 256 seconds]
[07:42:22] -!- Gurwinder has quit [Quit: Page closed]
[07:56:56] -!- b_b has quit [Changing host]
[08:01:32] -!- asdfasd [asdfasd!~332332@2.220.227.242] has joined #linuxcnc
[08:05:02] <Tom_itx> surfaces tend to be big files, 12k lines isn't much really
[08:06:49] <Tom_itx> a couple machines we had to break the files up on in order for them to fit until we started DNC'ing them
[08:07:24] <Tom_itx> i'd think your limit would pretty much be the HDD size
[08:08:04] -!- BellinganRoy [BellinganRoy!~Bellingan@host228-109-static.242-95-b.business.telecomitalia.it] has joined #linuxcnc
[08:43:06] -!- patrickarlt has quit [Ping timeout: 256 seconds]
[08:49:20] -!- per_sonne__ has quit [Ping timeout: 256 seconds]
[08:50:30] <micges> zeeshan|2: on a 2GB ram pc you have effective limit 1~1.5 millions lines of code
[08:53:09] -!- fogl has quit [Ping timeout: 245 seconds]
[08:53:12] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[08:53:31] -!- fogl [fogl!~klemen@BSN-143-165-208.dynamic.siol.net] has joined #linuxcnc
[08:53:52] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[08:58:12] -!- GeorgeHahn_ has quit [Read error: Connection reset by peer]
[08:58:38] -!- SpeedEvil has quit [Client Quit]
[08:58:55] <Aero-Tec2> thanks for the feed back
[08:59:00] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[08:59:22] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[09:09:44] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[09:10:20] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[09:14:29] -!- XXCoder [XXCoder!~XXCoder@c-24-19-85-77.hsd1.wa.comcast.net] has joined #linuxcnc
[09:14:58] -!- The_Ball [The_Ball!~ballen@80.202.192.42] has joined #linuxcnc
[09:22:46] -!- mhaberler has quit [Quit: mhaberler]
[09:42:39] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-eufanhypnfynrswd] has joined #linuxcnc
[09:49:52] <automata> hi micges
[09:50:13] <automata> i was looking at the hostmot2 code and wanted to see if I could add a driver for pktuart
[09:50:49] <automata> hoping you could provide some guidance.
[09:51:40] -!- per_sonne__ has quit [Ping timeout: 272 seconds]
[09:57:29] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[10:03:43] -!- shurshur has quit [Ping timeout: 256 seconds]
[10:03:56] shurshur_ is now known as shurshur
[10:05:06] <jthornton> see all you nuts on Tuesday
[10:09:18] -!- JT-Shop has quit [Quit: Leaving]
[10:13:01] -!- jthornton has quit [Quit: Leaving]
[10:18:34] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[10:19:07] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[10:29:04] -!- Valen has quit [Remote host closed the connection]
[10:39:31] -!- shurshur has quit [Ping timeout: 264 seconds]
[10:44:31] -!- patrickarlt has quit [Ping timeout: 256 seconds]
[10:46:54] -!- eventor has quit [Ping timeout: 245 seconds]
[11:06:54] -!- assanaway has quit [Ping timeout: 272 seconds]
[11:22:44] -!- txp has quit [Ping timeout: 272 seconds]
[11:24:14] -!- The_Ball has quit [Read error: Connection reset by peer]
[11:24:54] -!- The_Ball [The_Ball!~ballen@80.202.192.42] has joined #linuxcnc
[11:45:34] -!- patrickarlt has quit [Ping timeout: 256 seconds]
[12:08:50] -!- tinkerer has quit [Quit: Leaving.]
[12:15:54] -!- jvrousseau has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[12:18:20] -!- The_Ball has quit [Read error: Connection reset by peer]
[12:19:04] -!- The_Ball [The_Ball!~ballen@42.80-202-192.nextgentel.com] has joined #linuxcnc
[12:42:07] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[12:42:26] -!- furrywolf [furrywolf!~randyg@174.144.7.171] has joined #linuxcnc
[12:42:36] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[12:43:25] -!- BellinganRoy [BellinganRoy!~Bellingan@host228-109-static.242-95-b.business.telecomitalia.it] has joined #linuxcnc
[12:44:07] -!- FreezingCold has quit [Ping timeout: 250 seconds]
[12:45:58] -!- patrickarlt has quit [Ping timeout: 252 seconds]
[12:47:15] <furrywolf> whomever pasted the link to the arc pig, thanks... I'll need to add that to the long list of stuff to pick up if I have spare money.
[12:48:19] -!- The_Ball has quit [Read error: Connection reset by peer]
[12:48:21] <furrywolf> I've been thinking of picking up a used miller hf unit to go with my arc welder, but the arc pig looks like a much simpler solution.
[12:49:35] -!- The_Ball [The_Ball!~ballen@42.80-202-192.nextgentel.com] has joined #linuxcnc
[12:50:44] <furrywolf> I need to weld aluminum, and was thinking connecting a tig torch to my stick supply would be a cheap solution, since I've yet to see any kind of tig welder (not even a $500 chinese unit) for less than $2000 locally...
[12:51:46] <SpeedEvil> dimydim lenses and oxy/ac!
[12:52:05] <SpeedEvil> (not very serious)
[12:56:36] <furrywolf> also, I like their owner's manual.
[12:59:37] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[12:59:55] -!- syyl [syyl!~sg@p200300632C474063C5F9C5D03A90C1E6.dip0.t-ipconnect.de] has joined #linuxcnc
[13:09:10] -!- mozmck [mozmck!~moses@67.210.159.245] has parted #linuxcnc
[13:17:08] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[13:19:08] <archivist> woot probe starter kit http://www.ebay.co.uk/itm/321755717157
[13:23:29] <skunkworks> congrats@
[13:23:30] <skunkworks> !
[13:23:56] <archivist> cheeeeeep enough I thought
[13:25:17] <Jymmm> http://i.imgur.com/uyHfOjV.gifv
[13:28:11] -!- syyl_ [syyl_!~sg@p200300632C474032C5F9C5D03A90C1E6.dip0.t-ipconnect.de] has joined #linuxcnc
[13:28:35] <_methods> nom nom
[13:30:05] <FinboySlick> Like small dog with a sock.
[13:31:41] -!- syyl has quit [Ping timeout: 265 seconds]
[13:34:12] -!- skorasaurus has quit [Ping timeout: 258 seconds]
[13:40:43] -!- The_Ball has quit [Ping timeout: 264 seconds]
[13:52:57] -!- vapula has quit [Ping timeout: 240 seconds]
[14:00:26] -!- amiri has quit [Ping timeout: 272 seconds]
[14:03:11] <furrywolf> is that supposed to be animated or something? because it ain't. lol
[14:06:12] -!- The_Ball [The_Ball!~ballen@42.80-202-192.nextgentel.com] has joined #linuxcnc
[14:06:23] -!- vapula [vapula!~rolland@195.25.189.2] has joined #linuxcnc
[14:19:53] -!- automata has quit [Ping timeout: 250 seconds]
[14:20:54] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[14:21:14] <ssi> morn
[14:22:10] <archivist> moan
[14:26:43] -!- podarok has quit [Remote host closed the connection]
[14:31:15] -!- per_sonne__ has quit [Quit: Be back later ...]
[14:45:01] -!- dr0w has quit [Quit: Leaving]
[14:49:26] -!- dr0w [dr0w!~george@loudsl01-253-117-18.c.iglou.com] has joined #linuxcnc
[14:53:33] -!- ivansanchez has quit []
[15:00:12] jepler is now known as nojepler
[15:08:46] -!- dan2k3k4 has quit [Ping timeout: 244 seconds]
[15:10:13] -!- patrickarlt has quit [Remote host closed the connection]
[15:15:36] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[15:20:09] -!- vapula has quit [Quit: Leaving]
[15:21:32] -!- Loetmichel has quit [Ping timeout: 258 seconds]
[15:22:38] -!- Loetmichel [Loetmichel!~cylly@p54B102FD.dip0.t-ipconnect.de] has joined #linuxcnc
[15:33:51] -!- dnaleromj [dnaleromj!~dnaleromj@64.20.30.66] has joined #linuxcnc
[15:36:42] -!- per_sonne__ has quit [Ping timeout: 272 seconds]
[15:42:00] -!- The_Ball has quit [Remote host closed the connection]
[15:53:42] -!- gonzo_ has quit [Read error: Connection reset by peer]
[15:59:45] -!- quiqua has quit [Quit: quiqua]
[16:04:48] -!- gonzo_ [gonzo_!~gonzo_@host-92-4-33-202.as43234.net] has joined #linuxcnc
[16:10:54] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[16:11:40] -!- raymondhim has quit [Ping timeout: 255 seconds]
[16:14:27] -!- dnaleromj [dnaleromj!~dnaleromj@64.20.30.66] has joined #linuxcnc
[16:14:36] -!- dnaleromj has quit [Client Quit]
[16:14:53] <cthompson> that "gator/bumper" gif will be a fun insurance claim
[16:14:57] <cthompson> "A croc hit me."
[16:15:00] <cthompson> "You mean you hit a croc?"
[16:15:02] <cthompson> "Listen to the words that are coming out of my mouth."
[16:21:20] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[16:21:21] -!- exitcode1 [exitcode1!~exitcode1@unaffiliated/exitcode1] has joined #linuxcnc
[16:28:30] -!- raymondhim [raymondhim!~raymondhi@c-73-164-116-168.hsd1.mn.comcast.net] has joined #linuxcnc
[16:37:43] -!- per_sonne__ has quit [Ping timeout: 264 seconds]
[16:42:39] -!- r0ute has quit [Ping timeout: 256 seconds]
[16:48:26] -!- `Nerobro__ [`Nerobro__!~wolfeman@fg300a.skylan.net] has joined #linuxcnc
[16:49:01] -!- `Nerobro_ has quit [Read error: Connection reset by peer]
[16:51:32] -!- micges_ [micges_!~micges@dfa169.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[16:51:39] postaL is now known as postaL_offline
[16:53:42] -!- md-2 has quit [Remote host closed the connection]
[16:56:12] -!- micges has quit [Ping timeout: 276 seconds]
[17:10:27] -!- eventor [eventor!~eventor@p5B2558CD.dip0.t-ipconnect.de] has joined #linuxcnc
[17:15:00] -!- rob_h has quit [Ping timeout: 272 seconds]
[17:17:34] -!- md-2 has quit [Remote host closed the connection]
[17:18:07] -!- witnit [witnit!~Thunderbi@208-38-253-24.hntninaa.metronetinc.net] has joined #linuxcnc
[17:21:59] -!- f1oat5 [f1oat5!~f1oat@AMontsouris-553-1-29-61.w92-151.abo.wanadoo.fr] has joined #linuxcnc
[17:24:18] CaptHindsight is now known as mildly_peturbed_
[17:24:49] mildly_peturbed_ is now known as CaptHindsight
[17:39:19] -!- jtektool [jtektool!463f26ea@gateway/web/freenode/ip.70.63.38.234] has joined #linuxcnc
[17:40:16] <jtektool> is signal A supposed to lead signal B on my encoders? I forget I've got signals coming into halsope just fine with square wavs, couldnt remember which is supposed to lead.
[17:41:20] <jtektool> (don't answer that) lol i can see my position reading backwards so i know im wrong lol
[17:45:46] -!- samuel7 has quit [Quit: Nettalk6 - www.ntalk.de]
[17:46:11] -!- Camaban has quit [Read error: No route to host]
[17:54:41] -!- b_b has quit [Remote host closed the connection]
[17:56:20] -!- moorbo [moorbo!~moorbo@dyn-21-80.mdm.its.uni-kassel.de] has joined #linuxcnc
[18:00:15] <DaViruz> yep which signal is leading which depends on direction of rotation
[18:02:13] <CaptHindsight> http://www.3ders.org/articles/20150520-con3d-consortium-3d-prints-sofa-new-3d-printer-for-construction-industry.html hehe
[18:02:23] -!- Nick001-shop [Nick001-shop!~chatzilla@50.107.177.236] has joined #linuxcnc
[18:03:24] postaL_offline is now known as postaL
[18:10:20] -!- The_Ball [The_Ball!~ballen@236.92-221-94.customer.lyse.net] has joined #linuxcnc
[18:17:04] <_methods> not sure i want to look at that link
[18:18:10] <jtektool> anything followed by hehe from a hacker is suspect... lol
[18:19:05] <_methods> that poor robot
[18:20:19] <_methods> anyone ever use one of these
[18:20:28] -!- maurocool [maurocool!c8b997fe@gateway/web/freenode/ip.200.185.151.254] has joined #linuxcnc
[18:20:30] <_methods> http://www.harborfreight.com/38-in-2-in-ratcheting-pipe-threader-set-62353.html
[18:20:40] -!- maurocool [maurocool!c8b997fe@gateway/web/freenode/ip.200.185.151.254] has parted #linuxcnc
[18:20:54] -!- maurocool [maurocool!c8b997fe@gateway/web/freenode/ip.200.185.151.254] has joined #linuxcnc
[18:20:59] -!- maurocool [maurocool!c8b997fe@gateway/web/freenode/ip.200.185.151.254] has parted #linuxcnc
[18:21:05] <SpeedEvil> If you're going to use a 'proper' robot as a '3d printer' - at least give it a trowel, so it can smooth the edges
[18:21:12] <_methods> right
[18:21:19] <_methods> or a laser beam
[18:21:25] <_methods> to shoot people with
[18:24:12] <DaViruz> surely a concrete 3d printer is a more viable option then a simple mould for a square object
[18:25:07] <_methods> hmmm complicated robot or simple mold..............
[18:27:25] -!- per_sonne__ has quit [Ping timeout: 264 seconds]
[18:31:35] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[18:35:08] <SpeedEvil> http://www.mauve.plus.com/Chinese-Lantern.jpg
[18:35:16] <SpeedEvil> bottom bit was cast solely in one lump
[18:35:49] <SpeedEvil> polystyrene wire-cut mold, to make it, and then pour
[18:36:01] <SpeedEvil> wire cut - dissasemble, reassemble
[18:36:25] -!- The_Ball has quit [Ping timeout: 264 seconds]
[18:37:36] -!- jtektool has quit [Quit: Page closed]
[18:41:56] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc
[18:45:14] -!- The_Ball [The_Ball!~ballen@236.92-221-94.customer.lyse.net] has joined #linuxcnc
[18:56:50] -!- mhaberler has quit [Ping timeout: 272 seconds]
[18:57:25] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[18:57:37] -!- moorbo has quit [Read error: Connection reset by peer]
[19:08:04] -!- rob_h [rob_h!~robh@90.206.254.250] has joined #linuxcnc
[19:08:05] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[19:10:46] -!- md-2 has quit [Ping timeout: 272 seconds]
[19:12:09] -!- The_Ball has quit [Ping timeout: 240 seconds]
[19:16:18] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[19:16:36] -!- moorbo [moorbo!~moorbo@dyn-21-80.mdm.its.uni-kassel.de] has joined #linuxcnc
[19:24:25] -!- nunbrs has quit [Ping timeout: 264 seconds]
[19:24:47] <Loetmichel> HIHI, my wife just gifted me a t-shirt with a writing on it: "Ich bin kein Klugscheisser, ich weiss es WIRKLICH besser." ("i am no smartass, i REALLY kow it better!")... with the comment: "your co-workers will LOVE that." should i take notice of something? ;-)
[19:35:43] <furrywolf> lol
[19:37:11] -!- txp has quit [Quit: Leaving]
[19:40:45] <furrywolf> well, I guess I get to become an expert on fixing honda inverter generators. I got 9 of them yesterday.
[19:41:35] <furrywolf> an em7000is, an eu6500is, three eu3000is, 2 eu2000i, an eu2000i in three boxes of tiny parts, and enough eu3000is parts to assemble another one, maybe. or, much more likely, to fix the first ones.
[19:42:46] <furrywolf> anyone here good at fixing these? :)
[19:42:56] <XXCoder> more off grid power?
[19:43:28] <furrywolf> one of the eu3000ises has the most obvious problem - someone twisted the drain plug fitting clean off the block doing an oil change. probably toss a new rear engine piece on it from one of the others.
[19:45:49] -!- sumpfralle [sumpfralle!~lars@v22014112486721426.yourvserver.net] has joined #linuxcnc
[19:47:28] <furrywolf> both of the other 3000s have the heads off, so I'm guessing major mechanical issues. the 7000 and the 6500 appear to have electrical issues. one is complete but apparantly doesn't output anything, the other came with the inverter sitting on top of it, which is never a good sign. I haven't poked at the 2000s yet. one seems to be leaving a puddle of oil under it.
[19:48:57] <furrywolf> he said there was a complete 2000 in the three boxes, but it's been completely disassembled. apparantly he started an engine rebuild, then it got shelved. all the new bearings are in, and it has a new gasket set, a new head, and a new carb in the boxes... but damn it's in a lot of pieces.
[19:59:13] -!- mhaberler has quit [Ping timeout: 264 seconds]
[20:02:02] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[20:08:49] <furrywolf> $#! the 7000 is fuel injected.
[20:08:50] -!- moorbo has quit [Remote host closed the connection]
[20:09:16] <furrywolf> oh, wait, that's a different version.
[20:09:20] * furrywolf looks for the right service manual
[20:16:08] -!- per_sonne__ has quit [Ping timeout: 256 seconds]
[20:17:12] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[20:21:00] <furrywolf> working on this genny is somewhere between working on a small engine and working on an automobile. for example, the on-board diagnostics records snapshots when error codes are stored, complete with details like throttle angle... like an obdii car.
[20:22:10] <SpeedEvil> furrywolf: cheap?
[20:22:22] <furrywolf> $50 for the lot
[20:22:33] <SpeedEvil> Damn, not bad
[20:22:50] <SpeedEvil> I mean - even for a tiny chance of fixing one, that's a steal
[20:22:56] -!- md-2 has quit [Ping timeout: 256 seconds]
[20:23:03] <furrywolf> depends on how many of them work again. :P
[20:23:12] <SpeedEvil> Well, and the parts value on ebay
[20:23:24] <furrywolf> if the one with the inverter pulled and sitting on top of it needs an inverter, it's not getting fixed unless I find a scrap one... $650ish for a new one.
[20:23:38] <SpeedEvil> Or DIY
[20:23:54] <SpeedEvil> which is a whole nother level of fun
[20:24:38] <furrywolf> not worth it.
[20:24:45] <furrywolf> DIYing a 7kw inverter is not cheap or easy.
[20:24:49] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:26:24] <SpeedEvil> Perhaps I have a skewed perspective.
[20:26:45] <SpeedEvil> I have most of teh design of a TIG/MIG/stick welder done.
[20:27:13] <SpeedEvil> Including a ~6kW input power converter
[20:29:19] -!- skunkworks_ has quit [Ping timeout: 264 seconds]
[20:48:35] -!- eventor has quit [Ping timeout: 246 seconds]
[21:00:17] <Deejay> gn8
[21:00:34] -!- FinboySlick has quit [Quit: Leaving.]
[21:01:18] -!- Deejay has quit [Quit: bye]
[21:02:37] -!- Tom_L [Tom_L!~Tom@unaffiliated/toml/x-013812] has joined #linuxcnc
[21:02:38] -!- Tom_itx has quit []
[21:05:17] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[21:05:24] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[21:05:39] -!- Tom_L has quit [Client Quit]
[21:15:38] -!- f1oat5 has quit [Ping timeout: 256 seconds]
[21:24:42] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[21:25:17] -!- andypugh [andypugh!~andy2@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc
[21:37:05] -!- acdha has quit [Quit: Textual IRC Client: www.textualapp.com]
[21:41:24] -!- jvrousseau has quit [Quit: Textual IRC Client: www.textualapp.com]
[21:41:52] -!- furrywolf has quit [Ping timeout: 265 seconds]
[21:43:05] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[21:48:36] -!- BellinganRoy [BellinganRoy!~Bellingan@host248-232-dynamic.37-79-r.retail.telecomitalia.it] has joined #linuxcnc
[22:07:36] -!- per_sonne__ has quit [Ping timeout: 272 seconds]
[22:07:44] -!- rup3rt has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.1/20150402191859]]
[22:10:09] -!- mhaberler has quit [Quit: mhaberler]
[22:11:45] -!- md-2 has quit [Ping timeout: 240 seconds]
[22:44:56] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[23:14:46] -!- furrywolf [furrywolf!~randyg@184-194-146-58.pools.spcsdns.net] has joined #linuxcnc
[23:19:54] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[23:22:13] -!- moorbo [moorbo!~moorbo@dyn-21-80.mdm.its.uni-kassel.de] has joined #linuxcnc
[23:32:56] <XXCoder> boo
[23:33:10] <XXCoder> furrywolf: my van does rough idle again and mpgs down again bahh lol
[23:33:26] <XXCoder> not sure what to do now
[23:37:17] <_methods> stop abducting children and you won't need that vban
[23:37:40] <XXCoder> dunno
[23:37:44] <XXCoder> so tasty
[23:37:51] <XXCoder> but then I gained a lot weight
[23:38:05] <XXCoder> and stains is hard to get rid of
[23:38:24] <andypugh> XXCoder: This was the EGR last time?
[23:38:46] <XXCoder> yeah its clean and it did stall during test vacuum so it passed but dunnop
[23:39:43] <andypugh> Might be interesting to see what a new gasket at the cold end does. A new gasket with no hole in the middle.
[23:40:23] <XXCoder> I did read about dummyout but nagh
[23:40:28] <XXCoder> I do care about envorment
[23:40:47] <andypugh> Though it is likely that the system is set up to only work with the correct EGR rate
[23:42:19] <andypugh> I care about the environment too. But I am not sure that the NOx / CO2 balance of current regs is right. But then I live on a windy island, not a sunny bowl in a desert.
[23:42:54] <XXCoder> IAC is used when in park mode only right?
[23:42:58] <XXCoder> not brake idle
[23:43:08] <andypugh> I think they should 1) ban all cars in LA 2) Then work out where the NOx limits should be set.
[23:43:16] <XXCoder> set it to 0%
[23:43:26] <andypugh> IAC ?
[23:43:32] <XXCoder> idle air controller
[23:43:45] <XXCoder> just remembered, it might have loose connector now
[23:43:50] <andypugh> I really don’t know.
[23:43:53] <XXCoder> I did acciently break lock
[23:44:02] -!- Miner_48er has quit [Quit: Leaving]
[23:44:11] <andypugh> I only do small Euro-diesels.
[23:44:19] <XXCoder> I want one
[23:44:50] <andypugh> You want 180 bhp and 45 mpg? Why?
[23:45:06] <XXCoder> 45 mpog damn
[23:45:09] <XXCoder> mines at 19 mpg
[23:45:56] <andypugh> That’s your NOx limits. Blame LA.
[23:46:18] <XXCoder> I dont live at calfornia
[23:46:58] <XXCoder> HMMMM http://x.nissanhelp.com/forums/quest/10581-rough-idle-drive-but-not-park.html
[23:47:12] <XXCoder> too bad cant hear
[23:47:40] <andypugh> No, but to a large extent that very sunny place with very little air movement is why the US NOx limits basically prevent efficient diesels being sold in the US.
[23:48:20] <XXCoder> I wonder if there can be something to scrub exust to get rid of NOx
[23:48:22] <XXCoder> its bad stuff
[23:48:47] <andypugh> (VW and Mercedes sell some, but not at the same mpg / NOx trade-off as the EU versions)
[23:51:10] <Tom_itx> andypugh, any projects in the works?
[23:51:19] <XXCoder> thanks though
[23:51:24] <andypugh> Yes, there are de-NOx cats and lean-NOx traps and Additive systems (google Adblue) but they all need to “spend” fuel to make them work.
[23:51:27] <XXCoder> gonna check disto if something is loose
[23:51:35] <XXCoder> and I plan to seafoam my van
[23:51:46] <andypugh> Tom_itx: Looking for a bigger lathe
[23:51:46] <XXCoder> get rid of buildups and hopefully no new leaks
[23:51:59] -!- moorbo has quit [Remote host closed the connection]
[23:52:40] <andypugh> I have my eye on http://www.ebay.co.uk/itm/221778427535?_trksid=p2055119.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT
[23:53:19] <Tom_itx> that looks pretty nice
[23:53:33] <XXCoder> noise in gearbox
[23:53:59] <andypugh> Though I wish it had the 4-jaw too, as 2500rpm 13” chucks are not cheap.
[23:55:00] <andypugh> XXCoder: Aye but I will be taking it all apart anyway to make it CNC
[23:56:38] <andypugh> I am gambling on it being the gearbox bearings. If it is a spindle bearing the lathe is scrap
[23:57:07] -!- per_sonne__ has quit [Ping timeout: 265 seconds]
[23:57:11] <andypugh> The Colchester 2500 bearings are rather special.
[23:57:11] <Tom_itx> not wired up to listen to either
[23:58:47] <andypugh> Actually, maybe not. eBay has Gamet bearings: http://www.ebay.co.uk/itm/GAMET-LATHE-Precision-BEARING-130070-130120-130070-130120-130070130120-/271869018488?pt=LH_DefaultDomain_3&hash=item3f4ca80178