Back
[00:00:41] <pcw_home> bunniez
[00:01:24] <furrywolf> ah
[00:02:09] <pcw_home> nail trimming day is not liked by man nor beast
[00:02:31] <furrywolf> hrmm, are you sure you need to sample that quickly? the idp101 only goes up to 200khz it looks like, and since you'd be able to read the analog signals directly rather than counting interpolated pulses, as long as you don't miss more than half a grating you should be fine...
[00:03:02] <furrywolf> actually, idp101 is only 50hz
[00:03:58] <pcw_home> Depends on the scale and how accurate you intend to be at speed, the ICHAUS chips are 70 MSPS IICRC
[00:04:28] <furrywolf> can linuxcnc's motion even deal with inputs that fast? lol
[00:05:25] <pcw_home> faster/high res encoders use serial interfaces (SSI,BISS etc)
[00:07:35] <pcw_home> imagine a fairly fast scale (say 1 MHZ sin/cos signals) how often do you need to sample those to get 32X interpolation at speed?
[00:08:59] <pcw_home> (without sub-cycle aliasing because of beats between the sample rate and the data rate)
[00:09:40] <furrywolf> you don't need interpolation... you're not trying to emulate a quadrature encoder, as the mesa board gives a count directly to the motion stuff... so I'd say 2MSPS minimum.
[00:09:58] -!- md-2 has quit [Remote host closed the connection]
[00:10:10] <pcw_home> you _do_ need interpolation
[00:10:22] <magnifikus> http://snag.gy/7FXUP.jpg maybe i try the fpga/trinamic driver combination
[00:10:29] <furrywolf> hrmm. then I'm mis-understanding something here. entirely possible. :)
[00:10:51] <furrywolf> why can't you just look at its current analog level, and as long as you haven't missed an entire cycle, know the current position from that?
[00:10:52] <pcw_home> if you didn't you might as well use 2 comparators
[00:11:31] -!- chris_99 has quit [Quit: Leaving]
[00:11:35] <furrywolf> you don't need to keep track of the minute signal changes between the last position and the current position, as the current level tells you exactly where it is, as long as you didn't miss an entire grating.
[00:11:56] <SpeedEvil> pcw_home: you need 2MHz
[00:12:03] <pcw_home> well than you dont have an interpolator
[00:12:07] <SpeedEvil> pcw_home: unless your accelleration is high
[00:12:23] <SpeedEvil> pcw_home: how fast can it change speed in 1us
[00:12:30] <furrywolf> the goal isn't an interpolator... the goal is getting your current position into linuxcnc's motion control. :)
[00:12:34] <SpeedEvil> unless you're actually dealing with impacting high explosives, ...
[00:13:22] <furrywolf> interpolating analog into emulated quadrature then counting that is an extra step...
[00:13:29] <pcw_home> has nothing to do with acceleration
[00:15:03] <pcw_home> has to do with interpolation beats because you are not accurately interpolating at speed
[00:16:01] <SpeedEvil> pcw_home: you can perfectly interpolate between pulses - apart from accelleration
[00:16:02] <furrywolf> say you have a quadrature encoder... how often does the motion control actually look at the current count? what's the upper limit on how quickly it's useful to update it?
[00:16:52] <pcw_home> 1KHz to 20 KHz sample rates are common
[00:17:53] <furrywolf> right. so it doesn't matter how fast you sample, as long as you don't lose any entire cycles, and compute the current position based on the current analog levels...
[00:18:14] <SpeedEvil> you can in some circumstances subsample
[00:18:38] <furrywolf> so 2*maximum frequency or so. :)
[00:18:43] <pcw_home> current could be of a whole cycle if A-D is 1 MHz and data is 1 MHz
[00:18:50] <magnifikus> plz
[00:18:56] <magnifikus> >2*freq
[00:19:13] <pcw_home> so you get sub cycle noise in your sample (lost interpolation)
[00:19:34] <pcw_home> nope Nyquist will not work
[00:19:41] <SpeedEvil> You can go below nyquist.
[00:19:48] <SpeedEvil> If your accelleration per cycle is not high.
[00:20:51] <furrywolf> with scales that fast, the position error is tiny...
[00:21:37] <furrywolf> if you're actually getting 1mhz out of your scales, even if you're off by a whole cycle, that's a millionth of how far you moved in the last second. :)
[00:23:09] <pcw_home> high resolution is largely for velocity feedback
[00:24:27] <furrywolf> oh well. I'll stop distracting you so you can go back to making 7i76es. :)
[00:26:46] <furrywolf> you need some way for motion to pull the value from the mesa board on demand, so it always gets the exact current position, without sampling faster than needed...
[00:27:58] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[00:32:01] <pcw_home> for high res encoders this is done serially with SSI or BISS ( since quadrature gets to fast to be practical at high resolutions )
[00:33:18] <furrywolf> then I really don't see the problem with only sampling 2*frequency... you're going to be sending it out even slower than that.
[00:34:58] <pcw_home> I guess you could do a DPLL on the sine and calculate the delta between the actual sample time and requested same time
[00:35:08] <pcw_home> sample
[00:35:35] -!- Loetmichel has quit [Ping timeout: 264 seconds]
[00:37:00] -!- md-2 has quit [Ping timeout: 255 seconds]
[00:38:03] <pcw_home> you send it out slowly (well BISS is 10 mbits/sec so not that slow) but for example Resolute encoders have less than 40 ns of sample jitter
[00:38:38] <pcw_home> so you know very accurately _when_ and _where_
[00:39:39] <SpeedEvil> Exactly - DPLL means you don't need to sample fast. Only sample fast enough to ekep up with the accelleration
[00:39:51] <furrywolf> as long as you're sending it out at a divisor of the sampling frequency, you won't add jitter.
[00:41:03] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[00:43:30] <pcw_home> the jitter is from the asynchronous sampling of the SIN/COS input relative to the host sample
[00:46:22] <furrywolf> a high resolution encoder communicating over serial would have the same issue
[00:46:59] <pcw_home> nope they sample at the start of xmission
[00:47:32] <furrywolf> but linuxcnc still looks at it every servo period, regardless of when the transmission was sent
[00:48:45] <pcw_home> In a FPGA I guess you could phase lock DPLL to the samples and then the host samples the DPLL phase
[00:49:54] <pcw_home> sure just saying you want to know when the actual sample took place (high res encoders do the sample on the host request)
[00:51:48] <pcw_home> SSI and BISS typically do this on the first few clock cycles
[00:52:21] <magnifikus> is the goal to get current speed from qd. encoder?
[00:52:51] <pcw_home> no thats a (mostly) olved problem
[00:53:21] <pcw_home> talking about interpolater for sine/cos scales on older machines
[00:53:36] <XXCoder> arrrrrrrggrghhhhufwiehgf79745*&%&^%&^
[00:53:52] <XXCoder> I put away vga to dvi adoptor because I thought it wasnt needed
[00:54:05] <XXCoder> guess what? and now I cant find it.
[00:54:47] <magnifikus> im just thinking about my delta and realizing its a nightmare in linearity :D
[00:55:11] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[00:55:17] <XXCoder> one postive though
[00:55:19] <furrywolf> deltas are not trivkins, no. :P
[00:55:36] <XXCoder> I found my quest repair book. i was planning to buy one lol
[00:55:41] <pcw_home> XXCoder: thats why you put things away, so you can buy a new one :-)
[00:55:43] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[00:55:45] <magnifikus> nah the smoothieboard is driving from a to b with with steady velocity oO
[00:55:53] <magnifikus> on an axis
[00:56:08] <XXCoder> pcw_home: lol
[00:56:44] <pcw_home> and then find it years after its of any use
[00:57:36] -!- asdfasd has quit [Ping timeout: 250 seconds]
[00:58:31] -!- Loetmichel [Loetmichel!~cylly@p54B112DD.dip0.t-ipconnect.de] has joined #linuxcnc
[01:02:49] <MacGalempsy> Good evening
[01:03:15] <malcom2073> Evening
[01:06:04] -!- PetefromTn_ has quit [Ping timeout: 272 seconds]
[01:07:06] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[01:11:40] <pcw_home> The DPLL scheme is how our resolver interface works (as do most commercial resolver --> digital converters)
[01:13:16] <pcw_home> linuxcnc reads the phase locked counter not the actual signals. you also get velocity out for this
[01:15:35] <pcw_home> It may be that the IC-HAUS interpolators over sample so much to improve the signal/noise
[01:15:37] <pcw_home> which is going to be a big issue with any arctan lookup system
[01:17:48] <furrywolf> yay, miller-to-camlock adapter cables built.
[01:18:46] -!- robinsz has quit [Ping timeout: 240 seconds]
[01:19:05] <furrywolf> to interpolate you might want to sample as fast as the output pulses... but if you're outputting a number straight to the computer, you don't need to deal with the high-frequency pulses...
[01:20:23] <pcw_home> well I can see sampling the signal at 10X the frequency for noise reasons (Our resolver interface does this )
[01:20:51] <pcw_home> especially for higher interpolation factors
[01:22:57] <furrywolf> you have to be doing some pretty precise machining for the noise on a 1mhz scale to be significant. :)
[01:24:58] <pcw_home> higher resolutions are mostly valuable for better velocity feedback (for slow smooth motions)
[01:25:31] <furrywolf> hrmm, makes sense. but still, noise would represent a very small amount of movement.
[01:26:33] * furrywolf wants equipment where this would matter!
[01:26:58] <pcw_home> Fanuc went from 8000/10000 counts per turn in the 80s, to 64k/1M counts per turn in the 90s to 16M counts/turn around 2000 and I think they are currently at 32M counts/turn
[01:27:09] <furrywolf> I don't think I'm picking up anything with glass scales for $60 at a yard sale. :)
[01:27:52] <pcw_home> the problem is that your velocity signal goes all to hell at low speeds unless you have high res
[01:28:26] <furrywolf> unless you're willing to interpolate for a long time...
[01:28:44] <pcw_home> especially if you up the sample rate which high accuracy machines do
[01:29:51] <pcw_home> thats the problem, you need a high bandwidth and high resolution velocity signal for high accuracy
[01:31:43] <XXCoder> too bad infinite sample isnt possible
[01:31:46] -!- Nutter has quit [Ping timeout: 246 seconds]
[01:33:42] -!- bluemaex has quit [Excess Flood]
[01:33:52] -!- Nutter [Nutter!~hehe@2605:6400:2:fed5:22:f62c:b508:6f00] has joined #linuxcnc
[01:34:26] -!- meryan00 has quit [Ping timeout: 240 seconds]
[01:35:56] <SpeedEvil> XXCoder: it pretty much is
[01:36:03] <magnifikus> i dont get why are you not just running a counter with input as clock
[01:36:09] -!- meryan00 [meryan00!sid28568@gateway/web/irccloud.com/x-bbrjbprylwztvwsv] has joined #linuxcnc
[01:36:18] <magnifikus> or is it analog stuff
[01:36:22] <SpeedEvil> at low speeds, you can interpolate arbitrarily using a camera
[01:39:11] <furrywolf> magnifikus: this discussion started out about glass scales, which output sin/cos analog signals, with the analog value giving information.
[01:39:30] <magnifikus> ahhh okay
[01:40:38] -!- per_sonne has quit [Ping timeout: 268 seconds]
[01:41:15] <magnifikus> now it makes sense :)
[01:46:37] -!- gromits [gromits!~chatzilla@c-107-5-193-94.hsd1.mi.comcast.net] has joined #linuxcnc
[01:48:47] <pcw_home> 10000 counts per turn sounds like high resolution except when you have high precision which means a
[01:48:48] <pcw_home> high gain servo system and you find that at that high gain, full scale drive is only 100 or so counts of
[01:48:50] <pcw_home> error so you get crunchy feedback
[01:56:44] <PetefromTn_> I'm ao excited I just pulled the trigger on a beatiful brand new Maritool 3" 45 degree facemill!!! I have been using my shop built flycutter for so long but I REALLY need a nice quality facemill.
[01:56:56] <PetefromTn_> Now I gotta order some inserts for this steel job
[01:57:52] <PetefromTn_> SEHW1204AFTN it uses these inserts
[02:02:04] -!- tinkerer has quit [Remote host closed the connection]
[02:02:26] <furrywolf> PetefromTn_: I got a lathe today. can't say I'm so excited though. it's more of a "was cheap" than "was exactly what I needed" item. :)
[02:02:26] -!- XXCoderMill [XXCoderMill!1813554d@gateway/web/freenode/ip.24.19.85.77] has joined #linuxcnc
[02:02:29] <XXCoderMill> hey
[02:02:44] <XXCoderMill> I just installed parallel card
[02:02:59] <XXCoderMill> but im not certain how to find which port it uses
[02:03:22] <XXCoderMill> I tried to change HAL to use one port a time but none works anyway so im guessing its something else.
[02:03:48] <furrywolf> dunno. parport Just Worked for me....
[02:04:04] <XXCoderMill> maybe its best to just try re-run hal config.
[02:04:07] <furrywolf> what interface is the parport card? pci?
[02:04:16] <XXCoderMill> pci yeah
[02:04:34] <XXCoderMill> dinner lol be back
[02:04:50] <furrywolf> shows up in lspci? dmesg say anything?
[02:05:05] <PetefromTn_> what kind of lathe?
[02:05:31] <PetefromTn_> I want to get a new lathe too ;)
[02:05:56] <furrywolf> http://www.harborfreight.com/7-inch-x-12-inch-precision-mini-lathe-93799.html :P
[02:06:16] <furrywolf> I set it on the table of my mill, and it covers less than 1/3rd the table. :)
[02:06:17] <PetefromTn_> oh okay mini lathe
[02:06:41] <PetefromTn_> I think it would be fun to have one to keep in the house to play with LOL
[02:07:06] <furrywolf> it's like-brand-new (used once, doesn't show it), $60. came with a box of bits, a drill chuck, etc. couldn't say no.
[02:07:16] <PetefromTn_> Woah that is a deal
[02:07:27] <PetefromTn_> you could sell it and make several times that much I think
[02:07:57] <furrywolf> or keep it... it's a nice intermediate size between my sherline and whatever I get for a real lathe.
[02:08:00] <PetefromTn_> http://www.ebay.com/itm/NEW-SEHT43-AFFN-SEHT1204-AFFN-POLISHED-FOR-ALUMINIUM-10-CARBIDE-INSERTS-/141789233306?hash=item21034c009a What do you guys think of these inserts for ally?
[02:08:20] <PetefromTn_> yeah I did not mean sell it IMMEDIATELY LOL
[02:08:30] <PetefromTn_> just saying you got a good deal
[02:08:38] <furrywolf> it fits entirely within the machining area on my mill, which means it's too small. :)
[02:08:49] <PetefromTn_> funny you say that
[02:08:54] -!- XXCoderMill has quit [Ping timeout: 246 seconds]
[02:09:00] <PetefromTn_> tormach did exactly that with one to make it a cnc lathe LOL
[02:09:14] <PetefromTn_> mounted toolpost on millhead
[02:09:27] <PetefromTn_> screwed lathe to mill table
[02:09:49] <furrywolf> heh, it's plenty small enough to do that on my b&s's table... but the b&s is going to stay manual, so it wouldn't be too useful.
[02:09:52] <PetefromTn_> rumor has it that it worked but was less than perfect
[02:10:04] audio is now known as so
[02:10:12] so is now known as audio
[02:10:18] <PetefromTn_> lots of folks have taken the head off those and made a fourth axis from them too
[02:10:19] <furrywolf> it fits entirely on the table... that is, the table is visible on all four sides of it... the others 2/3rds of the table... lol
[02:10:36] audio is now known as co
[02:10:36] -!- skunksleep has quit [Ping timeout: 255 seconds]
[02:12:19] co is now known as ny
[02:13:27] ny is now known as audioburn
[02:13:48] <XXCoder> back
[02:14:30] <PetefromTn_> sweet glad you got a good deal man
[02:14:36] <XXCoder> furrywolf: yeah it shows twice in list (2 ports) and listed 4 addresses
[02:14:39] <XXCoder> none worked
[02:14:47] <PetefromTn_> right now I have NO lathe so I am jealous LOL
[02:14:47] <XXCoder> maybe need to config it or something first
[02:15:11] -!- magnifikus has quit [Quit: Leaving.]
[02:15:36] <XXCoder> you can have a lathe made from drill press. (I never said GOOD one lol)
[02:16:25] <PetefromTn_> no thanks LOL
[02:19:14] -!- Jymmm has quit [Read error: Connection reset by peer]
[02:20:19] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[02:21:25] <Tom_itx> _methods around?
[02:22:46] -!- Mr_Roboto1 [Mr_Roboto1!~alex@67.167.67.41] has joined #linuxcnc
[02:23:03] -!- Mr_Roboto1 [Mr_Roboto1!~alex@67.167.67.41] has parted #linuxcnc
[02:23:09] -!- Mr_Roboto1 [Mr_Roboto1!~alex@67.167.67.41] has joined #linuxcnc
[02:23:13] -!- Mr_Roboto1 [Mr_Roboto1!~alex@67.167.67.41] has parted #linuxcnc
[02:24:08] <malcom2073> Heh, I don't think that would be very safe, considering how drill press chucks are held in
[02:24:21] <XXCoder> indeed
[02:24:50] <XXCoder> yummy dinner. noit very fancy but..
[02:24:56] <PetefromTn_> honestly I would like to figure out a way to put a small 3" chuck on one of my cat40 arbors and do some vertical CNC turning stuff...
[02:28:50] -!- KGB-linuxcnc has quit [Ping timeout: 240 seconds]
[02:30:06] <jdh> I have an r8 3 jaw chuck
[02:30:20] <Tom_itx> http://boltontool.com/3%20Jaw
[02:30:33] <XXCoder> PetefromTn_: I heard of using mill as lathe before
[02:30:37] <XXCoder> using table to hold tools
[02:31:23] <PetefromTn_> Tom_itx I can get the chuck anywhere the problem is mounting it LOL'
[02:31:39] <Tom_itx> it's got a stud in the back it says
[02:31:44] <Tom_itx> collet to stud
[02:31:47] <Tom_itx> done
[02:32:35] <PetefromTn_> I think they are referring to direct mount cam lock studs
[02:33:03] <PetefromTn_> which are not in the center rather in a radial pattern like the D1-4 I had on my 12x36 lathe
[02:33:07] <Tom_itx> http://www.ebay.com/itm/CAT-40-Adapter-to-EDM-5-Faceplate-Tool-Holder-SNT-3R-Used-WARRANTY-/171574457080
[02:33:58] <XXCoder> rust on taper thats not good
[02:34:46] <jdh> cat40->mt4 adapter + mt4 3-jaw
[02:35:10] <PetefromTn_> heh I actually have a spare 3/4 inch cat40 shell mill holder I could maybe do something like that with
[02:35:16] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[02:35:44] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[02:35:48] -!- sumpfralle1 [sumpfralle1!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[02:36:40] <PetefromTn_> heh I am trying to order some inserts from shars and their damn shopping cart has a banner that says if you subscribe to their email newsletter you can get 10 percent off but it does exactly nothing when you click on it....
[02:37:05] -!- sumpfralle1 has quit [Client Quit]
[02:37:09] <PetefromTn_> anyone got a shars coupon code?
[02:39:11] -!- md-2 has quit [Ping timeout: 252 seconds]
[02:43:33] <Wolf_> what about the box at the bottom right that says SIGN UP FOR EMAIL SALES
[02:44:08] <PetefromTn_> ya think thats it LOL
[02:45:36] <Wolf_> *Coupon code EMAIL10 only valids for 1 time use per customer and has no expiration date. Enter code in the coupon code box in the Shopping Cart when ordering online. Coupon code only valid for future online orders..
[02:47:08] <Wolf_> check their eBay store as well
[02:47:42] <PetefromTn_> Discounts may not apply to shipping charge and certain products such as American Made Cutting Tools or Carbide Insert
[02:48:22] <Wolf_> http://stores.ebay.com/Discount-Machine-Shop?_trksid=p2047675.l2563
[02:49:49] <furrywolf> I just fixed the head on an Allen brand ratchet... it's different. never seen the design before. uses a semicircular slug with teeth on it and flat ends, that's slid side to side against a flat part on the drive, with a spring that pulls it towards one side or the other. it gets wedged between the outer teeth and the flat part when you put force on it.
[02:49:52] <PetefromTn_> assholes don't give the discount on the current order nor do they do it for carbide inserts
[02:51:15] * furrywolf looks for a picture
[02:51:19] <Tom_itx> nice
[02:52:28] -!- zeeshan-mill has quit [Ping timeout: 272 seconds]
[02:52:41] -!- anomynous has quit [Read error: Connection reset by peer]
[02:53:05] -!- anomynous_ [anomynous_!~anomynous@37-136-54-145.rev.dnainternet.fi] has joined #linuxcnc
[02:53:20] <furrywolf> http://c.shld.net/rpx/i/s/pi/mp/10151437/prod_6434425030?src=http%3A%2F%2Fwww.tarafortuna.com%2Fimages%2Fz%2FI%2F613ZB1Xsl7L._SL1500_.jpg&d=7ca45924de14b9de45683e6dbbb34fd6be3c1bdb&hei=1000&wid=1000&op_sharpen=1 crappy picture
[02:53:58] <XXCoder> holy fuck what a idiot
http://www.11alive.com/story/news/nation-now/2015/09/21/police-woman-jumps-car-after-seeing-spider-causes-crash/72565328/
[02:54:01] -!- redlegion has quit [Ping timeout: 246 seconds]
[02:54:19] <furrywolf> the little flat thing in the middle of the diagram slides along the flat side of the part at the bottom of the diagram, wedging itself into the corners.
[02:55:25] <furrywolf> lol
[02:56:20] <PetefromTn_> nevermind screw shars I found a brand new package of 10 carbide steel cutting inserts for that facemill on ebay for half their price.
[02:56:44] <furrywolf> hopefully not from the shars ebay store. :P
[02:56:50] <PetefromTn_> with the difference I ordered ANOTHER package of 10 aluminum specific polished dished inserts as well...
[02:56:52] <PetefromTn_> nope
[02:57:03] -!- redlegion [redlegion!~x@unaffiliated/redlegion] has joined #linuxcnc
[02:57:54] <PetefromTn_> http://www.ebay.com/itm/141789233306 got some of these..
[02:58:09] <furrywolf> my favorite ratchet head design is still the Easco, with two mechanisms offset by half a tooth to double the fineness.
[02:58:42] <PetefromTn_> the other seller is industryrecycles
[03:01:00] <Tom_itx> i wish i knew how the sheetmetal tools worked in sw
[03:01:18] <Tom_itx> ie how the bend allowance works
[03:01:40] <Wolf_> no idea, I tried to learn it and gave up after two nights of fighting with it
[03:02:04] <Tom_itx> i get the basic shape but it's out of tolerance
[03:02:05] <XXCoder> furrywolf: nice! wonder if its possible to do 1/3
[03:02:33] <furrywolf> of course it is. :P
[03:02:51] <XXCoder> wonder how far it can go into 1/inf before it gets silly
[03:04:33] <furrywolf> I need to pick up more Craftsman ratchets... running low on them.
[03:05:14] -!- gromits has quit [Quit: ChatZilla 0.9.92 [Firefox 41.0.1/20150929144111]]
[03:05:41] <furrywolf> when people ask to borrow tools, I give them craftsman ratchets. it's not insulting like giving them a harbor freight ratchet, but I don't care when they invariably fail to come back. :P
[03:06:56] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[03:07:21] <XXCoder> lol
[03:07:33] <furrywolf> with pawls the size of the easco ones, I think you could fit three in. any more and you'd need to shrink the pawls, weakening them.
[03:08:05] <XXCoder> interesting
[03:08:39] <furrywolf> maybe only two. can't find a photo online, and I'm not taking mine apart for the hell of it.
[03:10:29] <PetefromTn_> speaking of tools
[03:10:41] <PetefromTn_> at the shop I am working in they all have snap on tools
[03:10:48] <furrywolf> http://s243.photobucket.com/user/ormd/media/Easco/IMG_2186.jpg.html yeah, only two, at least in that one.
[03:10:54] <PetefromTn_> and they gave me some pneumatic tools to use
[03:11:04] <PetefromTn_> die grinders and pencil grinders etc.
[03:11:04] <furrywolf> they're not quite 180 degrees apart. :)
[03:11:33] <PetefromTn_> I must say that the large diameter slower speed die grinder I have been using is VERY nice
[03:11:48] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[03:11:57] <furrywolf> big air motors are bigger. :P
[03:12:06] <PetefromTn_> probably costs three or four times what it should
[03:12:14] <PetefromTn_> but it has a LOT of torque
[03:12:30] <PetefromTn_> has directional exhaust
[03:12:39] <PetefromTn_> nice black housing with comfortable grip
[03:12:47] <PetefromTn_> just a high quality tool overall
[03:13:06] <furrywolf> snap-on?
[03:13:12] <PetefromTn_> yeah
[03:13:30] <Wolf_> just need to figure out who really makes it
[03:13:33] <PetefromTn_> they also have an angle die grinder that is the same style/build
[03:13:33] <furrywolf> last I heard, snap-on doesn't make any of their air tools... it's probably made by ingersoll-rand or such.
[03:13:55] <PetefromTn_> I'm sure it is not made by snap on but just saying it is really nice
[03:14:37] <furrywolf> don't buy anything from snap-on with a power cord.
[03:14:44] <furrywolf> they manage to rebrand some of the worst utter shit.
[03:15:21] <PetefromTn_> the welding helmet I got from them over there is also snap on and it is really nice too
[03:16:03] <PetefromTn_> again no idea who actually makes it
[03:16:20] <furrywolf> I've been really happy with my ingersoll-rand air tools... I have IR impacts from 1/4" to 1". :)
[03:16:54] <furrywolf> my favorite air ratchet is an old Mac one, from back before they were b&d. it'll crush your fingers if you're not ready for it...
[03:17:40] <furrywolf> I also have IR's "knucklesaver" impact air ratchet, but it really doesn't develop the torque the idea should.
[03:19:06] -!- membiblio has quit [Ping timeout: 260 seconds]
[03:19:40] <furrywolf> http://www.ingersollrandproducts.com/ap-en/products/tools/ratchets/1-2-drive/1111-knuckle-saver it's a combination of an impact wrench and and an air ratchet... it works, but it should be a lot more impressive than it is.
[03:19:58] <furrywolf> Features
[03:19:58] <furrywolf> Up to 50 ft-lb of torque
[03:20:11] <furrywolf> that's just pathetic for anything with an impact mechanism!
[03:20:52] <Wolf_> lol, 50ft-lbs? why bother
[03:21:21] <PetefromTn_> I honestly have MOSTLY Campbell Hausfeld mechanic type pneumatic tools and honestly other than the small 1/2 inch I bought over a decade ago I have been more than happy with them.
[03:21:36] <PetefromTn_> I have a few IR tools too
[03:21:47] -!- membiblio [membiblio!~membiblio@108.32.57.2] has joined #linuxcnc
[03:21:48] <PetefromTn_> and the pencil grinders are sioux
[03:22:01] <PetefromTn_> as is one of my 3/8 butterfly impacts
[03:22:12] <PetefromTn_> those are really good tools too
[03:22:14] <furrywolf> I've gotten rid of much of my chinese air tools... sick of them. have US-made ones for most things now.
[03:22:37] <furrywolf> I have a snap-on 3/8 butterfly... needs a new hog ring, have to chase down the truck one of these days.
[03:22:39] <PetefromTn_> like I said never had ANY problems from them
[03:22:51] <furrywolf> I've had nothing but problems with them. lol
[03:23:00] <PetefromTn_> even the small 1/2 inch does its job but it is not as powerful as the IR
[03:23:15] <PetefromTn_> most of mine are many many years old of hard use
[03:23:20] <furrywolf> in fact, I have a broken 1/2" impact sitting a few feet from here... I got it out to let a friend use it, but it got returned (normally they don't) because it didn't work.
[03:23:35] <PetefromTn_> Oh wait I take that back
[03:23:59] <PetefromTn_> I did buy one 90 degree die grinder and the clamping collar on the rotating head stripped out
[03:24:17] <PetefromTn_> I tried to fix it but it is such an inexpensive tool I just bought a new one
[03:24:25] <furrywolf> I got a HF air drill with a bad gearbox, a nibbler with a bad motor, an auto parts store branded air impact that didn't make enough torque to be useful, a pencil grinder that failed after five minutes, etc, etc, etc...
[03:25:29] <furrywolf> I got an IR nibbler, and it works great. I still keep a HF one around for cutting stainless, because it trashes dies, and I might as well trash cheap dies...
[03:32:23] * furrywolf curls up and yawns
[03:41:30] -!- per_sonne has quit [Ping timeout: 255 seconds]
[03:43:54] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[03:49:28] -!- arlekin has quit [Ping timeout: 272 seconds]
[03:49:43] <furrywolf> bbl, wolfy bedtime
[03:50:25] -!- ve7it has quit [Remote host closed the connection]
[03:51:22] -!- skunksleep has quit [Ping timeout: 250 seconds]
[03:52:15] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[03:52:53] -!- XXCoderMill [XXCoderMill!1813554d@gateway/web/freenode/ip.24.19.85.77] has joined #linuxcnc
[03:53:31] <XXCoderMill> sigh
[03:53:42] <XXCoderMill> not sure what to do now lol
[03:53:52] <XXCoderMill> tried muill config but it defaults to port 1
[03:54:19] * furrywolf suggests sleeping on it
[03:54:21] <XXCoderMill> how do I change to port 2
[03:56:54] -!- skunksleep has quit [Ping timeout: 260 seconds]
[04:02:19] -!- AR_ has quit [Ping timeout: 250 seconds]
[04:03:53] -!- furrywolf has quit [Ping timeout: 265 seconds]
[04:04:34] -!- anomynous [anomynous!~anomynous@37-136-54-145.rev.dnainternet.fi] has joined #linuxcnc
[04:07:09] -!- anomynous_ has quit [Ping timeout: 255 seconds]
[04:07:23] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[04:12:12] -!- arrowbook has quit [Read error: Connection reset by peer]
[04:12:13] -!- mannar has quit [Read error: Connection reset by peer]
[04:14:35] <XXCoderMill> huh?
[04:14:48] <XXCoderMill> guide website says I can set parallel port
[04:15:04] <XXCoderMill> but there is nothing on stepconf fopr changing parallel port #
[04:15:28] <XXCoderMill> "You may specify the address as a hexidecimal (often 0x378) or as linux’s default port number (probably 0)"
[04:25:22] -!- arlekin has quit [Ping timeout: 260 seconds]
[04:53:42] <XXCoderMill> man
[04:53:46] <XXCoderMill> cant find any info
[04:53:53] <Jymmm> 0378 0278 03BC
[04:55:01] <XXCoderMill> Jymmm: my pc has no built in parallel port
[04:55:17] <Jymmm> did yu add a pci paraport card?
[04:55:22] <XXCoderMill> so far I think port are 0xa400 or 0xac00
[04:55:35] <XXCoderMill> but editing hal does not have any effect
[04:55:58] <XXCoderMill> add as in how? it does show up in linux devices list
[04:57:03] <Jymmm> what list? in terminal?
[04:57:06] <Jymmm> lspci -w
[04:57:11] <Jymmm> lspci -v
[04:58:36] -!- FinboySlick has quit [Quit: Leaving.]
[04:59:06] <XXCoderMill> yeah
[04:59:24] <Jymmm> Ok, so what base address did it say?
[04:59:39] <XXCoderMill> its dual port so there is 2 addresses
[04:59:45] <Jymmm> Ok, so what base address did it say?
[05:00:02] <XXCoderMill> a000 a400 a800 ac00
[05:00:16] <XXCoderMill> (yeah dunno why 2 per port)
[05:04:28] <XXCoderMill> though iports seem to have bit different result
http://pastebin.com/tYxPcyZG
[05:05:07] <XXCoderMill> it does show onboard which is odd because pc dont have one.
[05:12:02] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc
[05:14:09] <Jymmm> The PC doens't need to have a physical connector (DB25), it just needs to have a chipset that has those and other devices. Typically a usb-PCI/port bridge including PS/2, usb , serial, parallel, etc
[05:14:24] <XXCoderMill> hmm yeah probably has pins somewhere
[05:14:48] <XXCoderMill> but I already set card and want to use it. tried bunch stuff but dont work.
[05:15:19] -!- robinsz [robinsz!~robin@88.97.63.122] has joined #linuxcnc
[05:16:06] -!- md-2 has quit [Ping timeout: 244 seconds]
[05:16:22] -!- bobo has quit [Quit: Page closed]
[05:18:10] <XXCoderMill> oh yeah Jymmm heres lspci -v
http://pastebin.com/1MkfVKha
[05:18:59] -!- SEL has quit [Remote host closed the connection]
[05:19:44] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc
[05:19:49] -!- robinsz has quit [Ping timeout: 246 seconds]
[05:27:38] <XXCoderMill> see any problem?
[05:31:44] <zeeshan|2> ZZzZzz
[05:33:21] <zeeshan|2> furrywolf snapon does make their own tools.
[05:33:24] <zeeshan|2> with the exception of blue point.
[05:34:00] -!- XXCoderMill has quit [Ping timeout: 246 seconds]
[05:34:37] -!- JayDugger [JayDugger!~jwdugger@108.19.186.58] has parted #linuxcnc
[05:39:05] <XXCoder> zeeshan|2: hey
[05:39:11] <XXCoder> been trying to solve problem
[05:39:14] <zeeshan|2> hi
[05:39:16] <zeeshan|2> what prob
[05:39:46] <XXCoder> my pc do have onboard parallel port but it does not work (no ribbon long enough to reach it and still be able to connect to slots in back)
[05:39:58] <XXCoder> but I has additional card pci for parallel ports
[05:40:08] <XXCoder> however I dont know how to configure it to work.
[05:40:15] <zeeshan|2> did you ins tall the drivers?
[05:40:28] <zeeshan|2> most pci type parallel port cards need a driver
[05:40:42] <XXCoder> using linuxcnc but how do I do that
[05:40:42] <zeeshan|2> after that you will see it pop up on lspci -vvv
[05:40:48] <XXCoder> it already does.
[05:40:50] <zeeshan|2> youre gonna have to find the drivers
[05:40:53] <zeeshan|2> yes
[05:40:55] <zeeshan|2> but when it pops up
[05:41:03] <zeeshan|2> lemme check your output
[05:41:12] <zeeshan|2> 01:06.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O Controller (prog-if 03 [IEEE1284]) Subsystem: Device a000:2000 Flags: bus master, medium devsel, latency 32, IRQ 16 I/O ports at ac00 [size=8] I/O ports at a800 [size=8] Memory at fdeff000 (32-bit, non-prefetchable) [size=4K] Memory at fdefe000 (32-bit, non-prefetchable) [size=4K]
[05:41:52] -!- amiri has quit [Ping timeout: 246 seconds]
[05:42:24] -!- per_sonne has quit [Ping timeout: 264 seconds]
[05:42:50] <zeeshan|2> looks like its working right
[05:43:07] <XXCoder> yeah but im not sure how to modify HAL file
[05:43:30] <XXCoder> I tried few different methods. none worked. stepconf dont seem to allow me to select ports unless 2, and still doesnt work
[05:44:27] <zeeshan|2> hal is easy to do
[05:44:31] <zeeshan|2> just make sure you got these 2 lines:
[05:45:06] <zeeshan|2> loadrt probe_parport loadrt hal_parport cfg="0xa400 out 0xa400 in "
[05:45:38] <XXCoder> okay gonna get to pc on again when I finish reading this article. a min or so
[05:47:09] <XXCoder> ok going now a sec
[05:50:29] -!- XXCoder_mill [XXCoder_mill!1813554d@gateway/web/freenode/ip.24.19.85.77] has joined #linuxcnc
[05:50:35] <XXCoder_mill> okay
[05:50:40] <XXCoder_mill> mind repeat that line lol
[05:51:34] <zeeshan|2> loadrt probe_parport
[05:51:38] <zeeshan|2> loadrt hal_parport cfg="0xa400 out 0xa400 in "
[05:51:43] <zeeshan|2> i need to go to bed :()
[05:52:12] <XXCoder_mill> thanks. min wait just a minute?
[05:52:15] <zeeshan|2> yes
[05:52:33] <XXCoder_mill> 0xa400
[05:52:37] <XXCoder_mill> er copy fail
[05:52:56] * Jymmm mumbles PEBKAC
[05:53:02] <XXCoder_mill> lol
[05:54:46] <XXCoder_mill> sigh glad I made a backup now recovering it lol
[05:55:25] <XXCoder_mill> error :(
[05:55:58] <XXCoder_mill> it says cant find probe
[05:56:04] <XXCoder_mill> _parport
[05:57:19] <XXCoder_mill> /hal.parport.ko resource temp busy?
[05:57:58] <XXCoder_mill> it says parport2 claim failed in dmesg
[05:58:12] <anomynous> i found a free energy magnet motor on youtube. How does it work?
[05:58:25] <XXCoder_mill> by dratining magnet
[05:58:33] <anomynous> dratining?
[05:58:37] <XXCoder_mill> draining
[05:58:43] <anomynous> how do you drain them?
[05:58:45] <XXCoder_mill> that or its all bullcrap
[05:58:57] <XXCoder_mill> in either case there is no free lunch
[05:59:09] <anomynous> but it was spinning. Maybe he is putting some kind of gasoline inside the magnets
[05:59:39] <XXCoder_mill> nah
[05:59:47] <XXCoder_mill> magnets are being slowly demagnetized
[05:59:52] <XXCoder_mill> evenually it will be dead
[06:00:08] <XXCoder_mill> or theres some other trickery
[06:00:10] <anomynous> does it take more than a year?
[06:00:51] <anomynous> whats that impossible waterfall called?
[06:00:58] <XXCoder_mill> shouldnt be that long but ultimately not free energy as you will get far less energy out of it than energy used to make em magnets
[06:01:05] <anomynous> i once saw a really good video about it...
[06:01:23] <XXCoder_mill> nonelcuidian waterfall lol loved that artist artwork
[06:01:35] <XXCoder_mill> forgot exact art title name
[06:01:42] <zeeshan|2> modprobe parport?
[06:01:46] <zeeshan|2> in terminal?
[06:02:29] <anomynous> https://www.youtube.com/watch?v=0v2xnl6LwJE
[06:03:07] <XXCoder_mill> zeeshan|2: no result
[06:03:59] <zeeshan|2> hm
[06:04:02] <zeeshan|2> too tired to think
[06:04:06] <zeeshan|2> will try tomorrow if you havent figured it :P
[06:04:16] <anomynous> https://www.youtube.com/watch?v=Lwm-yGCjOjU watch this only after the first vid
[06:04:17] <XXCoder_mill> np have good rest
[06:04:39] <XXCoder_mill> thanks again zeeshan|2
[06:04:46] <zeeshan|2> np, i was useless :P
[06:08:41] <anomynous> XXCoder_mill, what is knowing non-euclidean geometry good for?
[06:08:52] <XXCoder_mill> nothing really
[06:08:56] <anomynous> duh
[06:09:06] <anomynous> nothing?
[06:09:22] <anomynous> id want to know geometry on ball surface
[06:10:17] <anomynous> XXCoder_mill, what do i need to read to learn that? ;D
[06:10:45] <XXCoder_mill> learn to read, read to learn.
[06:11:02] <anomynous> thats... thats... not an answer.
[06:11:40] <anomynous> like some text-book like thing without too much all kinds of hard symbols unexplained ;D
[06:14:07] <anomynous> if i could do geometry on hyperbolic surface i could cnc carve straight lines to pringles ;D thats useful
[06:14:41] <Jymmm> Not very tasty though
[06:15:24] <anomynous> how to learn math if you dont have time or money to take open university courses?
[06:15:24] <XXCoder_mill> lol
[06:15:30] <Jymmm> anomynous: You have netflix?
[06:15:33] <anomynous> nope
[06:15:37] <XXCoder_mill> there is free online "classes"
[06:15:50] <anomynous> most of the tv is just... garbage
[06:15:51] <XXCoder_mill> look for free college class online
[06:15:52] <anomynous> i dont have one
[06:15:57] <Jymmm> anomynous: amazon?
[06:15:58] <anomynous> mm
[06:16:01] <XXCoder_mill> and avoid scummy ones
[06:16:06] <anomynous> amazon? book store?
[06:16:12] <Jymmm> prime
[06:16:14] <anomynous> XXCoder_mill, mm
[06:16:15] <anomynous> nope
[06:16:21] <anomynous> i dont watch tv if thats what youre asking
[06:16:37] <Jymmm> anomynous: Well get a free trial of netflix for 30days and watch "The Code"
[06:16:49] <anomynous> a movie?
[06:16:54] <Jymmm> series
[06:16:57] <Jymmm> mini series
[06:16:59] <anomynous> educational?
[06:17:03] <Jymmm> very
[06:17:10] <XXCoder_mill> jeez
[06:17:22] <XXCoder_mill> linuxcnc errors says to include all info in it
[06:17:29] <XXCoder_mill> but I cant copy off it.
[06:19:08] <XXCoder_mill> finally. for some reason it must select all to be copied. so I pasted it into notepad to copy one line
[06:19:09] <anomynous> Jymmm, id want to actually use some aspects of maths. Not just take a peek at a little on everything
[06:19:10] <XXCoder_mill> Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/hal_parport.ko: Resource temporarily unavailable
[06:20:21] <Jymmm> anomynous:
https://www.youtube.com/watch?v=5RAtFSEkFho
[06:22:28] <Jymmm> anomynous: Ok, found it for you, 6 episodes,
https://www.youtube.com/watch?v=SIsWLnipsIg
[06:22:37] <XXCoder_mill> weird. parport_pc 21896 4 parport 35208 3 lp,ppdev,parport_pc
[06:22:45] <XXCoder_mill> lsmod shows it being used
[06:23:01] <XXCoder_mill> maybe linuxcnc didnt close it when it error'd out?
[06:23:09] <anomynous> jymm have you studied math?
[06:23:34] <Jymmm> anomynous: I have a hobby of cryptography
[06:23:47] <anomynous> ah. a man in his primes.
[06:23:55] <anomynous> ;D
[06:24:16] <Jymmm> factorially speaking that is
[06:25:28] <Jymmm> anomynous: Well, what YOU speak of is what I call "hard numbers", and that's not really what I'm into. But if you watch that series (all episodes), you might get where I'm at
[06:26:26] <anomynous> okay
[06:26:36] <anomynous> i just wanted to do geometry on a ball surface ;D
[06:27:06] <Jymmm> Yes, I understand. That's why I mentioned that series
[06:27:12] <anomynous> okay
[06:27:16] <anomynous> special thanks ;)
[06:29:24] <Jymmm> anomynous: Ah, ok, well you'll like that series, but I forgot it was THIS is what I was looking for (they are related)
http://www.ted.com/talks/margaret_wertheim_crochets_the_coral_reef?language=en
[06:30:01] <Jymmm> anomynous: ignore the speaker (she's a douche), but what they accomplished
[06:30:38] <Jymmm> or discovered, or however you want to phrase it.
[06:31:09] <Jymmm> anomynous: Basically hyperbolic geometry.
[06:35:59] <XXCoder_mill> its ALLIVE
[06:36:05] <XXCoder_mill> finally.
[06:36:23] <XXCoder_mill> accel was so fast initally that table rocked lol (old dinner table)
[06:36:58] <XXCoder_mill> had to change few signals to invert apparently
[06:43:42] <ganzuul> https://www.youtube.com/watch?v=SajkXIZsU-g
[06:43:49] <ganzuul> =<
[06:44:00] <ganzuul> !xC
[06:44:45] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[06:45:08] <Deejay> moin
[06:45:21] <ganzuul> o/
[06:45:27] <Deejay> \o/
[06:45:37] -!- aventtini [aventtini!~sad@5-12-130-113.residential.rdsnet.ro] has joined #linuxcnc
[06:46:52] <Jymmm> XXCoder_mill: Pay anomynous' consulting fees
[06:47:27] <XXCoder_mill> lol
[06:54:59] <XXCoder> hmm
[06:55:12] <XXCoder> 1605 ball screw mean it moves 16 mm per rotation?
[06:55:31] <archivist> I doubt it
[06:55:50] <archivist> measure, read the spec
[06:55:51] <XXCoder> yeah doubt it too
[06:56:09] <XXCoder> all it says is 1605 (or 1204)
[06:57:31] <archivist> tell it to move 20mm measure how far it moved, or use a ruler/vernier and measure the ballscrew
[06:58:08] <XXCoder> nice
[06:58:09] <XXCoder> http://www.aquickcnc.com/wiki/Stepper_Motor_Calculations
[06:58:12] <XXCoder> brb
[06:58:49] <XXCoder_mill> okay calculating now lol
[07:03:53] <XXCoder_mill> wha??
[07:04:03] <XXCoder_mill> linuxcnc dont come with calc?
[07:04:31] <archivist> the OS does have a calculator
[07:07:42] <Jymmm> expr 1 + 1
[07:08:23] <XXCoder_mill> I see few methods to abuse like sheet
[07:08:28] <XXCoder_mill> but no basic calc
[07:08:32] <Jymmm> from bash shell that is =)
[07:09:56] <XXCoder_mill> i know :)
[07:21:39] <archivist> applications->accessories->calculator
[07:24:23] -!- aventtini1 [aventtini1!~mikron@89.120.126.48] has joined #linuxcnc
[07:28:39] -!- aventtini1 has quit [Ping timeout: 240 seconds]
[07:28:40] <XXCoder_mill> nope
[07:28:47] <XXCoder_mill> moving to pc a sec
[07:28:55] -!- XXCoder_mill has quit [Quit: Page closed]
[07:34:51] -!- arrowbook has quit [Client Quit]
[07:34:53] -!- mannar has quit [Read error: Connection reset by peer]
[07:35:51] <XXCoder> heyyyy
[07:36:03] <XXCoder> archivist: glad to finally see it functioning!
[07:36:16] <XXCoder> just need to understand few stuff as I got few stuff wrong
[07:36:24] <XXCoder> home machine basically is set g53 correct?
[07:38:21] <archivist> I use the axis buttons to home (no switches on mine)
[07:39:05] <XXCoder> I has switches but not installed yet
[07:39:09] <XXCoder> unsure how to do that yet
[07:40:06] <archivist> just move axes to home (jog) and click the home axis
[07:40:17] -!- kingarma1illo has quit [Ping timeout: 250 seconds]
[07:40:19] <XXCoder> so that sets machine zeros eh
[07:43:07] -!- per_sonne has quit [Ping timeout: 246 seconds]
[08:02:51] -!- Miner_48er has quit [Quit: Leaving]
[08:05:55] -!- rob_h [rob_h!~robh@90.216.245.185] has joined #linuxcnc
[08:27:52] -!- _abc_ [_abc_!~user@unaffiliated/ccbbaa] has joined #linuxcnc
[08:28:42] <_abc_> Hello. Can someone please enlighten me, how axis can be made to have one, two or three hming buttons? The sim setup axis is shipped with has one button, normal setups made by hand or by stepconf have 3 for 3 axes. I can't find the settings which do this?
[08:30:24] <archivist> it will be one button per axis defined in the ini
[08:38:03] <archivist> also will depend on types of homing defined for those axes probably
[08:53:39] -!- mannar has quit [Remote host closed the connection]
[08:56:28] -!- asdfasd [asdfasd!~332332@2.221.176.5] has joined #linuxcnc
[09:13:50] -!- per_sonne has quit [Ping timeout: 240 seconds]
[09:14:56] -!- arrowbook has quit [Read error: Connection reset by peer]
[09:18:32] -!- mannar has quit [Ping timeout: 250 seconds]
[09:22:35] -!- mannar has quit [Read error: Connection reset by peer]
[09:33:51] -!- mannar has quit [Read error: Connection reset by peer]
[09:37:09] -!- arrowbook has quit [Read error: Connection reset by peer]
[09:37:09] -!- arrowcnc_ has quit [Read error: Connection reset by peer]
[09:38:19] -!- moorbo [moorbo!~moorbo@dyn-int-216-158.hrz.uni-kassel.de] has joined #linuxcnc
[09:42:27] -!- moorbo has quit [Read error: Connection reset by peer]
[09:43:07] -!- moorbo [moorbo!~moorbo@dyn-int-216-158.hrz.uni-kassel.de] has joined #linuxcnc
[09:43:09] -!- arrowbook has quit [Client Quit]
[09:57:25] -!- robinsz [robinsz!~robin@88.97.63.122] has joined #linuxcnc
[09:58:01] <XXCoder> http://www.cracked.com/photoplasty_202_if-we-used-animals-like-the-flinstones/
[09:58:07] <XXCoder> funny. had to eyeroll on some entries
[10:01:50] -!- arrowcnc_ has quit [Ping timeout: 260 seconds]
[10:04:38] <MacGalempsy> NICE
[10:09:30] <_abc_> archivist: The sim has 1 button and 3 axes, with no homing switches. The setup I tested also has 3 axes, no homing switches yes, and 3 buttons... I need to read that jungle to try to guess which setting does it. Any hints?
[10:09:57] <MacGalempsy> archivist: how is the CMM working?
[10:16:36] -!- moorbo has quit [Ping timeout: 255 seconds]
[10:24:01] <XXCoder> suck it.
http://i.crackedcdn.com/phpimages/photoshop/8/0/5/269805.jpg?v=1
[10:26:02] <XXCoder> honestly this is worse of lot. haven't they checked how it looks before mass production?
http://i.crackedcdn.com/phpimages/photoshop/7/9/1/269791.jpg?v=1
[10:26:35] <XXCoder> the fact that everyones looking at it just drives it home.
[10:26:42] <MacGalempsy> you need this for your machine
http://www.ebay.com/itm/Samsung-FARA-T02-Robocon-SRCP-OTP1B-Robot-Machine-Tool-Controller-Teach-Pendant-/351443549390?hash=item51d3aafcce
[10:26:53] <MacGalempsy> good luck programming
[10:26:59] <XXCoder> no wheel no buy
[10:29:11] -!- moorbo [moorbo!~moorbo@dyn-21-143.mdm.its.uni-kassel.de] has joined #linuxcnc
[10:29:25] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[10:29:45] <XXCoder> I will evenually buy that pendant thats nice and small
[10:29:53] <XXCoder> AND wireless. nice bonus.
[10:30:59] <fenn> why is small important?
[10:31:13] <XXCoder> dont need a pendant bigger than my machine ;)
[10:31:26] <MacGalempsy> http://www.ebay.com/itm/IKO-LWL-12-4-5cm-Travel-XY-Stage-with-Theta-and-22mm-Z-Actuator-w-Vacuum-Tip-/161739218192?hash=item25a8689d10
[10:31:28] <XXCoder> my machines not that small but I dont like "wall of buttons"
[10:31:43] <fenn> yeah i think tom's pendant has the right amount of buttons
[10:31:49] <XXCoder> I hate fadal 2000s because of that
[10:32:04] <XXCoder> compared to ancient 1980 fadal's considerable simpler interface.
[10:32:34] <XXCoder> too bad its quite worn and some issues with design. like say drains is at back and nothing to remove chips
[10:36:28] <XXCoder> fenn: more modern ones has lots buttons but way better organized
[10:36:37] <XXCoder> I can see whats going on with glance
[10:39:20] <fenn> http://tom-itx.no-ip.biz:81/~webpage/cnc/pendant/pendant1.jpg
[10:40:17] <fenn> estop should be on side though
[10:40:39] <XXCoder> fenn: nice one
[10:40:56] <XXCoder> easy to quickly change modes by feel
[10:41:18] <XXCoder> one I am considering to buy has wheel but not those mode knobs
[10:42:03] <fenn> mode buttons might be better, shrug
[10:42:26] <XXCoder> I used either way and I like knobs
[10:43:07] <XXCoder> when i'm trying to find edge I don't want to look at pendant over and over
[10:48:47] -!- moorbo has quit []
[11:04:16] -!- chris_99 [chris_99!~chris_99@unaffiliated/chris-99/x-3062929] has joined #linuxcnc
[11:07:52] -!- skunksleep has quit [Ping timeout: 246 seconds]
[11:11:26] -!- magnifikus [magnifikus!~Moritz@ip-178-200-183-235.hsi07.unitymediagroup.de] has joined #linuxcnc
[11:15:06] -!- per_sonne has quit [Ping timeout: 252 seconds]
[11:37:36] -!- robinsz has quit [Ping timeout: 264 seconds]
[11:46:18] -!- robinsz [robinsz!~robin@88.97.63.122] has joined #linuxcnc
[11:51:31] -!- moorbo [moorbo!~moorbo@dyn-21-143.mdm.its.uni-kassel.de] has joined #linuxcnc
[11:52:05] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[12:01:29] -!- moorbo has quit []
[12:34:04] -!- b_b has quit [Changing host]
[12:35:22] -!- aventtini has quit [Ping timeout: 260 seconds]
[12:35:41] -!- aventtini1 [aventtini1!~sad@5-12-130-113.residential.rdsnet.ro] has joined #linuxcnc
[12:36:02] <aventtini1> hello gys
[12:36:04] <aventtini1> guys
[12:36:22] <aventtini1> i have made the oil pump to work today
[12:36:26] <aventtini1> works perfect
[12:37:50] <XXCoder> aventtini1: nice
[12:38:37] -!- txp has quit [Quit: Leaving]
[12:44:20] <aventtini1> 1mm in full 1000rpm 300mm feed
[12:44:33] <aventtini1> like on gear spindle
[12:44:34] <aventtini1> :))
[12:45:54] <XXCoder> I got my machine to work properly
[12:45:58] <XXCoder> right scale and all
[12:46:02] <XXCoder> awesome.
[12:46:20] <XXCoder> will try more stuff tomorrow after I figure some more stuff
[12:46:43] <aventtini1> i need a rpm meter
[12:49:03] <_abc_> Say what exactly must be done to make mousepad save files in debian linuxcnc ed. ?
[12:49:22] <_abc_> It does save the file edited but the file on disk is not changed. Something is very weird.
[12:49:33] <XXCoder> I need to install limit switches but still NO idea how to do that.
[12:49:35] <_abc_> Editing the file with another editor works fine, saved and all.
[12:53:48] -!- aventtini1 has quit [Ping timeout: 264 seconds]
[13:04:35] <_abc_> G92 with no axes is the same as G92.1 right?
[13:11:05] <Tom_itx> _abc_ did you figure out your homing?
[13:13:17] <Tom_itx> you can set homing order in the ini
[13:13:22] <robinsz> XXCoder, limit switches? they are not that useful
[13:13:40] <XXCoder> robinsz: I would like to have easy home.
[13:13:45] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[13:13:50] <robinsz> homing switches are useful
[13:14:06] _fil_ is now known as _fil_s_en_va_
[13:14:09] <XXCoder> hm
[13:14:13] <XXCoder> any difference?
[13:14:46] <Tom_itx> i use one for both
[13:15:47] <anomynous> how do absolute measuring systems work in cnc machines? The ones that needn't be homed?
[13:15:59] <Tom_itx> but they do need to be homed
[13:16:13] <anomynous> cnc machines? Not all
[13:16:13] <Tom_itx> all the ones i've ever seen did
[13:16:23] -!- per_sonne has quit [Ping timeout: 264 seconds]
[13:16:46] <anomynous> there are some with absolute measuring systems kinda like calipers ;D
[13:17:10] <Tom_itx> even calipers need to be zero'd once in a while
[13:17:18] <robinsz> XXCoder, my homing switches are about 10mm from the axis limits
[13:17:34] <robinsz> once it has homed, they are not of much use
[13:17:35] <XXCoder> not bad
[13:17:59] <XXCoder> I have 6 switches ready to use but not sure how to use em yet. z is hardest as its short enough already.
[13:18:21] <robinsz> I just have 3, one for each axis
[13:18:33] <robinsz> EMC looks after the limits after that, never run into them
[13:22:12] <robinsz> homing is essential really
[13:22:29] <XXCoder> yeah and I want repeatable homing'
[13:22:36] <robinsz> limits are just a safety net in case something goes badly wrong
[13:23:12] <robinsz> i prefer to have my homing switches a little way off the physical limits
[13:24:12] <anomynous> mm... an encoder thing with a battery? Iirc i read somewhere about intermediate absolute measure/correction poinst :€ could be something ive made up
[13:59:43] <_abc_> Tom_itx: yes I did.
[14:00:00] <_abc_> Re: homing switches: homing switches are not useful unless one step accurate (rare)
[14:00:20] <_abc_> End switches ARE useful, when used to do rough homing with stepper type machines
[14:01:43] <zeeshan|2> im glad that lube.py is helping someone else
[14:01:43] <zeeshan|2> haha
[14:01:49] <zeeshan|2> i posted it randomly :P
[14:01:57] <_abc_> anomynous: that exists yes. EMC2 does linear interpolation on up to 256 pts per axis, see parameter COMP_FILE = file.extension COMP_FILE_TYPE = 0 or 1
[14:02:01] <_abc_> anomynous: per axis
[14:02:17] <zeeshan|2> XXCoder: did you find the parallel port?
[14:02:31] <_abc_> meep meep parallel port lost >;)
[14:02:57] <_abc_> Does emc2/axis work well with pci parallel ports on boards with no parallel on board?
[14:03:03] <zeeshan|2> anomynous: the machines that don't need to be homed
[14:03:06] <zeeshan|2> usually will use scales
[14:03:13] -!- sumpfralle [sumpfralle!~lars@p5DCFCA72.dip0.t-ipconnect.de] has joined #linuxcnc
[14:03:22] <zeeshan|2> on the scales, there are markings at known absolute positions
[14:03:31] <zeeshan|2> so whenever you move the machine oiver these marks
[14:03:33] <pcw_home> some absolute encoders use batteries/supercaps (Fanuc Yaskawa etc)
[14:03:33] <zeeshan|2> itll remember where it was
[14:03:41] <Tom_itx> zeeshan|2, you seeing floating turds in your dreams yet?
[14:03:47] <_abc_> lol
[14:03:50] <zeeshan|2> Tom_itx: im almost done them man
[14:03:53] <zeeshan|2> can't wait man!!
[14:03:54] <_abc_> Tom_itx: calm down, nothing bad happened
[14:04:00] <zeeshan|2> i also cleaned up my garage yesterday
[14:04:05] <zeeshan|2> i have space for the machine :D
[14:04:09] <zeeshan|2> hoooorayyyyyy
[14:04:10] <Tom_itx> nice
[14:04:12] <pcw_home> Renishaw uses a scale pattern (on their resolute series)
[14:04:34] <zeeshan|2> pcw_home: and others
[14:04:36] <_abc_> po' man's scale machine uses cheap digital calipers hacked for digital io
[14:04:37] <zeeshan|2> warning warning warning
[14:04:47] <zeeshan|2> i will be picking youjr brains in the upcoming weeks
[14:04:48] <Wolf_> Tom_itx: found little more on the motor and possible controller option
http://www.aliexpress.com/item/220DPW10BL-BLdc-motor-speed-controller/32279140487.html?spm=2114.01020208.0.538.whBY1h
[14:04:52] <zeeshan|2> for my lathe :D
[14:05:11] <_abc_> Also the price of a one axis Renishaw scale will buy you about 3 Chinese 3 axis gantry engravers and one makerbot 3d printer ;)
[14:05:32] <zeeshan|2> lol
[14:05:42] <zeeshan|2> abc those digital caliper scales
[14:05:49] <zeeshan|2> do they have a quick response time?
[14:06:02] <Tom_itx> Wolf_, i though yours was ac
[14:06:08] <pcw_home> no, too slow for feedback
[14:06:11] <_abc_> Can someone please point me at a more verbose description on how exactly does the tool table control the shape of the gui cone/tool effigy ?
[14:06:14] <zeeshan|2> do you know how slow?
[14:06:23] <pcw_home> about 50 Hz
[14:06:23] <_abc_> zeeshan|2: fast enough for most drives
[14:06:29] <Wolf_> Tom_itx: AC in to the controller… its a DC 310v motor
[14:06:33] <_abc_> but too slow for real feedback
[14:06:34] <Wolf_> http://www.aliexpress.com/item/750W-BLDC-MOTOR-80BLF160-3140/32278077930.html?spm=2114.01020208.0.531.BV1duc
[14:06:44] <_abc_> you can use them for zeroing and absolute position finding though
[14:07:02] <zeeshan|2> solunds like a pain in the ass
[14:07:05] <pcw_home> also asychronous (it just spews data)
[14:07:08] <_abc_> No, it is a life saver.
[14:07:08] <zeeshan|2> just for zeroing and absolute position
[14:07:24] <_abc_> zeeshan|2: 'just' that is what you need after a stall or power outage to recover work
[14:07:31] <Tom_itx> so for a couple hundred + shipping you can have both
[14:07:34] <zeeshan|2> whats wrong with rehoming ?
[14:07:34] <_abc_> zeeshan|2: the alternative is starting over or lots of cussing
[14:07:42] <zeeshan|2> dude i have my machine off right now
[14:07:49] <_abc_> zeeshan|2: nobody has homing switches accurate to 1 step
[14:07:50] <zeeshan|2> iom gonna start my program right from where i left it yesterday
[14:07:58] <zeeshan|2> i home using limit siwtches
[14:08:02] <_abc_> uhhh
[14:08:04] <pcw_home> servos with index do...
[14:08:05] <zeeshan|2> its well within 0.0005" repeatability
[14:08:14] <_abc_> pcw_home: yes but we're back to Renishaw. Almost.
[14:08:26] <zeeshan|2> so i don't know why all this extra work
[14:08:27] <pcw_home> not really
[14:08:30] <zeeshan|2> which can be replaced by a $5 switch
[14:08:30] <_abc_> zeeshan|2: I don't believe you.
[14:08:43] <zeeshan|2> abc do you have your own machines
[14:08:45] <zeeshan|2> w/ a switch?
[14:08:45] <_abc_> pcw_home: well 3 servo drives cost as much as ONE chinese 3d gantry...
[14:08:51] <zeeshan|2> you can do the test yourself
[14:08:53] <zeeshan|2> and see for yoruself.
[14:08:58] <_abc_> zeeshan|2: I have and I work with 3 different machines.
[14:09:06] <zeeshan|2> okay then setup a dial indicator near the axis end
[14:09:11] <zeeshan|2> and keep homing.
[14:09:17] <zeeshan|2> you'll see it'll be well within 0.0005"
[14:09:33] <zeeshan|2> if you want, i can set it up for you over live stream
[14:09:35] <zeeshan|2> and show you on my machine
[14:09:38] <_abc_> zeeshan|2: and the zeros are fancy magnetic proximity ones and it is NOT in one step, more 0.5mm at best. Admittedly, Chinese, stepper, open loop.
[14:09:52] <zeeshan|2> im talking about mechanical limit switches
[14:09:54] <zeeshan|2> not proximity
[14:10:00] <zeeshan|2> actually one of mine is proximity
[14:10:16] <zeeshan|2> 0.5 mm ??
[14:10:18] <_abc_> So if youuse normal mechanical switches for homing, the home position will depend on temperature, the time of day, and the number of cycles done so far.
[14:10:20] <zeeshan|2> what?!?
[14:10:50] <Tom_itx> he's saying the switch isn't accurately repeatable
[14:10:58] <zeeshan|2> i can see temperature effecting it
[14:11:02] <pcw_home> yeah good mechanical switches should be no worse than a few mills
[14:11:04] <pcw_home> index is withing 1 encoder count
[14:11:15] <zeeshan|2> but they're not going to be as bad as .5mm
[14:11:17] <_abc_> pcw_home: define 'good mechanical switches' please?
[14:11:39] <zeeshan|2> abc, its a REALLY easy test to convince yourself.
[14:11:39] <Tom_itx> i call rubbish... most machines i've seen used mechanical switches for homing
[14:11:40] <_abc_> Most people use $1 each hysterezis microswitches.
[14:11:42] <zeeshan|2> you really should do it
[14:11:54] <zeeshan|2> abc i've used both cheapos and good ones
[14:12:01] <_abc_> Just get your machine started and we'll talk in a few weeks
[14:12:05] <zeeshan|2> i haven't detected any difference between the two
[14:12:08] <_abc_> Especially after power goes out and so on
[14:12:13] <zeeshan|2> dude
[14:12:16] <zeeshan|2> the power is OFF right now!!
[14:12:22] <zeeshan|2> i need to do op4 on my parts
[14:12:29] <zeeshan|2> im about to boot up and do warm up program
[14:12:29] <pcw_home> microswitch for example are often repeatable to a mill or so (but long term will drift)
[14:12:50] <pcw_home> homing to index is much better
[14:13:13] <_abc_> Microswitch repeatable to 25 microns? Hear hear. What brand? What about the lever's play / backlash alone which accounts for 10 mils by itself for assembly tolerance reasons alone?
[14:13:20] <pcw_home> Proxes are much worse
[14:13:32] <zeeshan|2> let me setup this test for you
[14:13:36] <zeeshan|2> so this arguement is completely shut off
[14:13:38] <_abc_> Please don't.
[14:13:49] <zeeshan|2> then you have no argument :P
[14:13:50] <pcw_home> backlash makes no difference
[14:13:57] <zeeshan|2> lol @ backlash on switch
[14:14:00] -!- uw [uw!~uw@pool-74-102-83-192.nwrknj.fios.verizon.net] has joined #linuxcnc
[14:14:13] <uw> hi who knows about mesa controller?
[14:14:17] <_abc_> sigh. The lever is not seated on a knife edge to be precise, and it is not a precise flexure.
[14:14:29] <zeeshan|2> abc you can analyze the switch all you want
[14:14:31] <Wolf_> inductive prox are fun… mine will sometimes trigger with the target far enough in that I need to override to finish homing
[14:14:32] <zeeshan|2> ultimately you need to test it.
[14:14:35] <zeeshan|2> if it works, it works
[14:14:38] <zeeshan|2> you have clearly never tested it yourself
[14:14:40] <_abc_> Wolf_: true.
[14:14:48] <Tom_itx> uw, what are you looking for?
[14:14:53] <_abc_> Wolf_: Also there's a big difference between makes. Found that out when replacing one.
[14:15:17] <zeeshan|2> you can't just replace a switch
[14:15:19] <uw> is a 7i77e device going to be made?
[14:15:21] <zeeshan|2> and hope it'll be in the same position
[14:15:22] <zeeshan|2> it wont be.
[14:15:28] <Wolf_> ya mean the ones I got for $2 each might be not so good? lmao
[14:15:35] <_abc_> plonk zeeshan|2
[14:15:42] <Tom_itx> uw, that's a PCW or pcw_home question
[14:15:43] <zeeshan|2> 7i77 uw it already comes with 5 encoder inputs
[14:16:09] <_abc_> Wolf_: 24V prox switches are not $2 but yes essentially things 'vary'. Enough to need new holes for the reference bar sensed by the switch.
[14:16:11] <Tom_itx> maybe he meant ethernet?
[14:16:15] <zeeshan|2> o
[14:16:19] <uw> yes however you need an interface card
[14:16:24] <uw> yes thats correct
[14:16:34] <pcw_home> Probably not for a while (though you can use a 7I77 and a 7I92M)
[14:17:10] <uw> ok thank you
[14:17:18] <pcw_home> I will have the 7I97 out sooner (low cost Ethernet 7I77 with a bit less I/O)
[14:17:31] <zeeshan|2> man isn't it awesome
[14:17:36] <zeeshan|2> first thing in the morning, im arguing my brains out
[14:17:37] <zeeshan|2> :{
[14:17:49] <Tom_itx> u started it.
[14:17:51] <Wolf_> http://www.ebay.com/itm/181561725834 http://www.ebay.com/itm/181618495090 OK only one of them was ~$2 lol
[14:17:54] <zeeshan|2> haha thats true
[14:17:58] <zeeshan|2> i need to stop caring
[14:17:59] <zeeshan|2> :D
[14:18:01] <uw> oh so theres a 7i97 device? do you have a list of what it can do?
[14:18:26] <uw> just a quick over view like number of analog outs and encoder inputs?
[14:18:28] <zeeshan|2> i found a bug in linuxcnc yesterday
[14:18:40] <zeeshan|2> i do not know how i did it though -- which is a problem
[14:18:43] <Tom_itx> i wish i knew more about sw sheetmetal functions
[14:18:50] <pcw_home> It has 6 encoder and 6 analog outs but only 11 inputs and 6 outputs
[14:19:11] <zeeshan|2> i have 4 coordinates that i've written down for g54 for my fixture
[14:19:18] <uw> oh i think that will be plenty
[14:19:24] <zeeshan|2> i manually input g10 l2 p1 x y z
[14:19:33] <zeeshan|2> i noticed that axis wasn't updated correctly
[14:19:43] <zeeshan|2> so it actually thought one of my tools would overshoot
[14:19:53] <zeeshan|2> *exceed limit
[14:20:11] <zeeshan|2> but i did it again for another coordinate after i was done machining that op
[14:20:19] <zeeshan|2> it never happened :P
[14:20:39] <zeeshan|2> someone try to replicate? :D
[14:20:48] <Tom_itx> so after the G10 L2 axis didn't update?
[14:20:52] <zeeshan|2> yes
[14:20:54] <Tom_itx> tell devel
[14:20:57] <Wolf_> mine was doing that last night on the Z axis, but it was due to me only doing a tool touch off and not reg touch off
[14:20:57] <uw> pcw_home do you have an aprox date when that wil be avail?
[14:20:57] <zeeshan|2> thats what it seems like
[14:21:10] <zeeshan|2> i don't want to waste their time
[14:21:14] <zeeshan|2> until someone else can replicate it
[14:21:17] <zeeshan|2> and i can replicate it again today
[14:21:29] <pcw_home> probably about 6 months
[14:22:24] <uw> ok thank you for responding
[14:22:42] <pcw_home> if you want a Ethernet one now I would just use a 7I77 + 7I92H
[14:23:32] <zeeshan|2> so i got one of my first cars that i bought when i was 18
[14:23:35] <zeeshan|2> going to the junkyard
[14:23:39] <zeeshan|2> it is a sad moment :{P
[14:26:24] <uw> ok i have never checked out the 7i92H yet but will. frankly i didnt know i was just obsessively looking for a 7i77e device
[14:26:48] <uw> but i will check it out now
[14:27:28] -!- aventtini [aventtini!~sad@5-12-130-113.residential.rdsnet.ro] has joined #linuxcnc
[14:27:40] <zeeshan|2> aventtini: im glad to hear update :D
[14:28:00] <aventtini> zee it working really nice
[14:28:14] <aventtini> but i cant start work because of the mgp wheel
[14:28:31] <aventtini> i will try to set up the original handwheel
[14:28:47] <zeeshan|2> aventtini: you know that original handwheel on the mikron
[14:28:53] <zeeshan|2> is worth $500?
[14:28:55] <zeeshan|2> i sold mine for that
[14:28:55] <zeeshan|2> haha
[14:29:09] <zeeshan|2> it is a very common thing to break
[14:29:12] <aventtini> :))))
[14:29:12] <zeeshan|2> by careless operator
[14:29:17] <zeeshan|2> so it sells fast
[14:29:21] <aventtini> 500
[14:29:24] <aventtini> shit
[14:29:32] <zeeshan|2> i sold all my tnc stuff for 2000
[14:29:38] <zeeshan|2> thats why i replaced with modern stuff
[14:29:54] <zeeshan|2> tnc + tr15 bosch
[14:30:02] <aventtini> here is not that expensive
[14:30:17] <aventtini> must be crazy ho pay 2000
[14:30:26] <aventtini> but is a good deal for you
[14:30:31] <zeeshan|2> not many mikron in north america
[14:30:37] <zeeshan|2> or even deckel or maho
[14:30:59] <aventtini> i know for that yes no parts
[14:34:45] <_abc_> What does [EMCIO] RANDOM_TOOLCHANGER = 1 do exactly please?
[14:35:08] -!- furrywolf [furrywolf!~randyg@70.6.128.17] has joined #linuxcnc
[14:35:58] <robinsz> deckel maho stuff is awesome
[14:36:20] -!- zeeshan-mill [zeeshan-mill!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[14:36:35] <robinsz> _abc_ it enables the random toolchanger code, for nonordered toolchangers
[14:36:59] <jdh> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolChange
[14:37:05] <robinsz> _abc_, you know how some toolchangers always put tool 1 back in slot 1?
[14:37:25] <robinsz> a random changer swaps the tool that is coming out, with the one that is going in
[14:37:54] <robinsz> so the tool rack gets messed up pretty quick, you have to run a small database to keep track of what is where
[14:38:09] <uw> pcw_home would i use the 7i92H or the 7i92M to plug directly into the 7i77?
[14:38:13] <uw> no cables
[14:39:05] <Tom_itx> zeeshan-mill how do i copy geometry to an offset plane?
[14:39:43] <Tom_itx> ||
[14:40:24] <Sync> aventtini: that is pretty cheap for a control btw
[14:40:30] <Sync> people will pay more than that
[14:41:43] <robinsz> _abc_, did I read that right, you are using proximity sensors for zero?
[14:42:39] <robinsz> I hope only for a rough zero, then using index pulse on the encoder for the actual zero ... prox sensors drift a LOT
[14:45:11] <Wolf_Mill> Think thats me w/ prox as home switch, but I'm goign to change that on V2 of my machine, do prox for limits and micro switch for homes
[14:49:54] <zeeshan-mill> Tom_itx, just project it?
[14:49:57] <zeeshan-mill> or copy and paste
[14:50:08] <zeeshan-mill> my lube component is working correctly
[14:50:20] <zeeshan-mill> it faulted out cause the float switch tripped
[14:51:11] <zeeshan-mill> i need to tie that fault output to machine power in linuxcnc
[14:51:21] <zeeshan-mill> right now it just shows a led on
[14:52:13] <robinsz> Wolf_Mill, yep, or use the index pulse on your encoders
[14:52:28] <pcw_home> turning off machine power might be a bit drastic
[14:53:25] <zeeshan-mill> PCW, i want to stop the current program from running
[14:53:44] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-rqlbrcrcebkojexw] has joined #linuxcnc
[14:53:47] <zeeshan-mill> cause my vertical head gear train gets the same way lube
[14:54:09] <robinsz> seems a bit drastic
[14:54:26] <zeeshan-mill> if machine power is off, i would be forced to figure out what was causing it
[14:54:30] <zeeshan-mill> right now i got lucky i saw the led lit up
[14:54:43] <pcw_home> bigger LED
[14:54:49] <zeeshan-mill> and what if im away while the program is running?
[14:54:51] <robinsz> or prevent program start
[14:55:00] <zeeshan-mill> okay so then kill current program
[14:55:07] <zeeshan-mill> and put up a warning style like on the bottom right
[14:55:14] <pcw_home> how long can it run without adding lube?
[14:55:15] <zeeshan-mill> when you get axis limit error
[14:55:22] <jdh> buzzer
[14:55:22] <zeeshan-mill> no idea :)
[14:55:24] <robinsz> but dumping power in the middle of the current program and wreckign a part seems a bit drastic just because lube is running low
[14:55:30] <pcw_home> email
[14:55:33] <jdh> sms
[14:55:36] <zeeshan-mill> hahaha
[14:55:45] <robinsz> my lube system runs once every couple of hours
[14:55:46] <jdh> all seem more reasonable than trashing a part
[14:56:10] <robinsz> I get a warning light, and top up at the start of the next day
[14:56:20] <zeeshan-mill> i wouldnt be worried about ways
[14:56:27] <zeeshan-mill> but i got a drip lube on the vertical head gear train
[14:56:36] <zeeshan-mill> im sure itd be fine without any drip for a couple hours
[14:56:45] <pcw_home> maybe a warning and then a timeout before stopping program
[14:56:48] <zeeshan-mill> but thats why i was more wanting to take drastic action
[14:56:58] <zeeshan-mill> why would you wreck the part btw
[14:57:00] <zeeshan-mill> by stopping the prog?
[14:57:03] <robinsz> or replace the led with a buzzer
[14:57:29] <pcw_home> siren
[14:57:31] <zeeshan-mill> i think a warning like the ones that come up wehn you hit a limit switch would catch my attetion
[14:57:32] <zeeshan-mill> those are annoying
[14:59:02] <robinsz> I really need to get a workign pause function sorted on this router, keep talking about it, fail to actually do it
[15:00:20] <zeeshan-mill> pause like how
[15:00:44] <robinsz> pause like for a router, so Z axis up, then spindle off
[15:00:55] <zeeshan-mill> like moveoff?
[15:01:29] <robinsz> no idea, I keep reading stuff about "jog while paused" which is almost what I want
[15:01:47] <zeeshan-mill> that would be useful
[15:01:48] <robinsz> and I think I read somethign that was very much like what I wnatedm then forgot
[15:01:51] <magnifikus> http://imgur.com/a/RCKBO done :) spartan3 based 5axis cnc driver
[15:02:02] <robinsz> im not fussed about jogging while paused
[15:02:05] <zeeshan-mill> ive made the mistake in my gcode where there is no g28 z0 then g28 y0
[15:02:09] <zeeshan-mill> and i cant put in the damn tool
[15:02:14] <zeeshan-mill> have to reset the program :D
[15:02:29] <robinsz> you mean G3 Z0
[15:02:45] <zeeshan-mill> g3?
[15:03:03] <robinsz> move to axis position (ignoring all offsets)
[15:03:14] <zeeshan-mill> i dunno i use g28
[15:03:16] <robinsz> so retract Z to real machin zero
[15:03:21] <zeeshan-mill> which moves it to the machine zero
[15:03:37] <zeeshan-mill> g3 isnt that arc interpolation
[15:03:54] <jdh> g3 is ccw arc
[15:04:45] <robinsz> hmm, what did I mean ...
[15:04:52] <jdh> g30 maybe
[15:04:59] <robinsz> G30
[15:05:05] <robinsz> see, it had a 3 in it
[15:06:00] <robinsz> G30 goes to a specified axis position
[15:06:00] -!- taruti has quit [Read error: Connection reset by peer]
[15:06:21] <robinsz> G28 sets the home position, or will go to the home position
[15:06:53] <Tom_itx> zeeshan-mill, do you know about copying geometry?
[15:07:02] <Tom_itx> how you get the point you want to insert it...
[15:08:40] <zeeshan-mill> honestly i havent done it like that tom
[15:08:41] <zeeshan-mill> i paste it
[15:08:44] <aventtini> pcw i got some ITX boards to test them on a Bever mill that i want to retrofit
[15:08:44] <Tom_itx> i use G28 Z0 for that
[15:08:46] <zeeshan-mill> it comes to some arbritary position
[15:08:54] <zeeshan-mill> then you select all the entities
[15:08:57] <zeeshan-mill> and click copy
[15:09:00] <Tom_itx> yeah but how can you paste it where you want?
[15:09:04] <Tom_itx> i did that
[15:09:06] <zeeshan-mill> and choose your base point and move where you want
[15:09:15] <Tom_itx> from one plane to another
[15:09:23] <zeeshan-mill> it seems to paste it wherever your mouse is
[15:09:32] <Tom_itx> basically i need to mirror a plane
[15:09:43] <_abc_> Tom_itx: TOOL_CHANGE_AT_G30=1 TOOL_CHANGE_QUILL_UP=1 probably?
[15:09:48] <_abc_> Maybe I misunderstood?
[15:10:18] <Tom_itx> i didn't direct anything with G30 in it to you
[15:10:29] <_abc_> ok
[15:11:29] <_abc_> TOOL_CHANGE_WITH_SPINDLE_ON=1 is needed for what? Are there tool changers which require spindle on to work? Sounds dangerous?
[15:12:13] <pcw_home> Yes some need spindle orientation
[15:12:43] <_abc_> Ah ok
[15:12:51] <_abc_> Not for mills I assume.
[15:13:11] <pcw_home> which of course require the spindle to be on (yes mills)
[15:13:37] <_abc_> spindle on but not turning? Or turning very slowly to engage some dog? Sounds weird.
[15:13:49] <_abc_> Should not be called 'spindle indexed for tool change' or such?
[15:14:14] <pcw_home> yes slow turning to usually a index position
[15:14:37] <_abc_> When tool changing manually, using Tx M6, is the unit in jog and mdi capable mode while the dialog is on screen?
[15:15:53] <_abc_> Also is there some way to control the gui's display of the selected tool's 'diameter' from tool.tbl at runtime? Does the cone shape stay the way it was if no tool diameter was given in any Tx entry?
[15:16:11] <_abc_> The gui changes the cone to a thin line by default, which is hard to see.
[15:16:25] <_abc_> Any tricks to avoid that? I use very thin mills usually.
[15:16:50] -!- per_sonne has quit [Ping timeout: 260 seconds]
[15:22:43] -!- MacGalempsy has quit [Remote host closed the connection]
[15:27:26] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[15:27:36] -!- Computer_barf has quit [Read error: Connection reset by peer]
[15:29:42] <Sync> zeeshan-mill: air powered horn on the error line
[15:32:17] <furrywolf> stupid tweekers... there was an anti-crime ralley the day before yesterday. people with signs trying to get the police to do something about the homeless problem. one of said problem apparantly didn't notice, and tried breaking into a car right in front of them.
[15:33:42] <fenn> maybe it was a political statement
[15:33:57] <Sync> well, the obvious thugs usually are notice less
[15:35:09] <malcom2073> Freaking heavy machines. Moving the thing 1/8th inch at a time across my garage floor, don't seem to be making any progress though heh
[15:37:06] <Sync> put steel bars under it
[15:37:23] <furrywolf> https://twitter.com/SWatsonEPD/status/650488421752815617/photo/1
[15:37:55] <malcom2073> Sync: I've got rollers under it, only helps so much
[15:38:02] <malcom2073> No room to get big rollers, so I have tiny ones heh
[15:38:11] <furrywolf> too bad the cops got to him before the anti-crime people... otherwise me might have fallen face-first into the concrete several times while running.
[15:38:17] <Sync> I find bars easier
[15:38:25] <malcom2073> Wait, bars? How so?
[15:38:45] <Jymmm> malcom2073: You walk in, and order a beer
[15:38:49] <malcom2073> Hehe
[15:38:51] <Sync> because they take almost no height
[15:39:10] <malcom2073> Sync: Example usage? You mean to get the mill a half inch off the ground?
[15:39:10] <Jymmm> oh, rods
[15:39:28] <Sync> no
[15:39:38] <Sync> rods, my bad
[15:39:45] <malcom2073> Oh, I'm using round rods as rollers
[15:39:45] <Sync> been a long day
[15:40:08] <Jymmm> you take 1/4-1/2 round rods, place them under heavy thing, roll heavy thing on them, when one pops out the back, you put it back in front again
[15:40:29] <furrywolf> I used 1" water pipe to move my mill. thinner might have been easier, but it worked.
[15:40:32] <malcom2073> Yeah I'm doing that, but there's only about 3" of rolling patch in each corner, the bottom is not flat
[15:40:44] <enleth> Have you seen AvE's recent machine move?
[15:40:54] <furrywolf> I got it on a sheet of 3/4" plywood to solve the unflatness.
[15:40:58] <Jymmm> malcom2073: comealong
[15:41:06] * Wolf_Mill just uses the forklift
[15:41:12] <malcom2073> Shut up Wolf_Mill :P
[15:41:39] <malcom2073> I've got it close to where I need it, but now I have to finagle it into place
[15:41:42] <furrywolf> we tried the forklift... it was too tall to fit through the front of the shop. we'd have had not just to take the door out, but to take the header above it out as well.
[15:41:48] <malcom2073> Rollers work great when going straight :P
[15:41:53] <enleth> https://m.youtube.com/watch?v=BjksLl9xur0
[15:42:12] <malcom2073> Can't watch youtube on this laptop unfortunatly, ubuntu flash is broken
[15:42:18] <Jymmm> malcom2073: and angles too, just gotta place the rods accordingly
[15:42:18] <furrywolf> malcom2073: arrange the rollers where you want it to go, and push at an appropriate angle, and it'll follow the rollers around the curves.
[15:42:24] <Sync> who uses flash for youtube anyway
[15:42:30] <Jymmm> Sync: me
[15:42:37] * furrywolf doesn't have flash at all
[15:42:51] <malcom2073> furrywolf: That's what I'm doing, it's a very slow process, and it doesn't roll very well
[15:42:58] <malcom2073> Even the corner bottoms aren't that flat
[15:43:09] <Sync> Wolf_Mill: frontloader
[15:43:20] <furrywolf> malcom2073: that's why I put mine on plywood first.
[15:43:24] <malcom2073> I dunno, firefox wants flash to play the video, never bothered with it on this PC, I'll save that to watch from my desktop later
[15:43:28] <Sync> pretty awesome to load a machine and just shove it forwards in the space
[15:43:39] <malcom2073> furrywolf: I don't have any way to lift it to set it on plywood, but that's a good idea
[15:43:44] <furrywolf> I used two strips half the width of the base, so I could tilt it to one side, get one piece under, tilt it the other way, get the other piece under.
[15:43:56] <Jymmm> malcom2073: prybar and a floor jack?
[15:43:58] <furrywolf> I used a digging bar to tilt it
[15:44:00] <malcom2073> We shoved mine off the trailer, got it halfway into the garage before friction took over :P
[15:44:08] <malcom2073> Jymmm: Not with one person :P
[15:44:14] <Wolf_Mill> Sync: yeah, but the forklift w/ sideshifting forks makes it easy to place stuff
[15:44:18] <Jymmm> malcom2073: Yes, with one person
[15:44:52] <Jymmm> malcom2073: It's called a "lever"
[15:44:53] <malcom2073> I can't operate the prybar *and* place spacers, doing rollers is dangerous enough since I'm pushing them into place with my foot while sitting on the prybar :)
[15:44:54] <enleth> I did that alone using an engine hoist. Not even a pallet jack.
[15:44:58] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[15:44:59] <malcom2073> I have a 4ft leve
[15:45:00] <malcom2073> lever
[15:45:18] <enleth> malcom2073: you need a piece of pallet board
[15:45:20] <Wolf_Mill> get a bigger lever
[15:45:21] <Sync> ah, Wolf_Mill telescopic handler is the thing I meant
[15:45:24] <Jymmm> add a pipe to it
[15:45:25] <Sync> those are the shit
[15:45:53] <malcom2073> Jymmm: My arms are only so long :P
[15:45:56] <Wolf_Mill> yeah they are great till you need to turn around in a 24'x12' space :P
[15:46:04] <malcom2073> Can't push down on a 4 ft lever and reach the mill 4ft away to put in spacers haha
[15:46:05] <Jymmm> malcom2073: get rope
[15:46:17] <Jymmm> get a stick
[15:46:24] <Sync> you just put stuff in there from the outside :P
[15:46:24] <furrywolf> malcom2073: at some points I had one leg over the prybar while reaching out on one hand with a spacer in the other hand... :P
[15:46:27] <enleth> Sync: unfortunately it costs a lot more to rent them than forklifts
[15:46:35] <malcom2073> furrywolf: That's how I'm pushing in my rolling bars now :P
[15:46:43] <Sync> not if you have a friend who owns one enleth
[15:46:48] <Sync> and it makes stuff so much easier
[15:46:53] <enleth> well, yeah.
[15:46:56] <Jymmm> malcom2073: 5gal bucket of water/sand to hold lever down
[15:47:14] <furrywolf> Jymmm: it takes a lot more weight than that.
[15:47:14] <furrywolf> lol
[15:47:21] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[15:47:28] <Jymmm> furrywolf: depends on length of lever
[15:47:30] <malcom2073> Jymmm: It takes most of my weight to push the bar down heh
[15:47:41] <enleth> buy a smaller mill to weigh down the pry bar.
[15:47:45] <enleth> win-win.
[15:47:47] <malcom2073> enleth: I like that!
[15:47:50] <Jymmm> enleth++
[15:47:52] <Sync> I also have done some pretty shady rigging with my greifzug
[15:48:11] <Jymmm> Sync: bless you
[15:48:15] <malcom2073> I'll work on it some more, get it as far as I can, and then wait until next weekend when I can get a second pair of hands to help
[15:48:56] <Sync> http://www.feuerwehr-tengen.de/tl_files/ffw/img/tengen/ausruestung/1%20ausruestung%20hilfeleistung/greifzug/bild01.JPG Jymmm those things
[15:49:11] <malcom2073> Sync: comealongs here
[15:49:12] <Jymmm> Sync: Ah, a comealong
[15:49:24] <malcom2073> that's a much nicer one thatn the kind I use haha
[15:49:33] <Jymmm> Yeah it is
[15:50:03] <Sync> the nice thing is that it works on open rope
[15:50:07] <Sync> so you can put it anywhere
[15:50:14] * zeeshan-mill mocks the guy who said limit switches arent repeatable
[15:50:17] <Sync> and pull any length
[15:50:25] * zeeshan-mill just held 0.001 no problem for this part
[15:50:26] <zeeshan-mill> :)
[15:50:30] <zeeshan-mill> "
[15:50:55] <Sync> the only bad thing is that you need the expensive specially tolerated cable for it to be safe™
[15:51:18] <malcom2073> Ah the comalongs I use have the cable built in
[15:51:27] <Sync> yeah, useless :D
[15:51:39] <Jymmm> Sync: This is the crap we usually have to deal with
https://www.google.com/images?q=come+along
[15:51:43] <malcom2073> Nah, really useful for bringing two things that are far apart, closer together :P
[15:51:53] <Sync> only if the cable reaches
[15:52:01] <Sync> with the greifzug you can get a drum of rope
[15:52:03] <Sync> reel it somewhere
[15:52:04] <malcom2073> Well yeha, if not you use a strap on the end of the cable :P
[15:52:12] <Jymmm> Sync: Suppose to add/use chain for length
[15:52:23] <Sync> then you can only reel $length_of_cable
[15:52:32] <Sync> ~pull
[15:52:34] <malcom2073> Yep, they're not intended for long distanec hauling
[15:52:34] <furrywolf> I have both a nice aluminum wire rope comelong and a couple chain comealongs... don't buy the harbor freight cheapo stamped steel comealongs. not useful.
[15:52:44] <malcom2073> Be annoying to sit there for 4-5 hours cranking on it haha
[15:53:07] <Sync> there are also motorized ones
[15:53:21] <Jymmm> Sync: Those work on rope, or wire rope (cable) ?
[15:53:47] <enleth> TBH I prefer geared chain hoists.
[15:53:56] <_methods> Tom_itx: yeah i am now for a bit
[15:54:06] <_methods> Tom_itx: whats up?
[15:54:08] <enleth> Can be used as a comealong but much more versalite
[15:54:32] <Jymmm> enleth: Like hoisting your drunk buddy in the air by his belt?
[15:54:37] <enleth> And they are safe to loosen under load.
[15:54:40] <Sync> Jymmm: special steel cable with round outside, I'm sorry I'm not too fit today to keep correct english nomenclature
[15:54:53] <Sync> so is the greizug :D
[15:55:00] <Sync> it is fully reversible under any load
[15:55:04] <Jymmm> Sync: It's all good
[15:55:09] <Sync> so you can use it to position stuff
[15:55:23] <PetefromTn_> mornin' chaps ;)
[15:55:51] <Wolf_Mill> https://www.dropbox.com/s/rtyr8h3zqyjn8um/Photo%20Aug%2031%2C%2011%2057%2059%20AM.jpg?dl=0 these work good too :P
[15:55:59] -!- Demiurge has quit [Ping timeout: 264 seconds]
[15:56:03] <furrywolf> http://treetools.co.nz/Products/L/Lug-All/cable_large.jpg useful
http://www.harborfreight.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/i/m/image_21489.jpg not useful
http://www.repair--parts.com/Industrial-Metal-Machines-Parts-/Grinder-Parts-/Surface-Grinder-Parts-/Spindles-/1-1-2-ton-cm-comealong-hoist-worksw-jet-ingersoll-rand-partpix.jpg very useful
[15:56:21] <Jymmm> BTW, Don't buy Black and Decker Coffee Makers, unless you want to return/exchange it ever 60-90 days
[15:56:40] <Wolf_Mill> hmm doesnt really show, 10ton pullback ram
[15:56:50] <enleth> Sync: can you attach it to a ceiling beam and lift straight up?
[15:56:57] <Sync> why not?
[15:57:24] <malcom2073> Wolf_Mill: I don't know what's going on in that picture... but I like it!
[15:57:42] <Wolf_Mill> pulling the wall of my house back in to square
[15:57:48] <malcom2073> hAH NICE
[15:57:52] <malcom2073> How'd it get unsquare?
[15:58:05] <Wolf_Mill> no footer
[15:58:09] <malcom2073> Whups
[16:00:47] <Sync> http://www.pfeifer.de/fileadmin/user_upload/DE_doc/anschlag-zurrtechnik/download/pruefservice/ersatzteillisten/seilzug/greifzug/ETL_Hand-TU16.pdf shows how the thing works internally
[16:01:06] <Jymmm> Heh, I like this... "What, no tree/post/building to anchor to? NO PROBLEM"
http://www.feuerwehr-pritzwalk.de/bilder/lexikon/1371824754.JPG
[16:01:33] <Sync> the earth anchor?
[16:01:38] <Sync> yeah it works pretty well
[16:01:43] -!- sumpfralle [sumpfralle!~lars@p5DCFCA72.dip0.t-ipconnect.de] has joined #linuxcnc
[16:01:50] <Sync> but they lost a few spikes
[16:02:21] <furrywolf> I built a sand anchor once... two pieces of 1/4" plate on hinges in a V shape with a big bar in the middle. like a boat anchor, kinda.
[16:02:38] <furrywolf> having a winch on your truck doesn't do you much good in the sand without something to hook it to. :)
[16:02:48] <Jymmm> furrywolf: heh
[16:03:26] <Jymmm> furrywolf: just deflate the tires and drive out =)
[16:04:26] <Jymmm> Sync: I do like it, but that's a lot of shit to carry in the car =)
[16:04:52] <Sync> to pull it out?
[16:04:53] <Sync> well
[16:04:59] <Sync> that is the big one
[16:05:01] <Jymmm> Sync: Just to store
[16:05:16] <Sync> there are small tiny ones
[16:05:44] <Jymmm> Ah, here's the earth anchor installed
http://www.feuerwehr-eibelshausen.de/Ausruestung-Dateien/Sonstiges2.jpg
[16:06:31] <Jymmm> Sync: how tiny?
[16:06:59] <Sync> 527x265x108mm
[16:07:02] <Sync> 8.4kg
[16:07:14] <Sync> 800kg WLL
[16:07:40] <Jymmm> rope (not wire) comealong
https://www.wyeth-scott.com/images/AmsteelBlue2-2189.jpg
[16:08:33] <Sync> they also come in PSA certified, so you can lift persons with it
[16:08:41] <Jymmm> is amsteel really that much better than wire rope?
[16:08:48] <Jymmm> Sync: ah
[16:09:05] <Wolf_Mill> I have amsteel on my 4wheeler, I like it
[16:10:09] <Jymmm> Wolf_Mill: for towing/pulling out of mud?
[16:10:12] <furrywolf> Jymmm: you can get more-stuck than tire deflation will solve.
[16:10:23] <furrywolf> also, deflating tires too much causes bad things.
[16:10:25] <Jymmm> Sync:
http://i.ytimg.com/vi/ODFcebyxZxo/maxresdefault.jpg
[16:10:38] <Jymmm> furrywolf: k
[16:10:52] <Wolf_Mill> yeah, its on the utility winch
[16:11:35] <Sync> what if you do stuff like this and want to lower
http://www.bfk-moedling.at/index.php5?page_type=graphic&quality=&id=148&pic=012&press_token= ?
[16:12:10] <malcom2073> You lower one notch at a time
[16:12:26] <malcom2073> Pull, release catch, lower, engauge catch
[16:12:28] <malcom2073> not very safe.
[16:13:53] <furrywolf> Jymmm: with tubeless tires you can pop the bead, and be really stuck, since you can't add air and have to jack and dig it out of the sand to fix it. with tubed tires, like my truck has, you spin the tire and rip the valve stem off the tube, needing not only to jack and dig the wheel out, but to buy a new tube too.
[16:14:58] <Jymmm> furrywolf: I suppose which is worse... replacing tube/tire or the 10 ton tow truck to get you out
[16:15:48] <furrywolf> worse is BOTH, since you still need the tow truck after ruining your tube. :P
[16:16:01] <Jymmm> furrywolf: true enough =)
[16:16:06] <Sync> and then the tow truck gets stuck
[16:16:10] -!- Camaban has quit [Ping timeout: 240 seconds]
[16:16:11] <Jymmm> I really like that earth anchor
[16:16:26] <Jymmm> Sync: We've done that. Was a friends tow truck too.
[16:16:52] <zeeshan|2> lol sync
[16:16:54] <Jymmm> Sync: took use 2 hours to ge the tow truck unstuck, then 4 hours to get the car unstuck =)
[16:16:57] <zeeshan|2> need a tow truck for the two truck !
[16:17:06] <zeeshan|2> *tow
[16:17:11] <furrywolf> http://b.cdnbrm.com/images/products/rell/winches/smittybilt_wasp_in_sand.jpg the one I built is kinda shaped like that, except not ricer.
[16:17:17] <furrywolf> that's the offroad version of rice.
[16:17:26] <zeeshan|2> wh ats rice about it
[16:17:31] <fenn> once you've mastered the earth anchor you must advance to the sea anchor, the sky anchor, and the rocket anchor
[16:17:45] <furrywolf> http://www.pullpal.com/images/pullpal14a.jpg there, more like that one.
[16:17:55] <zeeshan|2> is it hard to remove thje anchor
[16:17:58] <zeeshan|2> after youve used it
[16:18:01] <furrywolf> except mine had hinges in the middle so it folded flatter.
[16:18:04] <zeeshan|2> id think it'd be a pain in the ass to remove it!
[16:18:19] <furrywolf> they pull up or backwards. :)
[16:18:26] -!- Camaba has quit [Ping timeout: 260 seconds]
[16:18:37] <zeeshan|2> furrywolf: is your definition of ricer
[16:18:41] <zeeshan|2> anything that is well built? :)
[16:18:49] <PetefromTn_> I had one of those in my recovery box in my samurai
[16:19:01] <furrywolf> no, things that are made to look like something they're not, usually excessively shiny.
[16:19:05] <PetefromTn_> used it a couple times
[16:19:13] <zeeshan|2> lol
[16:19:19] <PetefromTn_> worked pretty good but pulled out of some mud a few times
[16:19:22] <zeeshan|2> that anchor looks goiod to me :P
[16:19:36] <furrywolf> yeah, the one I built is a good bit larger than a pullpal.
[16:19:38] <fenn> looks like a horse drawn plough
[16:19:51] <Sync> it is powdercoated, nothing ricer about it
[16:19:53] <zeeshan|2> who wants to find me a nakamura tome 3 pdf manual? :D
[16:20:00] <furrywolf> won't pull out. also, my truck weighs twice what a sammy does. or more. :)
[16:20:03] <zeeshan|2> ricer is 21" wheels
[16:20:08] <zeeshan|2> with stretched tires
[16:20:11] <PetefromTn_> mine sure did
[16:20:13] <zeeshan|2> and 10 degrees of camber!
[16:20:18] <zeeshan|2> -10
[16:20:19] <PetefromTn_> but I was stuck pretty damn good LOL
[16:20:41] <Wolf_Mill> I'm planning 22.5" on my truck :P
[16:20:49] <Wolf_Mill> no stretch
[16:20:57] <Jymmm> zeeshan|2: found it
[16:21:01] <furrywolf> I have 38.5" swampers on 16" rims. sidewall is a good thing. :P
[16:21:02] <zeeshan|2> lies
[16:21:02] <zeeshan|2> :P
[16:21:11] <Sync> zeeshan|2: talked to the vehicle inspection guy, he is okay with me putting the galant EA0 dual piston calipers
[16:21:12] <Jymmm> zeeshan|2: It's ALL in kanji =)
[16:21:30] <zeeshan|2> really? :D
[16:21:31] <zeeshan|2> i dont mind that
[16:21:44] <furrywolf> you have to have your calipers approved by someone? that's even worse than california.
[16:21:50] <zeeshan|2> sync interesting
[16:22:02] <zeeshan|2> furrywolf: lol
[16:22:07] <Sync> but in the long run I'll have fq400 alcon brakes
[16:22:09] <zeeshan|2> i always thought critical things like brakes
[16:22:11] <PetefromTn_> I had 35's on my zuk
[16:22:14] <zeeshan|2> should be inspected if you retrofit
[16:22:19] <Sync> yes
[16:22:26] <Sync> but I change the complete system from another car
[16:22:31] <PetefromTn_> swampers
[16:22:31] <furrywolf> I swapped rear disc brakes onto my subaru... they stop better than stock. :)
[16:22:38] <Sync> so he has reason to expect them to be reliable
[16:22:39] <Sync> and work
[16:22:39] <zeeshan|2> furrywolf: problem is you did it!
[16:22:42] <zeeshan|2> mcguiver!
[16:22:47] * zeeshan|2 hides
[16:22:50] <furrywolf> my car never came with rear disc... used brakes off a new subaru.
[16:22:53] <furrywolf> newer
[16:23:36] <Jymmm> does that sand anchor work in mud?
[16:23:50] <furrywolf> dunno, never tried it. I don't like mud. :P
[16:23:53] <furrywolf> mud is muddy!
[16:24:02] <zeeshan|2> マニュアル
[16:24:08] <zeeshan|2> thats how you say manual in japense
[16:24:10] <zeeshan|2> japanese
[16:24:11] <PetefromTn_> MUD is your FRIEND!!
[16:24:12] <zeeshan|2> :D
[16:24:22] <zeeshan|2> Manyuaru
[16:24:28] <Sync> zeeshan|2: and yeah he will inspect it and measure brake load and distribution
[16:24:30] <fenn> presumably you want an english manual
[16:24:40] <zeeshan|2> fenn: jap is ok, just need pictures
[16:24:43] <Jymmm> Sync: for how much?
[16:24:50] <zeeshan|2> it'd be nice to study the lift locations for the lathe
[16:24:57] <zeeshan|2> will help for tomorrow
[16:25:02] <furrywolf> ¡ɔɹᴉ uo ǝpoɔᴉun ɹoɟ ʎɐ⅄
[16:25:06] <zeeshan|2> they have the physical copies
[16:25:08] <Sync> depends on the time he spends on it
[16:26:36] <uw> How would you recommend getting a lathe upstairs from a basement?
[16:26:48] <furrywolf> ... measuring brake load and distribution? seriously? unless you're designing a vehicle for mass production, that's absurd.
[16:26:59] <furrywolf> uw: crane.
[16:27:06] <Jymmm> uwe_: explosives
[16:27:19] <zeeshan|2> uw in pieces :)
[16:27:33] <uw> yea crane sounds expensive
[16:27:41] <furrywolf> how big of a lathe, anyway? :P
[16:27:47] <uw> pieces though, that might be what ends up happening
[16:27:51] <zeeshan|2> brake load distribution test:
[16:27:54] <zeeshan|2> "brake hard"
[16:27:55] <furrywolf> skids + comealong works for mid-sized lathes....
[16:27:59] <uw> it's called a victor 1640
[16:28:05] <zeeshan|2> if car moves to the left or right
[16:28:07] <zeeshan|2> you got an issue :P
[16:28:14] <zeeshan|2> assuming all other suspension components are ok
[16:28:17] <uw> it's bigger than my lathe but im sure not the biggest
[16:28:18] <furrywolf> I do not know what a victor 1640 is. how big is it and how much does it weigh
[16:28:30] <Sync> furrywolf: why?
[16:28:32] <zeeshan|2> abom79 has that lathe
[16:28:34] <zeeshan|2> its massive
[16:28:36] <Sync> they measure it with every inspection
[16:28:55] <Jymmm> uw:
http://www.ff-hoermsdorf.com/uploads/pics/Greifzug_LG2_2012091602.jpg
[16:29:24] <furrywolf> ... because that takes stupidly expensive machines and time?
[16:29:34] <Sync> it takes like 30s
[16:29:42] <Sync> you drive over the rollers
[16:29:44] <Sync> brake hard
[16:29:50] <Sync> drive to the rear axle
[16:29:50] <Sync> brake
[16:29:51] <Sync> done
[16:29:55] <fenn> man, if i ever have a company i'm going to have a big page with every manual on it for anyone to download
[16:30:11] <furrywolf> fenn: come companies do that. Fluke comes to mind.
[16:30:12] <uw> http://i.imgur.com/9apF6jl.gif this is about the size furrywolf
[16:30:15] <furrywolf> s/come/some
[16:30:16] <fenn> there's no reason anyone should have to search around for a manual
[16:30:24] <Sync> you like that thing, don't you Jymmm?
[16:30:26] <uw> Jymmm: yea, that sure looks like a nightmare LOL
[16:30:44] <furrywolf> uw? wrong url?
[16:30:52] <zeeshan|2> rofl uw
[16:30:53] <zeeshan|2> hahahah
[16:30:54] <uw> im sorry furrywolf yes it was wrong picture
[16:31:04] <zeeshan|2> that pciture does apply to furry though
[16:31:05] <zeeshan|2> :-)
[16:31:06] <Jymmm> Sync: Yep, all we have here is the comealong and then chain. Nothing on the smaller side that uses cable (wire rope)
[16:31:11] <zeeshan|2> jk
[16:31:35] <zeeshan|2> fenn: then they cant charge you $$$ for it
[16:31:41] <zeeshan|2> they give you hard copies w/ the machine
[16:31:44] <zeeshan|2> but electronic copies are $$
[16:31:47] <zeeshan|2> fanuc is the worse for this
[16:31:48] <uw> furrywolf:
http://smg.photobucket.com/user/kenm10759/media/Dads%20shop/IMG_1534-r.jpg.html
[16:31:59] <Jymmm> Sync: It be nice to have soemthing to pull/move fallen trees in the road.
[16:32:00] <uw> its exactly that but different color
[16:32:05] <zeeshan|2> youre going to need special equipment
[16:32:09] <zeeshan|2> to bring that up from the basement
[16:32:11] <zeeshan|2> if there are stairs.
[16:32:32] <furrywolf> heh, I'm trying to arrange something overly complex. I posted some cordless tools on craigslist. Someone answered asking if he can come by and buy them on his way to somewhere else. There's something on the somewhere else's craigslist that I want. I told him I'll give him the tools free if he calls the guy on the somewhere else craigslist and picks the things up for me. :)
[16:32:40] <uw> there are 5 concrete stairs and yes i agree
[16:32:54] <PetefromTn_> hell I would just throw it on my back and walk up the stairs with that puny thing LOL
[16:32:55] <zeeshan|2> lol furry
[16:33:00] <uw> I got a quote for $1200 for a rigging company to get it out and might just pay them
[16:33:01] <zeeshan|2> haha pete
[16:33:07] <furrywolf> uw: where are you located?
[16:33:09] <uw> i was trying to be cheap but might just pay
[16:33:11] <uw> north NJ
[16:33:14] <zeeshan|2> uw - cheap, worth it
[16:33:22] <furrywolf> are the stairs a straight pull, or do you have corners or other annoying things between them and the door?
[16:33:26] <Sync> shall I buy you one and send it to you Jymmm? :P
[16:33:44] <uw> the stairs go right out to the outside
[16:33:53] <furrywolf> put on skids, chain to truck, pull.
[16:33:57] <uw> one of those slanted door things that are on the ground
[16:34:09] -!- JT-Shop [JT-Shop!~john@184.63.188.69] has joined #linuxcnc
[16:34:20] <Sync> furrywolf: re the expensive machines, if you are a vehicle inspection place there is no way around expensive machinery
[16:34:22] <zeeshan|2> i wnder if yuou can just pull it up with a forklift
[16:34:24] <zeeshan|2> and a chain
[16:34:27] <Jymmm> Sync: Might have to, zero found on ebay usa
[16:35:19] <Loetmichel> [Evil scientist laughter] *HA* IT LIVES AGAIN! [/Evil scientist laughter] ->
http://www.cyrom.org/palbum/main.php?g2_itemId=15993&g2_imageViewsIndex=1
[16:35:44] <furrywolf> Sync: the only brake test I've ever seen was "drive to the yellow line and stomp on them". here there's no brake test at all.
[16:36:04] <Sync> well, you have to have a 6 gas exhaust tester
[16:36:10] <furrywolf> yay clitmice.
[16:36:13] <Sync> light checker
[16:36:13] <zeeshan|2> Loetmichel: wha tdid you call way cover in german
[16:36:18] <zeeshan|2> a month ago
[16:36:20] <zeeshan|2> it wasn't balg
[16:36:22] <zeeshan|2> it was something else
[16:36:34] <furrywolf> we only test three gasses. you're worse than california!
[16:36:56] <Loetmichel> zeeshan-mill: faltenbalg
[16:37:06] <zeeshan|2> thank you
[16:37:07] -!- aventtini has quit [Ping timeout: 260 seconds]
[16:37:07] <zeeshan|2> that was it!~
[16:37:20] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[16:37:34] <Sync> furrywolf: HC, CO, CO2, O2, NO, NO2 and NOx
[16:38:14] <malcom2073> We don't even test gasses here, just plug in and verify no CEL
[16:38:30] <Wolf_Mill> same here
[16:38:55] <Sync> oh and you need a wheel shaker as an inspection place
[16:38:56] <furrywolf> we test HC, CO, NOx... we measure O2 but not importantly.
[16:39:39] <zeeshan|2> EURO 249,00 exkl. gesetzl. MwSt, zzgl. Versandkosten
[16:39:39] <zeeshan|2> ?
[16:39:41] <zeeshan|2> what is this
[16:39:45] <zeeshan|2> wtf is vat
[16:39:49] <furrywolf> they only measure O2 to make sure you're not blowing air into the exhaust to dilute everything else. probably could hide a N2 tank somewhere. :P
[16:39:53] <Sync> http://www.abload.de/img/bremsenpruefstandvek4g.jpg
[16:40:01] <Praesmeodymium> VAt is tax
[16:40:07] <Sync> value added tax
[16:40:08] <zeeshan|2> all euro have to pay it?
[16:40:13] <Sync> ye
[16:40:25] <zeeshan|2> sync help me plz
[16:40:26] <zeeshan|2> http://www.zoelch.de/shop/shop/USER_ARTIKEL_HANDLING_AUFRUF.php?darstellen=1&Kategorie_ID=114&Ziel_ID=1705&anzeigen_ab=&sort=Name&order=desc&PEPPERSESS=5a6bd6d80006b274a3d74591e7e22a6e
[16:40:36] <Sync> yes
[16:40:37] <zeeshan|2> i cant surf that website cause the button are in german
[16:40:37] <furrywolf> wheel shaker?
[16:40:39] <Sync> wat is problem
[16:40:51] <Sync> furrywolf: a platform that moves from side to side
[16:40:53] <zeeshan|2> in den warenkorb
[16:40:59] <zeeshan|2> that means add to cart?
[16:41:00] <Sync> you can easily see fucked balljoints
[16:41:02] <Sync> yes zeeshan|2
[16:41:04] <furrywolf> never seen one of those
[16:41:10] <furrywolf> why the hell do they care about your balljoints
[16:41:29] <Sync> so you don't die when they pop out
[16:42:13] <furrywolf> any ball joint in danger of popping out will have obvious symptoms long before then.
[16:42:25] <furrywolf> and the government's job is only to keep you from killing other people, not yourself.
[16:43:02] <zeeshan|2> http://www.zoelch.de/plan.htm
[16:43:06] <zeeshan|2> is this near you sync? :D
[16:43:42] <Sync> yes furrywolf, but people will not care, and you can easily spot broken suspension mounts that way too
[16:44:20] <zeeshan|2> http://www.zoelch.de/shop/shop/USER_ADMIN_HILFE.php?lang=de&javascript_enabled=true&Hilfe_ID=top&PEPPERSESS=5a6bd6d80006b274a3d74591e7e22a6e
[16:44:24] <zeeshan|2> where is the contact on this page?
[16:44:29] <Sync> not even close zeeshan|2
[16:44:35] <zeeshan|2> lol
[16:44:36] <furrywolf> ... I care if my vehicle drives properly. :P
[16:45:10] -!- jthornton [jthornton!~john@184.63.188.69] has joined #linuxcnc
[16:48:41] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[16:50:30] <PetefromTn_> Man it is a beautiful day here today in East Tennessee
[16:50:41] <zeeshan|2> its freezing up here man
[16:50:56] <PetefromTn_> I am sure I will be saying that soon LOL
[16:51:01] <PetefromTn_> I HATE COLD!!
[16:51:05] <zeeshan|2> me too :(
[16:51:29] <PetefromTn_> warming up the Cinci right now to make some more rails and test run another program
[16:52:06] <furrywolf> got down to 41 degrees last night here... but it's nice and sunny today so it'll warm up soon.
[16:52:12] <PetefromTn_> might open up the shop doors today its so nice outside
[16:53:55] * Jymmm got a free 40MPH blow job for 6 hours last night
[16:54:58] * PetefromTn_ usually only lasts a couple minutes at best LOL
[16:55:07] <Jymmm> ... and the pine needles EVERYWHERE to prove it!
[16:55:41] <furrywolf> silicone lasts as long as you want it to. :P
[16:56:18] <Jymmm> till it doens't
[16:56:33] _fil_ is now known as _fil_znc
[16:56:40] _fil_s_en_va_ is now known as _fil_
[16:57:10] <Jymmm> I have soem strane ass cracks in the silicone on the roof around the wood stove chimney
[16:57:13] <PetefromTn_> http://imgur.com/LwGjEaU Holy Boring bar Batman!!
[16:57:24] <furrywolf> silicone is good at filling ass cracks...
[16:57:57] <Jymmm> Think I might need high temp
[16:58:08] <furrywolf> but I don't think we need to hear about silicone in your ass cracks.
[16:58:25] <PetefromTn_> definitely not...
[16:58:36] -!- Tecan [Tecan!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[16:58:36] -!- Tecan has quit [Changing host]
[16:58:36] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[16:58:40] <Sync> that's a pretty small one PetefromTn_
[16:59:20] <PetefromTn_> the silicone?
[16:59:22] <PetefromTn_> ;)
[16:59:52] <PetefromTn_> thats WAY bigger than any boring bars I have ever used LOL
[17:02:13] <PetefromTn_> LOL my wife is sanding and painting the living room while I am out here in the shop working on the mill....LIFE IS GOOD!!!
[17:04:00] <furrywolf> that's good, otherwise she'd wonder why we were talking about silicone. :P
[17:05:19] <PetefromTn_> http://www.ebay.com/itm/Vise-stop-5-Axis-movement-mill-work-stop-part-locator-1-2-13-table-bolt-/121164910130?hash=item1c35fdce32 or
http://www.ebay.com/itm/Vise-stop-5-Axis-movement-mill-work-stop-part-locator-/321818088036?hash=item4aedda5264 or
http://www.ebay.com/itm/5-AXIS-MILL-STOP-5-8-T-SLOT-Manufacture-Direct-/331669940051?hash=item4d3911a753
[17:05:39] <PetefromTn_> which one do you guys think is better? Thinking of getting one here
[17:11:44] <_abc_> Can anyone tell please what tcl version is installed by default on linuxcnc / debian ?
[17:11:53] <_abc_> 8.5 ? earlyer?
[17:13:00] <malcom2073> PetefromTn_: Whichever one looks sturdiest?
[17:13:09] <malcom2073> The last one has a handle, which is nice
[17:15:56] <PetefromTn_> yeah but the handle can get in the way I was thinking...
[17:16:37] <malcom2073> True
[17:16:55] <zeeshan|2> pete make one for you and me!
[17:16:55] <zeeshan|2> :D
[17:16:57] <malcom2073> The middle one looks more strudy than the first
[17:17:10] <malcom2073> And me!
[17:17:12] <zeeshan|2> does your vise not have
[17:17:14] <zeeshan|2> drilled holes on the side?
[17:18:00] -!- per_sonne has quit [Ping timeout: 265 seconds]
[17:18:59] <PetefromTn_> I started to draw one but honestly at that price what's the point of making one..
[17:19:21] <PetefromTn_> I like the table mounted stops better they are more functional I think.
[17:19:33] <PetefromTn_> besides a lot of the parts I make go well beyond the vise jaws
[17:19:58] <zeeshan|2> ah that makes sense
[17:20:11] <zeeshan|2> i havent done repeatable parts yet that extended beyond both sides
[17:20:20] <zeeshan|2> i can see why the arm is better now
[17:20:46] <zeeshan|2> pete
[17:20:51] <zeeshan|2> if you look at how many theyve sold
[17:20:55] <zeeshan|2> http://www.ebay.com/itm/Vise-stop-5-Axis-movement-mill-work-stop-part-locator-1-2-13-table-bolt-/121164910130?hash=item1c35fdce32
[17:20:59] <zeeshan|2> this one seems to be the most popular
[17:21:04] <zeeshan|2> maybe its popular for a good reason? :D
[17:21:48] <_methods> _abc_: use dpkg -p tcl
[17:22:39] <PetefromTn_> I honestly like that one the best anyway LOL
[17:22:53] <zeeshan|2> only thing is
[17:23:01] <zeeshan|2> do you want to use an allen to to lock it in place
[17:23:07] <zeeshan|2> or use a handle ":P
[17:23:53] -!- b_b has quit [Remote host closed the connection]
[17:24:36] <Tom_itx> back to your 5 axis stops ehh?
[17:24:52] * Tom_itx still prefers the dowel pin
[17:24:58] <PetefromTn_> yeah but I DO use your pin in holder stop too LOL
[17:25:01] <_abc_> _methods: is the tcp interp not specially compiled for the rtai platform?
[17:25:15] <_methods> no idea on that
[17:25:22] <_abc_> _methods: I am not on that mach now so I am asking here, I know how to do it when there...
[17:25:33] <Tom_itx> _methods when i copy sketch from one plane to another how do i find the insert reference point?
[17:25:52] <_methods> insert ref point?
[17:25:56] <Tom_itx> to paste it
[17:26:11] <Tom_itx> i want to select x0 y0 and paste it to x0 y0
[17:26:15] <_methods> ahhhh
[17:26:21] <Tom_itx> on another plane
[17:26:37] <_abc_> Can anyone tell if jog or mdi mode is on when doing a manual tool change using Tx M6 please?
[17:26:40] <Tom_itx> i can copy it...
[17:26:43] <_methods> so you want to copy a sketch to another plane
[17:26:48] <Tom_itx> just haven't figuerd out the paste part
[17:26:49] <Tom_itx> yes
[17:26:57] <_abc_> I will find out tomorrow but now I am just asking...
[17:26:59] <_methods> just click where you want it
[17:27:09] <_methods> then dimension it where you really want it
[17:27:09] <Tom_itx> doesn't seem to paste in the right place
[17:27:12] <_methods> to lock it in
[17:27:25] <_methods> just drop it wherever then define it
[17:27:33] <Tom_itx> just one point?
[17:27:37] <_methods> yeah
[17:27:37] <Tom_itx> or the whole damn thing?
[17:27:44] <_methods> i'd drop the whole thing
[17:27:57] <_methods> select the entire sketch, then you select a point to move from
[17:28:03] <_methods> then you select a point to drop it
[17:28:54] <Tom_itx> not sure how you select the points
[17:28:59] <Tom_itx> this is old SW btw
[17:29:08] <_methods> you should be able to select anywhere
[17:29:19] <_methods> you don't even need to select a certain point
[17:29:29] <_methods> just select teh sketch entities you want to copy
[17:29:43] <_methods> then you select a point on the sketch which will be your move point
[17:29:52] <_methods> then pick where you want to move it to
[17:30:06] <archivist> cant move if fixed :)
[17:30:22] <archivist> be careful of constraints
[17:30:41] <_methods> he's copying i believe
[17:32:12] -!- PetefromTn_ has quit [Ping timeout: 255 seconds]
[17:32:27] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[17:34:01] <_abc_> Is there ANY method to manually move the axes in Auto paused mode, during tool change or otherwise?
[17:34:46] <archivist> jog while paused has caused endless discussion
[17:34:56] <_abc_> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ManualWhilePaused yes it has and it will again
[17:35:03] <archivist> and a few attempts to implement
[17:35:35] <Jymmm> _abc_: Do you have any expectations that once manually moved, to return to the location it was once paused?
[17:35:56] <_abc_> Sure. This is for manual tool change and the like
[17:36:29] <_abc_> Jogging simply means moving current coords literally. Resuming is expected to do a G0 to auto saved coords at the time of the pause
[17:36:39] <Jymmm> _abc_: Then why not break up your gcode into section per tool, then it'll be homed each time
[17:36:58] <_abc_> Sure but why break it up when axis is so smart...
[17:37:10] <Jymmm> axis is just a gui
[17:37:19] <_abc_> Yeah well you get what I mean
[17:37:26] <pcw_home> Yeah I think thats normally just done in the gcode, no need for jog-while-paused
[17:37:43] <_abc_> Anyway manual touchoff is needed. I found a way to do it someone wrote a neat script, which overrides M6
[17:37:46] <Jymmm> add a tool change in your gcode?
[17:38:09] <pcw_home> I think the main requirement for jog-while-pause is fixing broken tools etc
[17:38:15] <_abc_> Rephrased: during manual tool change induced by Tx M6 there is a need to manually jog the Z at least
[17:38:44] <pcw_home> why would that not be in the gcode?
[17:39:02] <zeeshan|2> you always do a g28 z0
[17:39:05] <zeeshan|2> after a tool change
[17:39:07] <zeeshan|2> for that exact purpose
[17:39:25] <_abc_> Explain how you can enter a rather random parameter (tool touchoff height) into gcode at runtime, when using a collet which does not allow tool height setting, such as R8, Morse, etc
[17:39:53] <pcw_home> tool table?
[17:39:55] <zeeshan|2> lol
[17:40:10] <archivist> a tool probe
[17:40:15] <_abc_> Tool tables contain fixed tool offsets. The tool offset is not fixed, it changes.
[17:40:20] <zeeshan|2> look at g10 l10..
[17:40:31] <zeeshan|2> it allows you to change tool offset
[17:40:32] <_abc_> The tool probe is a touchoff plate which can be used with G38.x or by hand.
[17:40:41] <archivist> a probe adjusts after the change
[17:41:03] <_abc_> How do you use it by hand please, without overriding M6. I already read the scripts on overriding M6. Is there another way.
[17:41:35] <zeeshan|2> abc youre trying to do this if i understand you correctly:
[17:41:38] <_abc_> Rephrased2: Is there a way to enter a touchoff parameter at tool change time, without scripting.
[17:41:44] <zeeshan|2> you call a manual tool change , you put in new tool
[17:41:58] <zeeshan|2> and now you gotta probe it cause you got some r8 stuff which has not a repeatable z
[17:42:09] <zeeshan|2> and you want to set that new offset?
[17:42:39] <Wolf_Mill> i'm hoping going to TTS setup will save me that headache
[17:43:20] <zeeshan|2> if i understand you correctly
[17:43:22] <zeeshan|2> you gotta do this:
[17:43:55] <PetefromTn_> Wolf_Mill it most definitely will
[17:44:19] <zeeshan|2> Txxx M6 G43 ; G28 Z0; some g-code here to move to xy coordinate of your probe ; call you probe routine; take the position where the probe touched and use G10 L10 to set your tool table for the current tool
[17:44:22] <PetefromTn_> or you can try using solid toolholders/endmill holders instead of collets
[17:44:36] <_abc_> http://www.linuxcnc.org/index.php/english/forum/10-advanced-configuration/5596-manual-tool-change--tool-lengh-touch-off?limit=6&start=36
[17:44:46] <_abc_> this is how it's done with M6 overriding
[17:48:00] <_abc_> Surely there should be an easyer way, perhaps default shipped, given most newbies will be using a simple machine where tool height control from collet is a distant dream?
[17:49:56] -!- tjtr33 [tjtr33!~tjtr33@d47-69-66-82.try.wideopenwest.com] has joined #linuxcnc
[17:50:22] <Wolf_Mill> er20 collet holders w/ shoulders (TTS style) are cheap,hy dream...
[17:50:28] <Wolf_Mill> hy/why
[17:50:39] <_abc_> How hard would it be to add a popup immediately after the 'Insert tool Tx and press ENTER' such that the touchoff popup comes up next?
[17:51:33] <_abc_> Wolf_Mill: it has to work with simple machines with simple collets too. No elitism. They are not as cheap as you think, depending on where one is, and many many jobs I have to do with imply engraving type milling with resharpened mills (= length decreased)
[17:52:33] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[17:53:00] <archivist> I happen to use separate programs when there is a tool change on the mill
[17:53:12] <PetefromTn_> simplest thing would be to add a home built touch off plate and automated probing macro
[17:53:14] <archivist> I have a tool table on the lathe
[17:53:37] <_abc_> Simplest thing would be to listen to the hundreds of users asking the same question and do something about it
http://www.linuxcnc.org/index.php/english/forum/21-axis/18843-how-do-i-do-a-manual-tool-change example
[17:53:54] * _abc_ cheers for archivist
[17:55:19] <archivist> a hight only probe makes no sense to me because of the cutter shapes I use on the mill
[17:55:47] <_abc_> I can see that but you still need a Z probe 1st. The others can be added later...
[17:55:57] <PetefromTn_> what does that have to do with anything?
[17:56:20] <zeeshan|2> PetefromTn_: douchebaggery
[17:56:23] <zeeshan|2> is what
[17:56:23] <zeeshan|2> :)
[17:56:31] <archivist> eg I want the centre line and OD of the cutter
http://www.archivist.info/cnc/target.php
[17:57:18] <archivist> I have a wingnut on Z no I dont want a height probe
[17:57:19] <PetefromTn_> you do all of that in your programming no?
[17:57:49] <archivist> I do an optical "touch off"
[17:57:57] <zeeshan|2> archivist: how well does that work?
[17:58:01] <zeeshan|2> your optical touch off
[17:58:02] <zeeshan|2> :D
[17:58:03] <PetefromTn_> I use a top and bottom 45 degree cutter for the picatinny rails and I only use a Z height setting
[17:58:15] <archivist> put a pointer in the rotary
[17:58:26] -!- gwendall has quit []
[17:59:44] <archivist> so as usual "no one size fits all" as people often wish for and think "would be easy and obvious"
[18:00:16] -!- tjtr33 has quit [Quit: Leaving]
[18:00:49] * PetefromTn_ thinks I have to mount my damn strap clamp set to the side of the mills enclosure....Hmmmm
[18:03:13] -!- sumpfralle [sumpfralle!~lars@p5DCFCA72.dip0.t-ipconnect.de] has joined #linuxcnc
[18:04:09] <archivist> I mounted my clamp set on the side of an old rack I use as a toolbox trolley
[18:06:30] <PetefromTn_> yeah so did I but it's a pain in the ass because it is never where I need it LOL
[18:07:05] <Jymmm> PetefromTn_: wear it like a toolbelt, then you'll always have it handy =)
[18:07:40] <Jymmm> PetefromTn_: ...and get a workout at the same time =)
[18:07:49] <archivist> have a set by every machine, of course you will need an extra bit from one of the other sets
[18:08:02] <Jymmm> archivist++
[18:08:59] <_abc_> is it possible to define a M1xx subr using #!/usr/bin/env wish as interp?
[18:09:22] -!- robinsz has quit [Ping timeout: 250 seconds]
[18:09:51] -!- robinsz [robinsz!~robin@88.97.63.122] has joined #linuxcnc
[18:10:00] <PetefromTn_> Jymmm thanks for the tip...Rolleyes
[18:10:44] <archivist> _abc_,
http://linuxcnc.org/docs/html/gcode/o-code.html#_calling_files
[18:11:42] <_abc_> My manual says M1xx subroutines can be defined as scripts in bash or python or presumably anything else which will be exec'd in the system's shell
[18:12:04] <_abc_> File named M1xx accordingly, saved in the right place, starts as any script with shebang interpreter spec
[18:14:50] <_abc_> http://linuxcnc.org/docs/html/remap/structure.html see 5.6.
[18:16:44] <_abc_> also I see 8.2. as a way to experiment in MDI >;)
[18:18:14] <furrywolf> sure enough, the guy who wants the tools is flaking.
[18:19:41] <PetefromTn_> Had a lady flake on me for a microwave I was selling on craigslist yesterday....
[18:19:51] <_abc_> is there a way to specify where the Z0 is when doing TOOL_CHANGE_QUILL_UP=1 ? Seems it goes to 0, bad idea, I need it at a height other than 0
[18:26:12] <skunkworks> you can specify a location...
[18:26:13] -!- micges_ [micges_!~micges@dbw38.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[18:26:46] <_abc_> I know. I am trying to figure out the easyest way to enter the new tool height after touching it off manually while in tool change mode
[18:27:32] <_abc_> looks like a bad bad mixture of o-file and m-file, worse than the workaround script posted in the forum, so the forum entry wins.
[18:28:06] <_abc_> http://linuxcnc.org/docs/html/gcode/m-code.html#mcode:m100-m199 meanwhile, about what I wrote above, fyi
[18:30:26] -!- micges has quit [Ping timeout: 272 seconds]
[18:30:47] micges_ is now known as micges
[18:30:51] <_abc_> What is not clear is, whether
http://linuxcnc.org/docs/html/gcode/o-code.html#_calling_files 6. can be used to call a M1xx file as above
[18:31:14] <_abc_> Does not look like it. Lacking Turing completeness. /me snorts
[18:39:31] -!- kriskropd has quit [Ping timeout: 244 seconds]
[18:39:43] <enleth> That got me thinking, how much of a priority for linuxcnc is MDI-type work?
[18:40:39] <PetefromTn_> any of you guys ever bought that commercial speedwall paint at home depot? LOL its a lot cheaper than the other stuff but is it shitty?
[18:40:46] <PetefromTn_> I know not CNC related LOL
[18:41:13] <PetefromTn_> I was thinking of building a wall painting robot ;)
[18:41:43] <ganzuul> hm
[18:42:25] <ganzuul> Maybe a robot which works well with shitty/ cheap paint?
[18:42:39] <ganzuul> Might corner some market.
[18:42:41] <PetefromTn_> yes exactly
[18:43:43] <ganzuul> How much automation?
[18:44:02] <PetefromTn_> focus man....the paint...
[18:45:17] <_abc_> Speedwall rhymes with speed tape somehow >;)
[18:45:23] <_abc_> Also with Aluminum paint...
[18:46:29] <_abc_> Come on, sticking a 5dof robot arm on a segway with a large can of paint and a small Honda etc generator is not beyond imagination. Then, you fill it up with rainbow paint, and let it loose on main street. Muahaha. Just kidding. If you do this, post pics.
[18:47:12] <ganzuul> lol
[18:47:36] <_abc_> I forgot to mention the cheap paint gun (electric) and the rpi to control it all
[18:47:57] <ganzuul> An inkjet?
[18:48:04] <_abc_> No, paint gun.
[18:48:22] <ganzuul> No, inkjet. >:|
[18:48:39] <_abc_> http://www.harborfreight.com/51-gph-electric-paint-spray-gun-60446.html ganzuul cheaper than inkjet
[18:49:22] <_abc_> Also, optimal. I don't know if such a cheap device will last 2 hours so the 1 gallon can of paint will be used optimally
[18:50:57] <furrywolf> just built an air buffer tank... I was sick of my 3/4" impact running at half speed on the long hose I have here... screwed a 1/4" male plug and a 3/8" female coupler to the top of a 5gal air tank. :)
[18:50:59] <ganzuul> Nice user review. xD
[18:51:09] <PetefromTn_> okay I have a robot to do the painting (grins at wife) now I just need the paint LOL
[18:52:30] <ganzuul> I hear in the olden days wall painters used to become alcoholics, because of the fumes.
[18:53:01] <furrywolf> riiiight... "the fumes"... :P
[18:53:22] <furrywolf> I've never seen alcohol-based paint, anyway... only shellac.
[18:53:38] <_abc_> furrywolf: re: air tank buffer: truck tyres are great.
[18:53:53] <_abc_> And iirc more than 5gal
[18:54:00] <furrywolf> _abc_: truck tires don't have a 3/8" air coupler bolted right to them with 1/2" pipe.
[18:54:06] <_abc_> true
[18:54:06] <furrywolf> the idea is to be able to get air out fast.
[18:54:16] <_abc_> you get to make that part ;)
[18:54:40] * furrywolf made that part by using a 5gal air tank that has a 1/2" bung on it. :P
[18:55:47] <malcom2073> Heh I used to use a 5 gallon air tank as a buffer for a nail gun, let me run it off a tiny pancake compressor
[18:55:52] <furrywolf> this way I have a little bit of surge capacity on the end of the long hose, with a short, thick hose to the impact wrench.
[18:55:53] <malcom2073> do 15-20 nails, then take a 5 minute break :-D
[18:56:21] <furrywolf> sure you weren't just lazy? :P
[18:56:34] <malcom2073> I'm not lazy, I'm energy efficient
[18:57:47] <_abc_> http://phys.org/news/2015-10-fusion-reactors-economically-viable-experts.html I wish they will become feasible SOON
[18:59:25] <furrywolf> fusion power is always 50 years away. :P
[19:00:15] <_abc_> Eternally ;)
[19:00:35] -!- pi_m [pi_m!~pi_m@p54AE90D9.dip0.t-ipconnect.de] has joined #linuxcnc
[19:00:48] <_abc_> Yes, well, remember when people trying to make semiconductor devices with no vacuum in them were held for lunatics? And about flying? And about...
[19:00:49] <ganzuul> Unicorns do exist.
[19:00:55] <furrywolf> I suspect this would improve if substantially more money were thrown at it, but people don't want to spend money on something that promises to lower prices.
[19:01:38] -!- _abc_ has quit [Quit: done for 2day]
[19:01:49] <furrywolf> cheap electricity results in a lot of oil company executives having to only have one mansion and one yacht, which is entirely unacceptable.
[19:03:39] -!- sumpfralle has quit [Ping timeout: 250 seconds]
[19:04:08] -!- pi_m [pi_m!~pi_m@p54AE90D9.dip0.t-ipconnect.de] has parted #linuxcnc
[19:05:55] -!- bkboggy has quit [Quit: Leaving]
[19:06:17] <ganzuul> Governments do.
[19:06:56] <furrywolf> I don't know about your government, but our government is very good friends with the oil industry.
[19:07:53] <ganzuul> Not always.
[19:08:06] <roycroft> that's not true at all, furrywolf
[19:08:22] <roycroft> cheap electricity does not impact the wealth of the oil barons at all
[19:08:29] <roycroft> they all have more wealth then they could possibly need
[19:09:00] <roycroft> when you're talking about folks that rich it's not about money any more
[19:09:08] <roycroft> it's about power, and i'm not talking about electrical power
[19:10:57] <enleth> furrywolf: it's the exacy opposite in fact. The oil sheiks are investing obscene amounts of money in alternative energy sources. Why? Because they know the time will come for that and when it does, they want to control production just like they do now, but with oil.
[19:11:01] <enleth> They are not stupid.
[19:11:04] <furrywolf> cheap electricity, other than just the fall in use of fossil fuels for power generator, will also lead to substantial development and uptake of electric vehicles, recycling of plastics for re-use in place of extracted petrochemicals, etc.
[19:11:06] <ganzuul> What sort of power like that is a scarce resource?
[19:12:16] <enleth> furrywolf: I don't know about local US executives, but those Arab guys who sit on oil reserves are well aware that income diversification is a must
[19:12:29] <ganzuul> furrywolf: This politics is what Tesla's battery factory in Texas or wherever is about.
[19:13:07] <furrywolf> all sorts of industries will have to change... when power is cheap enough, artifical light will become an economical way to grow plants other than pot... all railroad lines will be electrified... many products currently obtained by mining will become economical to recycle... etc, etc.
[19:13:33] <enleth> furrywolf: in fact, if anyone achieves a breakthrough with viable fusion power, I'd bet they did that on Arab money.
[19:14:06] * Wolf_Mill doesnt care how it comes about...
[19:14:27] <Wolf_Mill> I just want to spend less then I am now on my electric bill lol
[19:14:40] <renesis> i pay $0 for electricity
[19:14:42] <renesis> \o/
[19:14:48] * ganzuul sends signal for unreasoning Animal King to dispose of Wolf_Mill's govt
[19:15:39] <ganzuul> (Portal 2 ref)
[19:16:44] <fenn> a lot of good fusion research was done with US navy money
[19:16:47] <furrywolf> and, of course, with cheap energy, the whole military being used to protect our interests in oilfields thing stops, and we spend a lot of money there...
[19:16:49] -!- sumpfralle [sumpfralle!~lars@p5DCFCA72.dip0.t-ipconnect.de] has joined #linuxcnc
[19:17:27] <fenn> the congressionally funded ITER stuff is just pork barrel politics at this point
[19:17:37] <fenn> even the scientists doing the research admit it
[19:17:56] <fenn> hi-tech job factory
[19:18:25] -!- per_sonne has quit [Ping timeout: 246 seconds]
[19:19:01] <fenn> meanwhile the actual promising research languishes because if it were to show progress the ITER/tokamak guys would lose their funding
[19:19:03] <furrywolf> japan seemed to be being the most useful last I looked.
[19:19:14] <fenn> nah same thing there
[19:19:29] <fenn> ITER is international yo
[19:19:48] <furrywolf> japan's tests have gotten actual sustained burns. :)
[19:19:57] <enleth> Anyway, the whole going for power thing is funny. Suppose you get to control a lot of things, a whole country maybe, you're in mid 50s or something, you do and have all the crap money can buy for maybe 20 years and then what? You die. Most of those filthy rich people don't even have that many children, some have none.
[19:20:54] <furrywolf> enleth: don't ask me to explain human nature. I gave up. *fluffs wolfy tail*
[19:25:50] -!- djinni` has quit [Ping timeout: 240 seconds]
[19:26:50] -!- ganzuul has quit [Ping timeout: 240 seconds]
[19:27:10] -!- LikeVinyl has quit [Ping timeout: 240 seconds]
[19:27:11] -!- pjm has quit [Ping timeout: 240 seconds]
[19:27:11] -!- roh has quit [Ping timeout: 240 seconds]
[19:31:09] -!- pjm [pjm!~pjm@uhfsatcom.plus.com] has joined #linuxcnc
[19:31:41] <fenn> "it was once proposed to use hydrogen bombs as a source of power by detonating them in underground caverns and then generating electricity from the heat produced"
[19:31:41] <fenn> what could possibly go wrong
[19:31:41] <enleth> I do see the point of going full Ghenghis Khan-style at the world, the guy was one of the most successful human beings in the whole history of this race as far as natural selection goes, having over a thousand children all over the continent. But the rich of our times? Pathetic.
[19:31:41] <pcw_home> fenn: project Orion also
[19:31:42] <roycroft> ghengis khan was not a christian, so he believed that sex was ok, even if it's not with boys
[19:31:43] <furrywolf> good thing I'm also not a christian. I don't like boys.
[19:31:43] -!- ganzuul_ [ganzuul_!~n@87-92-168-201.bb.dnainternet.fi] has joined #linuxcnc
[19:31:43] -!- roh_ [roh_!~roh@yamato.hyte.de] has joined #linuxcnc
[19:31:43] <roycroft> i like boys, but not that way
[19:31:44] -!- ibaca has quit [Ping timeout: 260 seconds]
[19:31:44] -!- malcom2073 has quit [Ping timeout: 260 seconds]
[19:31:44] -!- Tristitia has quit [Ping timeout: 260 seconds]
[19:31:44] -!- Einherjer has quit [Ping timeout: 260 seconds]
[19:31:44] -!- McBride36 has quit [Ping timeout: 260 seconds]
[19:31:44] -!- brlcad has quit [Ping timeout: 260 seconds]
[19:31:45] -!- djinni`_ [djinni`_!~djinni@105.ip-167-114-152.net] has joined #linuxcnc
[19:31:45] -!- likevinyl_ [likevinyl_!~birras@181.46.234.135] has joined #linuxcnc
[19:31:45] -!- McBride36 [McBride36!~McBride36@thedeafguy.space] has joined #linuxcnc
[19:31:45] ibaca_ is now known as ibaca
[19:31:47] McBride36 is now known as Guest32040
[19:32:22] <roycroft> but what i'd really like is a decent lathe right now
[19:32:37] -!- Tristit1a [Tristit1a!~tristitia@178.18.241.185] has joined #linuxcnc
[19:37:02] <Jymmm> PetefromTn_: Yeah, it'll be like thug life machinist bling bling
[19:37:27] <furrywolf> time to give up on the guy wanting the tools.
[19:37:30] <furrywolf> fucking flakes.
[19:38:52] <furrywolf> if you tell someone you're going to be at their house at a certain time, SHOW THE FUCK UP. or if something comes up and you can't, call or email!
[19:39:09] <fenn> what if he died
[19:39:23] <Jymmm> no excuse fenn
[19:39:39] <ganzuul_> Then you haunt.
[19:39:40] <furrywolf> this his estate has to deal with his debts, including showing up and paying for tools.
[19:40:31] <ganzuul_> Paying up front FTW!
[19:40:44] -!- chris_99 has quit [Ping timeout: 272 seconds]
[19:40:55] <JT-Shop> another gibberish warning from wheezy "upgrading make require removal or installation of new packages"
[19:41:15] <JT-Shop> do you want to perform a safe upgrade
[19:41:31] <JT-Shop> I don't know
[19:41:32] <ganzuul_> Well that warning sounds dangerous.
[19:41:49] <Jymmm> yeah for backups
[19:41:54] <Jymmm> yay*
[19:41:54] <JT-Shop> I get it all the time with wheezy
[19:41:56] <furrywolf> wheezy is a distribution. warnings come from programs.
[19:42:27] <Jymmm> Heh
https://s-media-cache-ak0.pinimg.com/236x/b0/84/68/b08468aa131a86a57387741f932a3c8d.jpg
[19:43:00] <roycroft> i use virtualization almost exclusively these days
[19:43:10] <fenn> can't virtualize realtime
[19:43:20] -!- chris_99 [chris_99!~chris_99@unaffiliated/chris-99/x-3062929] has joined #linuxcnc
[19:43:21] <roycroft> it's really nice, because when it comes time to upgrade something like that i just clone the vm and do the upgrade on the clonse first
[19:43:33] <Jymmm> fenn: but you can image it =)
[19:43:36] <roycroft> yes, you can image it
[19:43:40] * furrywolf uses no virtualization
[19:44:09] <roycroft> my work life has gotten 10x harder since i started using virtual machines, but it's also become 50x easier
[19:44:15] <roycroft> so it's a net win
[19:44:22] -!- malcom2073 [malcom2073!~quassel@mikesshop.net] has joined #linuxcnc
[19:44:57] <ganzuul_> Speaking of, my $15 OrangePi raspi clone seems to work OK. Some sort of HDMI/DVI translation bug, but otherwise fine. Would in a guitar stomp box very snugly if holes were cut for connectors.
[19:45:00] <roycroft> and i do think that some real time apps can be run in a virtualized environment
[19:45:21] <Jymmm> roycroft: How is it 10x harder?
[19:45:31] <roycroft> but regardless, if it's a real time but not always up app it's easy to make a vm image of the machine
[19:45:50] <roycroft> having to manage hypervisors and do snapshots and the like adds a lot of complication
[19:45:59] <roycroft> especially since we use vmware, and their management tools require windows
[19:46:02] -!- SEL has quit [Quit: Leaving]
[19:46:05] <roycroft> and they don't work well in a windows vm
[19:46:09] <Jymmm> roycroft: oh come on, snapshots can be automated
[19:46:17] <roycroft> so i end up having to use things like netbooks to do some of the vm management
[19:46:25] <Jymmm> roycroft: fucking IE requirement
[19:46:27] <roycroft> although i'm learning how to do much of it from the command line
[19:46:41] <Jymmm> roycroft: You know what we used to do?
[19:46:43] <roycroft> i use *nix and macos
[19:46:57] <roycroft> when i need to run a windows app i do it in a vm
[19:47:10] <roycroft> except vmware's, which require dedicated machines
[19:47:15] <Jymmm> roycroft: We setup one machine as a M$ vm, then everyone RDP'ed into it to do the managemnet aspects, worked out great
[19:47:34] Tristit1a is now known as Tristitia
[19:48:03] <roycroft> but to be honest, the main problem i have is that, although my boss strongly encourages virtualization, he refuses to do development on sandbox vms
[19:48:12] <roycroft> he insists on always working on production machines
[19:48:30] <Jymmm> you're boss is a dumbass, but I think you already knew that =)
[19:48:39] <roycroft> if he says he wants to play with something new i say "give me 10 minutes and i'll clone a vm for you to use as a sandbox"
[19:48:53] <roycroft> he'll say "ok", and then then, 10 minutes later, he's already fucked up the production machine
[19:49:00] <malcom2073> Heh
[19:49:06] <roycroft> pardon my language
[19:49:11] <malcom2073> Job security at least
[19:49:17] <Jymmm> roycroft: cron the cloning =)
[19:49:17] <roycroft> except i get blamed for it
[19:49:21] <roycroft> and told to fix it on my own time
[19:49:25] <malcom2073> Ah, time to find a new employer then :P
[19:49:32] <roycroft> yeah, well i'm too old for that
[19:49:32] E1nherjer is now known as Einherjer
[19:49:41] <roycroft> i've been applying for jobs for years
[19:49:59] <roycroft> nobody bites - when they see my resume they realise that i'm not a young kid so i don't ever get a call back
[19:50:06] <roycroft> oh well
[19:50:26] <roycroft> this is just a demonstration that one cannot fix social problems with technology
[19:50:28] <Jymmm> roycroft: take off everything but the last 8 years
[19:50:54] <roycroft> as far as the job history part that might be ok
[19:50:57] <ganzuul_> rsync for backups.
[19:51:07] <roycroft> but the education department would still give my age away
[19:51:19] <roycroft> rsync is not suitable for backups, generally
[19:51:24] <roycroft> but i use it for some things
[19:51:26] <Jymmm> sure it is
[19:51:30] <roycroft> no it's not
[19:51:40] <roycroft> it can't easily do incrementals and keep multiple copies
[19:51:41] <ganzuul_> roycroft: Not suitable?
[19:51:47] <Jymmm> wanna bet?
[19:51:47] <roycroft> i use amanda for backups
[19:51:48] <ganzuul_> oh
[19:51:51] <roycroft> and it works great
[19:52:22] <Jymmm> roycroft: incremental rsync baby
http://www.nongnu.org/rdiff-backup/
[19:52:23] <roycroft> my debian machines all have xfs filesystems, because xfs has a proper dump(8) utility
[19:52:34] -!- likevinyl_ has quit [Quit: likevinyl_]
[19:52:39] <roycroft> and the bsd machines have always had dump(8)
[19:52:44] <ganzuul_> I have done incrementals with rsync.
[19:52:50] <PetefromTn_> I know I have asked this before but
[19:52:51] <roycroft> i did not say it can't be done
[19:52:57] <roycroft> i said it can't be done easily
[19:52:59] <roycroft> and i stand by that
[19:53:09] <PetefromTn_> I want to remove the options in a drop down box
[19:53:09] <roycroft> i have a very robust backup utility that works great
[19:53:11] <Jymmm> sit your ass down grandpa!
[19:53:14] <Jymmm> ;)
[19:53:16] -!- LikeVinyl [LikeVinyl!~birras@unaffiliated/likevinyl] has joined #linuxcnc
[19:53:17] <PetefromTn_> in ubunut
[19:53:20] <PetefromTn_> ubuntu
[19:53:30] <roycroft> however, i do back up users' inboxes with rsync, and keep 7 days worth of that
[19:53:40] <roycroft> just because it's easier to restore an inbox that way
[19:53:44] <PetefromTn_> I have my G code files stores in a file on the desktop in ubuntu
[19:53:47] <roycroft> and users delete important emails all the time
[19:54:11] <PetefromTn_> and when I click open I have to select the drop down menu and it's a little PIA..
[19:54:27] <ganzuul_> rsync -u does incremental
[19:54:30] <PetefromTn_> is there a way to remove the drop down box options for screening the tupe
[19:54:32] <PetefromTn_> type
[19:54:46] <roycroft> it's not the same as a proper backup utility
[19:55:04] <roycroft> and i don't know why some of you are trying to convince me to do it your way when i've already stated that i have something that works very well
[19:55:12] <roycroft> i'm not asking for recommendations on backup software
[19:55:32] <ganzuul_> We can't have that.
[19:55:37] <ganzuul_> You're doing it wrong.
[19:55:41] <malcom2073> lol
[19:55:42] <ganzuul_> Vermind that it works.
[19:55:46] <ganzuul_> ~nevermind
[19:55:53] <malcom2073> roycroft: Welcome to the internet :P
[19:56:18] * roycroft notes that there is almost always more than one "correct" way to do something
[19:56:38] <malcom2073> For varying definitions of correct
[19:56:42] * roycroft notes also that one size rarely fits all
[19:57:07] <JT-Shop> lol
[19:58:08] <roycroft> for them that use rsync to do backups: if what you do works for you then i'm happy for you
[19:58:18] <roycroft> now we can move on
[19:58:21] <malcom2073> ganzuul_: Raid is a backup!
[19:58:26] * malcom2073 runs fast after pulling that gernade pin
[19:58:36] * roycroft refuses to even go there, because the liquor store is closed on sundays
[19:59:23] <ganzuul_> malcom2073: I was about to say, there is an infinite number of ways to do it wrong, but that seemed mean-spirited. However, you...
[20:00:08] <ganzuul_> :p
[20:00:12] <malcom2073> :)
[20:01:55] <PetefromTn_> rather how do you remove the files of type filters?
[20:02:14] <roycroft> my boss likes to do cp file file.something.random,usually,in.another.undocumented.directory when he messes with production machines
[20:02:18] <roycroft> that's his form of backup
[20:02:34] <ganzuul_> PetefromTn_: I'd imagine it involves a recompile from source...
[20:02:57] <PetefromTn_> good lord why?
[20:03:07] <malcom2073> PetefromTn_: That type of thing is normally hardcoded, You talking about in axis?
[20:03:17] <ganzuul_> ^
[20:03:18] <PetefromTn_> no not in linuxCNC at all..
[20:03:20] <malcom2073> Because changing the type of files an application accepts is not something you typically do runtime?
[20:03:23] <PetefromTn_> in ubuntu
[20:03:30] <malcom2073> In which application?
[20:03:33] <malcom2073> It's a per-application setting
[20:03:41] <malcom2073> Or rather, it's done on a per application basis
[20:03:48] <ganzuul_> Can you give your files the wrong type identifier>
[20:03:50] <ganzuul_> ?
[20:03:52] <PetefromTn_> as I said I have a desktop file with my g code files in it..
[20:04:04] <PetefromTn_> when I open it in linuxCNC it has a files of type filter on it
[20:04:18] <PetefromTn_> I want to remove that filter or at least remove some of the drop down options.
[20:04:20] <fenn> you probably mean "when i open it in AXIS"
[20:04:25] <malcom2073> A desktop file, or folder?
[20:04:31] <PetefromTn_> yeah
[20:05:08] <ganzuul_> PetefromTn_: Can you rename your files so they show up by default?
[20:05:09] Guest32040 is now known as McBird
[20:05:16] -!- McBird has quit [Changing host]
[20:05:16] -!- McBird [McBird!~McBride36@unaffiliated/mcbride36] has joined #linuxcnc
[20:06:08] -!- mascape has quit [Quit: ChatZilla 0.9.92 [Firefox 41.0/20150918100312]]
[20:06:18] <fenn> the best way is probably to edit src/emc/usr_intf/axis/scripts/axis.py and add whatever extension you use to the line that ends with tuple([".ngc"])
[20:06:20] <PetefromTn_> don't want to rename
[20:06:37] <ganzuul_> PetefromTn_: Running from the cure.
[20:07:11] <fenn> actually it's probably /usr/bin/axis.py
[20:07:14] <ganzuul_> Sometimes a dirty hack and a hard drink is the best way to get on with your life.
[20:07:32] <malcom2073> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob_plain;f=src/emc/usr_intf/axis/scripts/axis.py;hb=HEAD
[20:07:35] <ganzuul_> Oh, fenn's suggestion would be easier.
[20:07:38] <malcom2073> Inside: def open_file(*event):
[20:07:48] <malcom2073> all_extensions = tuple([".ngc"]) change it to all_extensions = tuple([".gcode"])
[20:07:50] <malcom2073> or whatever your default is
[20:09:34] <PetefromTn_> http://imgur.com/e4l0Yh6
[20:09:39] <PetefromTn_> okay you see that picture
[20:09:41] <fenn> or maybe swap ("All files"), "*" and ("All machinable files"), all_extensions
[20:09:51] <PetefromTn_> there is my OPEN file browser
[20:10:03] <PetefromTn_> it has a drop down menu with a bunch of different options in it.
[20:10:04] <malcom2073> Yep PetefromTn_, the fix that fenn suggested should do what you want
[20:10:15] <PetefromTn_> It drives me nuckin' futz...
[20:11:07] <PetefromTn_> I would not care if the entire files of type option was removed completely
[20:11:11] -!- chris_99 has quit [Remote host closed the connection]
[20:11:25] <fenn> so the "All machinable files" filter doesn't show .NC files?
[20:11:37] -!- chris_99 [chris_99!~chris_99@unaffiliated/chris-99/x-3062929] has joined #linuxcnc
[20:12:14] <PetefromTn_> honestly when I click open in linuxCNC axis it opens the browser with all machinable files selected.
[20:12:38] <PetefromTn_> but yeah it does not show all my files which requires me to click it and drop down every time I open a program
[20:12:50] <PetefromTn_> also If there is a way to make it open in fullscreen that would be glorious...
[20:13:17] <fenn> i can't figure out how to do that
[20:13:24] <PetefromTn_> if it just defaulted to all files it would be graet
[20:13:33] <fenn> fix it man, you have the powah
[20:13:56] <PetefromTn_> my pal connor did that for me when we first built the machine but now it is an annoyance unfortunately since I have SO MANY files on the damn machine now
[20:14:21] <PetefromTn_> man I don't know jack about how to do this kind of thing...
[20:14:26] <JT-Shop> Axis open full screen?
[20:14:31] <PetefromTn_> or I would have already fixed it myself
[20:14:33] <fenn> JT-Shop: the file picker is too small
[20:14:38] <PetefromTn_> yeah axis opens full screen
[20:14:48] <Wolf_Mill> well, i think the line for what file extension is at line 1927
[20:14:52] <PetefromTn_> but the file-open option browser opens small
[20:15:03] -!- chris_99 has quit [Read error: Connection reset by peer]
[20:15:44] <PetefromTn_> basically every single time I have to find and open a file I have to grab and expand the window so I can see the whole thing and then select the drop down menu to select all files...
[20:15:48] <PetefromTn_> its maddening
[20:16:11] <Tom_itx> you want to view more file extensions?
[20:16:37] <PetefromTn_> I want to be able to see everything in the folder without filters at all
[20:17:01] <PetefromTn_> and not have to expand it manually each time
[20:17:32] <PetefromTn_> wish it was like windows where you just click maximize for that one..
[20:17:37] <Tom_itx> [FILTER]
[20:17:37] <Tom_itx> PROGRAM_EXTENSION = .txt XYZ Post Processor
[20:17:40] <Tom_itx> in the ini
[20:17:46] <Tom_itx> put .* or something
[20:17:53] <fenn> cat
[20:18:11] <PetefromTn_> do I have to shut down linuxCNC to do that
[20:18:16] <Tom_itx> i use .txt on all my gcode files :D
[20:18:17] <JT-Shop> forum to PetefromTn_ rescue
http://www.linuxcnc.org/index.php/english/forum/21-axis/320-faq
[20:18:31] <Tom_itx> PetefromTn_, no but it won't take effect until you do
[20:19:00] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[20:19:03] <PetefromTn_> okay lemme try that hang on..
[20:19:35] <Tom_itx> why would you want more than one extension in your gcode directory anyway?
[20:19:41] <fenn> that doesn't change the file picker size
[20:19:43] <Wolf_Mill> what needs to be changed to add *.nc to the extensions?
[20:19:47] -!- chris_99 [chris_99!~chris_99@unaffiliated/chris-99/x-3062929] has joined #linuxcnc
[20:19:56] <PetefromTn_> how do you unselect the lines in .ini again
[20:20:00] <Tom_itx> well i didn't pay attention to what he was bitchin about
[20:20:14] <PetefromTn_> whose bitchin'
[20:20:18] <PetefromTn_> who's
[20:20:29] <JT-Shop> #
[20:20:34] <PetefromTn_> is it hashtag?
[20:20:42] <PetefromTn_> pound
[20:20:51] <Wolf_Mill> comment
[20:21:03] <fenn> tic-tac-toe
[20:21:11] <JT-Shop> the thing above the 3 key
[20:21:44] <Wolf_Mill> so All machinable files, I want to add *.nc to that, how/what do I do?
[20:21:44] <Tom_itx> + shift
[20:22:04] <PetefromTn_> jeez
[20:22:15] <PetefromTn_> just hashtagged all of the filter items
[20:22:21] <PetefromTn_> and restarted linuxCNC
[20:22:40] <PetefromTn_> now when I go file-open it goes to all machinable files
[20:22:41] <JT-Shop> Wolf_Mill,
http://linuxcnc.org/docs/html/config/ini-config.html#_display_section
[20:22:42] <Tom_itx> damn i hate diggin a splinter out a piece at a time..
[20:24:21] <PetefromTn_> okay commenting out all the filter options in the ini file did not work
[20:24:58] <fenn> i think you can just add "PROGRAM_EXTENSION = .NC" to the [FILTER] section of your ini
[20:25:11] <Tom_itx> that was my suggestion as well
[20:26:02] <fenn> surprised that isn't default
[20:26:22] <PetefromTn_> should it be capitalized
[20:26:36] <fenn> yes that's why you're having problems
[20:26:40] <Tom_itx> that's up to you
[20:26:58] <PetefromTn_> what is why I am having problems
[20:27:07] <fenn> your files end in .NC instead of .nc
[20:27:07] <Tom_itx> caps or no caps
[20:27:25] * Tom_itx gives PetefromTn_ a cap to wear
[20:27:35] <PetefromTn_> can I just add both upper and lower case options
[20:27:42] <Tom_itx> fine by me
[20:28:37] <JT-Shop> you can add anything you want
[20:29:26] <PetefromTn_> jeez now it is erroring out linuxCNC
[20:29:43] <Tom_itx> syntax must be right
[20:30:13] <JT-Shop> and the error is?
[20:30:23] <ganzuul_> Might be a regex would work in the raw.
[20:30:39] <ganzuul_> [Aa][Bb] etc
[20:30:44] <fenn> shh
[20:31:06] <furrywolf> grrrr. is there any product china can not screw up? I bought a 2-pack of Sylvania-brand 1157 light bulbs for my subaru, a month ago. Now, ~200 miles later, one failed. the filament detached from the piece it was spot-welded to.
[20:31:41] <ganzuul_> Sylvania used to be a well-regarded brand in semiconductors.
[20:31:42] <malcom2073> Yep, but they won't sell it to you
[20:31:43] <malcom2073> for sure
[20:32:18] <fenn> products intended for furrywolf are intercepted by the chinese intelligence agency and substituted with defective ones
[20:32:35] <PetefromTn_> http://imgur.com/uFRzrGb
[20:33:31] <fenn> PetefromTn_: move it up two lines
[20:33:34] <XXCoder> zeeshan|2: yeah 3 pins had to be inverted
[20:33:40] <furrywolf> I guess I need to look for US-made light bulbs too now.
[20:33:41] <PetefromTn_> move what up 2 lines
[20:33:50] <furrywolf> the packaging doesn't even say where it's made - only the bulb itself says china.
[20:33:58] <fenn> put "PROGRAM EXTENSION = .NC" on line 35
[20:34:48] <PetefromTn_> still errors out
[20:35:19] <cradek> NC = cat
[20:35:25] <cradek> line 42
[20:35:25] <ganzuul_> Can you start the program from the console and see if it prints a more verbose error?
[20:35:44] <cradek> of course I'm guessing what the error is
[20:36:02] <PetefromTn_> line 42 is blank
[20:36:17] <fenn> add "NC = cat" to line 42
[20:36:23] <ganzuul_> He means you should add a description of what type those are
[20:36:29] <Deejay> gn8
[20:36:36] <PetefromTn_> .NC ir just NC
[20:36:38] * ganzuul_ tucks Deejay in
[20:37:14] -!- Deejay has quit [Quit: bye]
[20:37:33] <XXCoder> line 42 should be "the life, the universe, and everything else"
[20:37:43] <PetefromTn_> still errors out..
[20:37:58] -!- kriskropd [kriskropd!~kris@unaffiliated/kriskropd] has joined #linuxcnc
[20:38:10] <PetefromTn_> would the debug file information help?
[20:38:27] <JT-Shop> pastebin the lines you added
[20:40:31] <PetefromTn_> http://imgur.com/Ysvpy5u
[20:41:10] <JT-Shop> can you pastebin the actual text not a screenshot
[20:41:20] <PetefromTn_> machine is not online
[20:41:38] <PetefromTn_> hang on
[20:44:04] <fenn> oh whoops
[20:44:43] <fenn> change "PROGRAM EXTENSION = .NC" to "PROGRAM EXTENSION = .NC something"
[20:45:56] <PetefromTn_> http://pastebin.com/euzzW2FP
[20:46:13] <PetefromTn_> .NC something?
[20:46:24] <fenn> where "something" can be whatever you want
[20:46:41] <PetefromTn_> I don't understand
[20:46:53] <PetefromTn_> its just a .nc file extension
[20:46:56] <fenn> it needs another word to use as a description in the drop down
[20:47:00] <JT-Shop> PetefromTn_, you added this > PROGRAM_EXTENSION = .NC
[20:47:03] <PetefromTn_> its not .NC something whatever
[20:47:50] <furrywolf> then .NC .NC
[20:48:29] <fenn> it's hard to come up with arbitrary words sometimes
[20:48:35] <PetefromTn_> okay I added NUMERICAL CODE G CODE FILE....
[20:48:44] <PetefromTn_> and linuxCNC loaded okay
[20:48:52] <ganzuul_> \o/
[20:48:57] <fenn> yay. does it show your files without any fuss now?
[20:49:03] <PetefromTn_> best news is that when I click File-open
[20:49:11] <PetefromTn_> it opens showing all my files now
[20:49:14] <PetefromTn_> so thank you.
[20:49:26] <PetefromTn_> now how can I get it to open that browser full screen?
[20:49:34] <fenn> not going to happen
[20:49:44] <PetefromTn_> why not?
[20:49:57] <fenn> uhh.. because, bug jepler
[20:50:28] <PetefromTn_> that part is the more annoying part honestly for me
[20:50:31] <fenn> i mean, write a polite email to the emc-devel mailing list
[20:50:45] <PetefromTn_> I have to drag the damn browser edges to make it big enough to see all the files
[20:51:04] <furrywolf> so... should I buy 10ft of 1/2" air hose for $19.25 on ebay, or 25ft for $29.99 at harbor fright?
[20:51:05] <PetefromTn_> is there a quick way to maximize it?
[20:51:10] <ganzuul_> alt+space, X doesn't work?
[20:51:50] <JT-Shop> maximize is not allowed for some reason
[20:52:05] <PetefromTn_> maximize is greyed out
[20:52:09] <PetefromTn_> SHit
[20:52:14] <ganzuul_> well poop
[20:52:29] * JT-Shop really hates "do you really want to close linuxcnc"
[20:53:04] <PetefromTn_> if you maximize it manually and close it and reopen the browser it opens fullscreen
[20:53:16] <PetefromTn_> but if you close linuxCNC and reopen it goes back to small format
[20:53:20] <PetefromTn_> ANNOYING
[20:53:41] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[20:53:56] <ganzuul_> Maybe a parameter for the default window size?
[20:55:31] <furrywolf> I guess I'll go with the harbor fright hose... it'll come with ends, which saves me ten bucks of brass fittings...
[20:56:58] <PetefromTn_> Oh well at least I don't have to click that damn drop down menu anymore heh
[20:57:17] <PetefromTn_> can't understand why you can't select maximize for that browser window tho...
[20:57:27] <fenn> the technical reason i say "not gonna happen" is because axis calls root_window.tk.call("tk_getOpenFile", ... but you can't pass any parameters like window size to tk_getOpenFile without doing surgery on the tcl window library
[20:58:11] <fenn> unless there is some wizardry i'm not aware of
[21:00:22] <PetefromTn_> hell there is LOTS of wizardry I am not aware of
[21:02:55] <Tom_itx> there is some setting they set so it would default otherwise
[21:02:59] <enleth> PetefromTn_: switch WM to kwin, it has an easily accessible switch that basically says "fuck all toolkit-set window option for tgis type of window, I know better"
[21:03:36] <enleth> *options
[21:04:30] <enleth> It works wonders on stupid legacy toolkit crap.
[21:05:37] <fenn> this might be one way to go about solving the issue:
http://computer-programming-forum.com/56-python/804cd80732af4f3d.htm
[21:05:39] <PetefromTn_> enleth I have no idea what you are talking about you will have to be more specific LOL
[21:07:59] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[21:09:21] <enleth> PetefromTn_: the X11 window manager. No idea what the dedault is on linuxcnc, but any debian derivative can install kwin, KDE's window manager
[21:09:36] <PetefromTn_> when you tell me stuff like that kinda think of your 5 year old and backtrack from there.... ;)
[21:10:00] <furrywolf> if you install any kde crap, you install about a gig of useless crap, even if you just want to use one part of it.
[21:10:27] <enleth> kwin has a "fuck it, I know better" button for everything
[21:10:51] <enleth> furrywolf: bullshit, unless debian packagers screwed it up royally
[21:10:59] -!- audioburn has quit [Ping timeout: 240 seconds]
[21:12:23] <PetefromTn_> Ok whats WM?
[21:12:33] <furrywolf> it depends on kde-runtime, and all the crap that entails.
[21:13:10] <fenn> a window manager (WM) draws the borders around your windows and the task bar at the edge of the screen etc
[21:14:08] <furrywolf> and kde core, kde utils, plasma, d-bus crap, compositor stuff, kde base, perl, kde's media crap, etc, etc, etc...
[21:14:16] <JT-Shop> enleth, do you use the kde plasma desktop?
[21:14:21] <furrywolf> heh, even pulseaudio apparantly.
[21:14:32] <furrywolf> just in case your box works, we can fix it!
[21:14:47] <fenn> is pulseaudio bad?
[21:14:50] <furrywolf> yes.
[21:15:08] <fenn> i can't seem to get enough gain with just alsa
[21:15:31] <furrywolf> that means your sound is mostly working. pulseaudio is very good at not working at all.
[21:15:46] <furrywolf> let's add another layer between your software and your hardware! that's written by an idiot! and doesn't work!
[21:16:08] <fenn> chinese hackers
[21:16:11] <ganzuul_> If your distoro has pulseaudio, don't attempt to change it. Audio in Linux is downright arcane.
[21:16:30] <furrywolf> ganzuul_: if you stay away from kde's crap, you don't tend to get pulseaudio.
[21:16:50] <enleth> furrywolf: I think I was able to install kwin 5 with less than 100mb of deps and get it to work with no KDE runtime processes on jessie
[21:17:40] <XXCoder> okkkay found a web video player that displays mute icon right on screen when enabled
[21:17:49] <XXCoder> sure, make video more useful lol
[21:17:57] <furrywolf> avoid anything Poettering touched.
[21:17:57] <enleth> JT-Shop: I do, but on gentoo, so I just installed the useful parts
[21:18:11] <XXCoder> that include water and air furrywolf
[21:18:26] -!- chris_99 has quit [Quit: Leaving]
[21:18:41] <furrywolf> if he's touched it, sure. :P
[21:18:48] <XXCoder> lol
[21:18:55] <PetefromTn_> okay Picatinny rails program is LIVE baby LOL
[21:19:04] <furrywolf> the way his software kills boxes, his air probably kills people...
[21:19:41] -!- per_sonne has quit [Ping timeout: 244 seconds]
[21:20:01] <furrywolf> even Linus agrees he's an asshole. :P
[21:20:17] <enleth> furrywolf: I agree on that one but the fact that KDE works with PA and so on is the fault of distros that accept Poetterimg's dick up their collective asses, starting with Red Hat
[21:20:25] <ganzuul_> Linus likes Qt though.
[21:20:30] <PetefromTn_> like linus from the peanuts?
[21:20:51] <enleth> KDE simply followed the bulk of their users
[21:21:03] <XXCoder> PetefromTn_: linus is one who started linux
[21:21:04] <XXCoder> kernel that is
[21:21:39] <fenn> groovy man
https://upload.wikimedia.org/wikipedia/commons/8/8e/Interior_of_W7-X_stellarator.jpg
[21:22:15] <fenn> not enough room to swing a straightedge around
[21:22:37] <furrywolf> looks expensive. :P
[21:24:10] <furrywolf> "projected total cost of 1.06 billion Euro"
[21:24:22] <fenn> a trifle
[21:24:35] <XXCoder> low budget
[21:24:40] <Jymmm> Hey... I saw one of those at the scrap yard for $2000
[21:25:02] <Jymmm> but the meth heads grabbed all the copper
[21:26:07] <PetefromTn_> WTF is that?
[21:26:09] <furrywolf> https://www.ipp.mpg.de/2535674/zoom.jpg
[21:26:23] <furrywolf> PetefromTn_: a prototype fusion reactor
[21:26:42] <XXCoder> secure connection failed
[21:26:43] <PetefromTn_> you gotta be kiddin me...
[21:26:55] <zeeshan|2> that looks cool :D
[21:26:57] <PetefromTn_> we're gonna blow ourselves to kingdom come....
[21:26:57] <fenn> don't worry, it doesn't actually work
[21:27:06] <XXCoder> zeeshan|2: yeah 3 pins had to be inverted
[21:27:11] <Jymmm> PetefromTn_: Man Cave for that industrial/space age look
[21:27:14] <furrywolf> PetefromTn_: no, fusion is safe. it's fission, what we currently use, that's dangerous.
[21:27:15] <zeeshan|2> XXCoder: cool :D
[21:27:22] <XXCoder> yeah
[21:27:32] <zeeshan|2> man
[21:27:36] <zeeshan|2> im machining the last 5 pieces
[21:27:47] <zeeshan|2> so glad this nonsense is over
[21:27:52] <PetefromTn_> LOL
[21:27:57] <PetefromTn_> you love that shit..
[21:27:57] <Jymmm> furrywolf: you got a cheap "castable refactory cement" recipe/source?
[21:28:05] <zeeshan|2> yea man!
[21:28:09] <zeeshan|2> im looking forward to getting paid
[21:28:15] <zeeshan|2> i can pay half my tuition debt out from this money
[21:28:17] <PetefromTn_> I'll bet you are
[21:28:18] <furrywolf> fusion has no toxic waste issues, and if anything goes wrong it harmlessly shuts down essentially instantly. unlike fission which will keep going on its own, fusion takes so much work to keep going that the slightest malfunction causes it to instantly stop.
[21:28:23] <XXCoder> whats up with one part that didnt have enough umm plastic whatever uit uis
[21:28:31] <zeeshan|2> i dont want to machine this pos for another 3 months!!
[21:28:31] <furrywolf> last five lumps?
[21:28:35] <zeeshan|2> ya
[21:28:43] <furrywolf> Jymmm: nope
[21:28:53] <Jymmm> furrywolf: k thanks
[21:29:03] <PetefromTn_> hey man if the money is there its all good...warm and fuzzy like
[21:29:14] <zeeshan|2> yessir
[21:29:22] <furrywolf> zeeshan|2: with what he's paying, I'd machine them as long as he keeps wanting them!
[21:29:31] <zeeshan|2> furrywolf: yea thats the plan
[21:29:38] <zeeshan|2> still bitter for not getting paid for some stuff :P
[21:29:54] <furrywolf> now where's my consultation fee? :P
[21:30:09] <zeeshan|2> i already sent you 10 zimbawian dollars
[21:30:15] <zeeshan|2> =]
[21:30:34] <zeeshan|2> why are those fusion reactors
[21:30:37] <zeeshan|2> lump shaped
[21:30:55] <ganzuul_> Escaping neutrons can irradiate stuff unwantedly in fusion too, but there are fusion processes involving boron which mitigate the need for heavy shielding and eventual hot waste.
[21:30:56] <XXCoder> shaping magnetic fields
[21:30:58] <Jymmm> Stupid screw broke off holding the air pipes in the firebox - who the fucking dumbass uses 1/2" philips sheet metal screws in a firebox?! *sigh*
[21:31:24] <furrywolf> Jymmm: the same dumbass who uses fiberboard in a firebox.
[21:31:58] <furrywolf> go on craigslist and pick up a used solid steel stove. :P
[21:32:06] -!- aventtini [aventtini!~sad@5-12-130-113.residential.rdsnet.ro] has joined #linuxcnc
[21:32:08] <Jymmm> furrywolf: Well, that's an EPA thing. or Kommiafornia(C)ARB thing
[21:32:24] <PetefromTn_> I bought one of those nice aluminum extenda poles for painting
[21:32:31] <PetefromTn_> and my wife went to use it today
[21:32:56] <PetefromTn_> she started to put the roller head on there and it freaking snapped off the threaded bit
[21:33:00] <XXCoder> and it was another one of those things that work great as long as you dont use it?
[21:33:00] <Jymmm> furrywolf: It's solid welded steel, just need a thick ass plate for the baffle I guess
[21:33:05] <PetefromTn_> and she is not exactly lou ferigno...
[21:33:11] <XXCoder> aced the prediction.
[21:33:28] <furrywolf> PetefromTn_: where was it manufactured?
[21:33:36] <XXCoder> china im sure
[21:33:47] <XXCoder> or secretly other countries
[21:34:01] <PetefromTn_> it says hecho in china
[21:34:13] <Jymmm> PetefromTn_: Green wife? You maried an orion slave girl?
http://i.ytimg.com/vi/Feb1wioCA_8/hqdefault.jpg
[21:34:26] <furrywolf> PetefromTn_: recycle it and go buy a US-made one.
[21:34:51] <Jymmm> furrywolf: why, so it can break before it gets home?
[21:35:02] <Jymmm> PetefromTn_: metal tip threads
[21:35:14] <renesis> made in USA = mad corners cut to stay competitive
[21:35:31] <PetefromTn_> http://www.startrek.com/legacy_media/images/200512/ent-093-girls-dance-5/320x240.jpg
[21:35:52] <PetefromTn_> now THAT"S an Orion slave girl
[21:35:59] <Jymmm> PetefromTn_: Your wife loks pissed in that pic
[21:36:24] <PetefromTn_> yeah but she's still sexy as hell at the same time LOL
[21:36:44] <zeeshan|2> furrywolf: do you knwo if all power window motors
[21:36:48] <zeeshan|2> have a built in load s/w
[21:36:57] <zeeshan|2> im pretty sure they do
[21:37:13] * zeeshan|2 is looking at a wiring diagram and i don't see an external load switch
[21:37:23] <furrywolf> load switch?
[21:37:28] <Jymmm> PetefromTn_: I prefer orion slave girl in the making...
http://images.lifeandstylemag.com/uploads/images/file/19430/maitland-ward-2.jpg?fit=crop&w=680
[21:37:28] <zeeshan|2> yea
[21:37:33] <zeeshan|2> so the window doesn't blow itself up
[21:37:40] <furrywolf> I've never seen any part I'd describe as a "load switch".
[21:37:45] <PetefromTn_> ooh nice
[21:37:48] <zeeshan|2> on the dodge intreprid
[21:37:52] <zeeshan|2> i remember there was an external load switch
[21:38:01] <furrywolf> the mechanism has stops. it hits the stops. the motor stalls. :)
[21:38:47] <furrywolf> generally the whole power window system is on a self-resetting circuit breaker so if you hold the button after it stops, nothing melts.
[21:39:21] <zeeshan|2> yes but i think that breaker
[21:39:26] <zeeshan|2> is inside the motor module
[21:39:33] <zeeshan|2> ive seen it external on some cars
[21:39:37] <furrywolf> not on any one I've worked on.
[21:39:50] <furrywolf> doesn't mean there aren't some, but I haven't seen it.
[21:40:06] <enleth> Not sure if I consider that a brilliant idea to reduce cost and complexity, or a hideous hack
[21:40:18] <enleth> probably both.
[21:40:25] <zeeshan|2> http://i.imgur.com/iR95YGS.png
[21:40:27] <renesis> car electronics are all like that
[21:40:30] <zeeshan|2> no external load switch
[21:40:40] <zeeshan|2> it must be inside the motor
[21:40:45] <zeeshan|2> thats why its called a "power window regulator"
[21:41:09] <zeeshan|2> rather than power window regulator
[21:41:10] <zeeshan|2> er
[21:41:10] <fenn> regulator just means the thing that moves the window up and down
[21:41:12] <zeeshan|2> power window motor
[21:41:27] <furrywolf> ... the term "window regulator" predates power windows, and includes the entire mechanism that regulates the motion of the glass.
[21:41:34] <fenn> manual window crank/gear racks are just called window regulators
[21:41:37] <enleth> renesis: I know. That's why I must somehow resist the urge to rip all wiring out of the first car I buy and do it from scratch, my way
[21:42:30] <renesis> and the wiring diagrams are a fucking bastard hybrid of block diagrams and circuit schematics
[21:42:30] <enleth> On the other hand, I'm seriously considering an old Soviet 4x4, so that may not be a bad thing to do
[21:42:40] <zeeshan|2> i dunno what you guys are talkin about mates
[21:42:44] <renesis> yeah prob for the best on that one
[21:43:02] <furrywolf> does JB-05 actually have a fuse in it, or a circuit breaker?
[21:43:04] <fenn> zeeshan|2: why would it have a resistor or whatever inside the motor at all? for what purpose?
[21:43:11] <zeeshan|2> http://i.imgur.com/B4PSokX.png
[21:43:16] <zeeshan|2> here is another completely different car
[21:43:19] <zeeshan|2> note how it says motor
[21:43:32] <zeeshan|2> for this car
[21:43:36] <zeeshan|2> the ic detects overload
[21:43:40] <zeeshan|2> and trips stuff
[21:43:53] <zeeshan|2> in this car the load s/w is external
[21:44:17] <Jymmm> zeeshan|2: current sense
[21:44:19] <furrywolf> according to that diagram, the IC only controls automatic opening or closing.
[21:44:40] <furrywolf> note the passenger window does not run through the IC, while the auto switch does. :P
[21:44:54] <zeeshan|2> thats true
[21:45:05] <zeeshan|2> so i guess its inside the power window motor module
[21:45:07] <zeeshan|2> the load sense
[21:45:14] <furrywolf> check your fuse block and see if the 30A is actually a fuse or a circuit breaker.
[21:45:23] <zeeshan|2> there is no circuit breakers in this car
[21:45:24] <zeeshan|2> its fuses
[21:45:39] <zeeshan|2> blah im just gonna power it up and see what happens
[21:45:43] <fenn> there's probably a thermal fuse in the motor and that's it
[21:45:45] <Jymmm> zeeshan|2: Check the wipers, should be circuit breaker
[21:45:52] <zeeshan|2> no Jymmm
[21:46:05] <Jymmm> what car?
[21:46:08] <furrywolf> some cars hide them, for example Ford likes hiding a circuit breaker inside the windshield wiper switch.
[21:46:19] -!- Barfious_Computa [Barfious_Computa!32baff89@gateway/web/freenode/ip.50.186.255.137] has joined #linuxcnc
[21:46:20] <furrywolf> with no documentation thereof
[21:46:36] <zeeshan|2> ill just slowly bring it up :)
[21:46:39] <Jymmm> furrywolf: I've never seen that. Sometimes underthe hood,
[21:46:41] <furrywolf> my Jeep has a circuit breaker inside the light switch. :)
[21:46:53] <Jymmm> weird
[21:47:13] <Jymmm> zeeshan|2: what car/year?
[21:47:28] <Barfious_Computa> It's my understanding that pathpilot is designed to run with a mesa card.
[21:47:31] <zeeshan|2> Jymmm: its okay i got it :P
[21:47:33] <zeeshan|2> i test it
[21:47:42] <Jymmm> zeeshan|2: thats not what I asked
[21:47:52] <JT-Shop> PetefromTn_, what are some good restaurants in your area?
[21:47:54] <malcom2073> Barfious_Computa: That's what Tormach says, yes
[21:48:11] <Barfious_Computa> im running a 7i76e card, but because of the ethernet part, i had to use a particular version of linuxcnc and the real time kernel
[21:48:33] <fenn> pathpilot is mostly just a GUI
[21:48:49] <Barfious_Computa> im wondering if there is any chance I can get pathpilot working with my card
[21:48:50] <Jymmm> Will SS screw survice a firebox?
[21:48:57] <PetefromTn_> lots of good ones...
[21:49:00] <Jymmm> survive
[21:49:07] <PetefromTn_> what kind of food are we talking about?
[21:49:22] <Jymmm> PetefromTn_: bland, totally bland
[21:49:28] <Barfious_Computa> i bet that guy that works for mesa that hangs out here would know
[21:49:30] <Jymmm> PetefromTn_: even ketchup is too spicy
[21:49:38] <PetefromTn_> yeesh
[21:49:43] <PetefromTn_> you're SOL
[21:49:58] <fenn> Barfious_Computa: it will probably need some tweaking and general knowledge of python to get your version of linuxcnc and their GUI to play together
[21:50:10] <fenn> Barfious_Computa: afaik nobody has done this yet
[21:50:21] <PetefromTn_> someone NEEDs to do it tho ;)
[21:50:28] * fenn shrugs
[21:50:46] <Jymmm> PetefromTn_: Isn;t everythng in your neck of the woods fried?
[21:50:49] <fenn> it would be better if people just fixed gmoccapy imho
[21:50:58] <PetefromTn_> no and no
[21:50:59] <Jymmm> fenn: GIT ER DONE!
[21:51:06] <JT-Shop> well I like most foods
[21:51:23] <Barfious_Computa> i like things fried. Especially with the bacon.
[21:51:26] <PetefromTn_> there is a good seafood restaurant in Gatlinburgh we went to recently
[21:51:31] <furrywolf> zeeshan|2: googling suggests rx7's just blow the fuse randomly.
[21:51:36] <PetefromTn_> there are lots of good places in Knoxvegas
[21:51:37] <furrywolf> about the quality I'd expect from one. :P
[21:51:37] <Jymmm> PetefromTn_: What are common dishes ?
[21:51:37] <JT-Shop> what's the name of it
[21:52:04] <Barfious_Computa> but yeah.. ultimately what I want is a better linuxcnc interface.. Every time I bring it up people tell me to code it myself... lol
[21:52:16] <CaptHindsight> what's all the hubub about Pathpilot?
[21:52:31] <fenn> you could hire a programmer, but that takes real money...
[21:52:37] <Jymmm> CaptHindsight: It looks more like MAch =)
[21:52:43] <PetefromTn_> here in maryville we have your typical stuff texas roadhouse, things like that
[21:52:50] <Barfious_Computa> it looks better than mach
[21:52:51] <CaptHindsight> what's of perceived interest besides the trajectory planner?
[21:52:58] <PetefromTn_> looks WAY better than Mach
[21:53:17] <Barfious_Computa> i just want something that looks better
[21:53:17] <fenn> i don't see why mach is the thing being compared to?
[21:53:23] <PetefromTn_> mostly the conversational setup pages I think
[21:53:23] <CaptHindsight> what did I miss?
[21:53:24] <Jymmm> CaptHindsight: the looks of it
[21:53:30] <furrywolf> CaptHindsight: 2.7 has a better trajectory planner anyway
[21:53:33] <furrywolf> and 2.7 is out. :P
[21:54:05] <Connor> Barfious_Computa: Gmoccapy is a nice one.
[21:54:50] <CaptHindsight> unless it looks like a giant radar or sonar console I don't want it!
[21:54:50] <malcom2073> Heh, "Don't like it? Code it yourself" <- Open source mantra
[21:55:27] <furrywolf> bbl, off to the hardware store to grab some pop rivets and other small things.
[21:55:29] <Barfious_Computa> yeah that mantra is usually followed by ignoring basic questions about how one might begin the process of doing it yourself
[21:55:33] <malcom2073> Yep
[21:55:55] * Jymmm tosses a 1952 air traffic controller console at CaptHindsight
[21:56:29] * fenn tosses a SAGE console, wait, no.
[21:56:38] <XXCoder> whoa
[21:56:40] <PetefromTn_> JT-Shop
http://www.crawdaddysgatlinburg.com/
[21:56:43] <Jymmm> fenn: too late, it's mine now!
[21:56:44] <Barfious_Computa> shit brb just realised i left the beers in the car!
[21:56:48] <XXCoder> google merged into alphabet
[21:56:55] <CaptHindsight> does Pathpilot only have 5 giant pre-school looking icons that do everything?
[21:57:05] <malcom2073> Hey, if they do everything, why not?
[21:57:22] <Jymmm> CaptHindsight: is one of them "BEER ME" ???
[21:57:30] <Connor> So, how do we feel about PathPilot and do we think it'll be opened up for us to use / tinker with ?
[21:57:31] <Jymmm> (or all of them)
[21:57:52] <malcom2073> Connor: It's open for anyone to use/tinker with if they purchase a recovery CD
[21:58:06] <CaptHindsight> "beer me" "mill shit" "home shit" etc
[21:58:29] <Connor> malcom2073: Yea, didn't think they sold it to anyone who didn't have a Tormach machine.
[21:58:31] <fenn> the legality of redistribution is questionable and probably tormach's lawyers don't even know what they are doing, based on my reading of the EULA
[21:58:42] <JT-Shop> oh oysters, the wife loves them
[21:58:48] <malcom2073> Connor: iirc it's like $40
[21:58:49] <Connor> I have a copy of it.. just wondering...
[21:58:49] <malcom2073> the CD
[21:59:09] <PetefromTn_> the place is a bit dumpy but they make some good food..
[21:59:24] <PetefromTn_> Oh you gotta check out the pancake pantry in Gatlinburgh too
[21:59:29] <PetefromTn_> that place is really nice
[21:59:59] <PetefromTn_> I thought it was like $10 or somehting
[22:00:03] <malcom2073> afaik, nobody *really* knows what they're doing when it comes to open source licensing heh
[22:00:13] <JT-Shop> thanks pete
[22:00:55] <fenn> there's a lot of hedging, like "you may not do X, except where allowed by the GPL"
[22:01:04] <CaptHindsight> didn't some here already get the pathpilot CD and are just looking for a host for it?
[22:01:11] <fenn> but it's really unclear exactly WHAT is under GPL vs some other license
[22:01:19] <malcom2073> CaptHindsight: I think Contract_Pilot1 did
[22:01:36] <JT-Shop> would you take 321 to gatlinburg?
[22:01:45] <Connor> Looks like it's $30.00 now.
[22:01:46] <Connor> http://www.tormach.com/store/index.php?app=ecom&ns=prodshow&ref=35246
[22:02:22] -!- Jymmmm [Jymmmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[22:02:37] <CaptHindsight> but it comes with a deluxe faux leatherette case
[22:02:50] <Connor> CaptHindsight: Contract_Pilots had a copy of it.. hosted it for a bit and made a torrent.
[22:02:52] <fenn> but it's that special shade of grey
[22:03:08] <malcom2073> fenn: The shade that millionare lawyers are made of
[22:03:17] <CaptHindsight> so problem solved
[22:03:24] <CaptHindsight> what do we gripe about next?
[22:03:35] <PetefromTn_> how is problem solved?
[22:03:38] <fenn> but it's not the exact shade of grey i want
[22:03:39] <Connor> CaptHindsight: Is it LEGAL.
[22:03:46] <malcom2073> Connor: Talk to a lawyer about that
[22:03:53] <malcom2073> Legal advice is probably not best found on IRC :P
[22:03:58] <PetefromTn_> BRB gotta eat some delicious food my wife made here LOL
[22:04:28] -!- shurshur has quit [Ping timeout: 246 seconds]
[22:04:49] -!- Jymmm has quit [Ping timeout: 252 seconds]
[22:05:05] <CaptHindsight> Connor: whats the license on it? I thought all the interesting stuff was GPL
[22:05:26] <Connor> I dunno. I've not installed it.
[22:05:40] <fenn> some of the python files say "all rights reserved" and there is an onerous EULA upon install
[22:05:41] <Connor> But, I'm assuming the non LinuxCNC stuff is closed source.
[22:05:57] <fenn> there's also a separate "Image EULA" which covers the artwork
[22:06:16] <Barfious_Computa> Connor: how is your g0704 doing?
[22:07:00] <Connor> Barfious_Computa: No progress. In fact.. my shop got loaded up with more crap from my office.. Planning on cleaning up the shop some time soon and then see about getting the mill back up and running.
[22:08:01] <Barfious_Computa> I got the 7i76e going thanks to Malcom and the Mesa guy and others
[22:08:55] <Connor> I switched to 5i25 + 7i76 combo from ParPort
[22:09:00] <Barfious_Computa> lately ive been working on fixturing for a part, getting close to done with that so I can make a part over and over.
[22:09:18] <Connor> http://www.ivdc.com/cnc/mill_11_21_14_02.jpg
[22:10:54] <Barfious_Computa> enclosure looks well laid out
[22:11:50] <Connor> To tight. I should have move out of the box and behind the touch screen and use a 7i76e or something.
[22:13:48] <Barfious_Computa> mine has a bit more space but, I've essentially built a box as a first prototype
[22:14:15] <Connor> I need to build a enclosure for the touch screen & keyboard.
[22:14:49] <Barfious_Computa> i used mdf as the baseplate, and milled standoffs from remelted hdpe , built an aluminum extrusion frame
[22:15:03] <Connor> I kinda like the looks of this..
http://www.ebay.co.uk/itm/Mach3-4-EMC2-CNC-Touch-Screen-Control-Panel-15WLP-by-MACH-MATE-/171925691155?hash=item280791db13
[22:15:45] <Barfious_Computa> Im going to mill faceplates for it, but I plan on redoing the mdf in metal. I just wanted to get it all on a board and up and away on the wall
[22:16:11] <Barfious_Computa> so basically later I will disassemble and use the mdf as a template for the final
[22:17:01] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[22:17:30] <Barfious_Computa> yes that is similar to the shape I am going for , except without the angled plate for the keyboard. I've been thinking about maybe having the keyboard on a hinge so I can angle it
[22:17:55] <Barfious_Computa> either that or having it flat, and setting up the whole panel on an angle
[22:18:30] <Barfious_Computa> like on a stand with rollers and a tether to the machine
[22:19:01] <Barfious_Computa> so i can later roll it up next to the enclosure , and put it away when not needed
[22:19:03] <Barfious_Computa> idk.
[22:19:37] -!- aventtini has quit [Ping timeout: 244 seconds]
[22:19:49] <fenn> mounted on a robot arm that follows you around
[22:20:04] <Barfious_Computa> lol
[22:21:21] -!- MarkusBec has quit [Quit: UAVP-NG]
[22:21:23] <Barfious_Computa> mistake #1 teaching computers how to staulk
[22:21:59] -!- MarkusBec [MarkusBec!znc@80.69.39.131] has joined #linuxcnc
[22:22:40] <Barfious_Computa> if I were in a larger space a boom arm does sound interesting
[22:29:33] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[22:31:59] -!- cmorley has quit [Ping timeout: 240 seconds]
[22:38:58] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc
[22:41:47] -!- anomynous_ [anomynous_!~anomynous@37-136-54-145.rev.dnainternet.fi] has joined #linuxcnc
[22:43:10] <PetefromTn_> DId you ever notice that when you don't have any money there are deals EVERYWHERE but when you finally get some cash they all just freaking vanish LOL?
[22:44:12] -!- arlekin has quit [Read error: Connection reset by peer]
[22:44:56] -!- cmorley has quit [Ping timeout: 244 seconds]
[22:44:57] -!- anomynous has quit [Ping timeout: 255 seconds]
[22:52:59] -!- zeeshan-mill has quit [Ping timeout: 264 seconds]
[22:54:44] <furrywolf> yes
[23:02:58] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[23:04:18] -!- amiri_ has quit [Ping timeout: 255 seconds]
[23:05:05] <MattyMatt> same thing happens with space. there was a bridgeport on ebay a mile from here at a good price
[23:05:27] <MattyMatt> long bed and all
[23:05:49] <malcom2073> Heh
[23:05:55] -!- lucashodge has quit [Client Quit]
[23:07:14] <MattyMatt> on ebay of course, your bids when you can afford them make what you're after more expensive than it appears when you're not in the race
[23:07:38] <furrywolf> "Soylent, which produces liquid food for techies who hate chewing, has stopped shipping its gloop after some of it was contaminated with mold." don't we have someone here who eats that crap?
[23:08:01] <MattyMatt> sounds like stilton
[23:11:18] <MattyMatt> Barfious_Computa, surely the smaller the space, the easier it is to make a boom arm. I'm a thinking about extending this little cheap VESA one so it stretches to the middle of the room, just for a little camera & light
[23:11:41] <MattyMatt> all overhead
[23:19:32] -!- rob_h has quit [Ping timeout: 265 seconds]
[23:20:30] -!- per_sonne has quit [Ping timeout: 240 seconds]
[23:20:46] -!- gonzo_nb has quit [Remote host closed the connection]
[23:22:18] <Jymmmm> furrywolf: eats mold?
[23:22:29] Jymmmm is now known as Jymmm
[23:22:49] <Jymmm> Can SS screws be used in a wood stove firebox?
[23:22:59] <furrywolf> "NASA confirmed that the engines of Soyuz TMA-15M – one of two Soyuz spacecraft currently docked at the ISS – unexpectedly fired at 10:27am Central time on Tuesday, pushing the station somewhat out of its expected position." need more safeties.
[23:26:31] <malcom2073> Someone accidently hit shift
[23:27:46] <malcom2073> I've done that, tore my KSP space station apart
[23:28:14] <Jymmm> malcom2073: NO NO NO YOU SILLY GOOBER!!!
http://techchunks.com/wp-content/uploads/2010/06/to-delete-or-not-delete.jpg
[23:28:25] <malcom2073> Hehe
[23:28:30] <os1r1s> furrywolf: I consume the powdered soylent
[23:28:46] <Jymmm> IT'S PEOPLE!!!!
[23:28:58] <os1r1s> Jymmm: Yumm :P
[23:29:13] <malcom2073> Inferior people, so thus, you are now inferior!
[23:29:44] <os1r1s> haha
[23:32:50] <zeeshan|2> yay window went up:D
[23:36:15] -!- PetefromTn_ has quit [Ping timeout: 255 seconds]
[23:39:41] <MattyMatt> furrywolf, the extra soyuz are the safeties. they just need to attach them in opposite pairs
[23:39:47] <furrywolf> lol
[23:40:28] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[23:40:52] <MattyMatt> I still thing they should have left a shuttle in orbit, loosely coupled to the ISS
[23:41:25] <MattyMatt> ready for one emergency landing or one deep space suicide mission
[23:41:37] <MattyMatt> ya know, aliens and shit
[23:41:42] <furrywolf> could the shuttle remain for long periods? I thought it relied on fuel cells and would drain the tanks in some period of time...
[23:42:10] -!- asdfasd has quit [Ping timeout: 250 seconds]
[23:42:16] <MattyMatt> yeah and the monopropellants etc, but I'm sure they coulda come up with a mothballing plan
[23:42:32] <Jymmm> not enough moth balls?
[23:44:06] <MattyMatt> it could be rigged for long term orbit for the last launch. active cooling on the tanks etc
[23:45:32] * MattyMatt checks sparkfun for hydrazine sensor breakout for arduino
[23:45:56] <furrywolf> yay! natural selection! :P
[23:46:40] <MattyMatt> arduinos improve/impede mating success?
[23:46:59] <MattyMatt> a bold hypothesis
[23:47:11] <furrywolf> handling hydrazine, and devices using it, with an arduino impedes mating success, unless necrophilia catches on...
[23:48:01] <MattyMatt> oh it's in orbit, and if the soyuz all go mad, the fleeing crew won't complain about a little chemical rash
[23:48:53] <MattyMatt> is that one mad soyuz is no longer fit for deorbit?
[23:48:58] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[23:51:00] <MattyMatt> I'm assuming mad and not a stuck valve
[23:51:08] * MattyMatt reads the story
[23:51:54] * furrywolf is not sure what "mad" is supposed to mean
[23:54:01] <zeeshan|2> furrywolf:
[23:54:10] <zeeshan|2> giemme a mcguiver suggestion plz
[23:54:15] <zeeshan|2> other than cinder blocks
[23:54:17] <zeeshan|2> and wood
[23:54:25] <zeeshan|2> i need to pull the wheels off my car that is going to the scrappers
[23:54:32] <zeeshan|2> what would you rest it on? :D
[23:54:35] <furrywolf> brb, someone here
[23:54:38] <zeeshan|2> damn it!
[23:55:10] <Tom_itx> flip it on it's top
[23:55:12] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[23:55:14] <Tom_itx> silly
[23:55:31] <furrywolf> back, sounds like it's for the neighbor, not me
[23:55:37] <MattyMatt> mad = computer error jeopardising crew safety
[23:55:38] <furrywolf> I use wood.
[23:55:48] <zeeshan|2> is there any way to drop it on the ground
[23:55:51] <zeeshan|2> i just need my jack out
[23:55:54] <zeeshan|2> i dont care how it sits
[23:55:55] <furrywolf> cinder blocks are dangerous, and should not be used.
[23:55:56] <Tom_itx> why not?
[23:56:02] <furrywolf> nor should mayonaise buckets.
[23:56:06] <zeeshan|2> lol
[23:56:15] <MattyMatt> 6x2 planks
[23:56:20] <zeeshan|2> i dont get any big ass planks
[23:56:24] <zeeshan|2> i might have some 2x4
[23:56:33] <zeeshan|2> i was hoping there was something else most people have
[23:56:39] <zeeshan|2> or actuallyt avoiding anything to beg with
[23:56:44] <zeeshan|2> just drop it on the ground
[23:56:44] <MattyMatt> make a jenga tower if 2x4, or it'll wobble
[23:56:57] <zeeshan|2> but i know i wont be able to get the jack out
[23:57:06] <Tom_itx> high center on the curb
[23:57:07] <furrywolf> hrmm, for some reason I can't find the mayojack picture.
[23:57:49] <zeeshan|2> bah ill try to find more wood
[23:58:24] <Tom_itx> you gettin rid of that junker in your garage?
[23:58:38] <MattyMatt> make crates. get sawsall. enjoy revenge on car
[23:59:03] <Tom_itx> old bent rim would work
[23:59:11] <MattyMatt> I wish I'd kept the alloys off the last one I scrapped
[23:59:26] <zeeshan|2> the wheels on the car im scrapping at sentimental to me