#linuxcnc | Logs for 2012-07-30

Back
[02:11:20] <Skullworks> !me quit
[02:11:21] <DJ9DJ> moin
[02:15:51] * Skullworks /quit Work comes soon enough.
[02:16:28] <DJ9DJ> bye skully
[05:39:25] <pingufan> Hello, does somebody here use a CF card as harddisk replacement? I want to install a 8GB CF into my PC because my 2.5" HDD died unexpectedly (doesn't spin).
[05:40:15] <pingufan> It has a read and write speed of >20MB/s.
[05:41:25] <pingufan> Does linuxcnc permanently do write operations on the disk (and write the CF dead this way in short time), or does it use the disk more or less for booting only?
[05:43:32] <archivist> it stores settings on exit, a few use flash drives on their cnc's
[05:44:08] <pingufan> So using a CF card with an IDE-CF adapter should work fine?
[05:45:58] <archivist> I would also make sure you have enough ram so it does not attempt to swap
[05:46:43] <pingufan> Is 2GB sufficient?
[05:46:51] <pingufan> (RAM)
[05:47:15] <archivist> should be if you are not running a server and 50 open windows on firefox
[05:47:52] <pingufan> So it does not write logfiles all the time?
[05:48:27] <archivist> linux does write logfiles
[05:48:54] <pingufan> I know. But is there a way to redirect them to /dev/null ?
[05:49:14] <pingufan> Or is this more or less harmless?
[05:49:39] <archivist> for what definition of harmless :)
[05:49:56] <pingufan> writing the CF dead with permanent I/O
[05:51:54] <archivist> you could create a memory fs and shove logs there, would get dropped on power off but be usable for error checking
[05:53:44] <archivist> is your machine hobby or production
[06:00:51] <pingufan> Hobby - But this does not mean that I don't want a stable system ;)
[06:01:55] <archivist> well for hobby think how much on time and power cycles, will it be possible to get near the cf write limit
[06:02:17] <pingufan> FYI - I do an NFS mount of my server, and THERE are all CNC jobs. So the mill itself is actually relatively static.
[06:03:53] <archivist> I think someone did a wiki article on a flash drive
[06:06:23] <pingufan> I think I will start with a normal setup and watch the log files. If there are too many writing operations, I also can NFS-mount a share for /var/log and this way relocate writes to my server.
[06:07:57] <pingufan> But I have another more urgent thing. I repeatedly got RTAPI errors. You must know that I operate the mill through vncview from my workstation, too. This surely causes some network traffic which has to be handled in addition. As this errors don't cause any troubles, can I suppress them?
[06:09:58] <archivist> you should explore why you get rtapi errors
[06:10:37] <pingufan> VIA C3 CPU, 1000 MHz (EPIA-M mainboard) is not very powerful. ;)
[06:11:00] <pingufan> But works very stable.
[06:11:45] <archivist> it does not need "power", it needs low/consistent latency
[06:12:40] <pingufan> Cannot really change much on a "all-on-board" system.
[06:14:06] <pingufan> Luckily this message is suppressed automatically after it appeared once. Currently I simply klick it away and proceed as I don't loose steps.
[08:08:34] <pingufan> archivist: Did you mean this wiki for installing linuxcnc on CF-Card? http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Install_To_CompactFlash
[08:08:39] <Tom_itx> realtime system did not load
[08:08:45] <Tom_itx> was the error i got last night
[08:09:49] <archivist> pingufan, yes
[08:10:47] <pingufan> Ok. This describes the installation of a normal Ubuntu. Translated to the Linux-CNC iso, It assume I simply install it as usual and then edit /etc/fstab and I am done. Right?
[08:12:46] <pingufan> ^- Mean that I could boot the liveCD and choose "Install on harddisk" from desktop?
[08:14:38] <pingufan> Tomorrow the CF-IDE-adapter and the CF-Cards will arrive, then I can try it out. But want to be prepared.
[08:15:30] <pingufan> I took 8GB cards. Is 4GB really sufficient? 4GB shows up as minimum system requirement, but I remember having read somewhere that this is too low.
[08:16:20] <psha[work]> it's ok
[08:16:46] <pingufan> 4GB would have been sufficient?
[08:18:54] <psha[work]> yes if you won't install kde, openoffice and games
[08:22:43] <pingufan> psha[work]: Self-explaining. ;)
[08:35:58] <pingufan> Thanks for your help. Have to leave.
[09:28:13] <WillenCMD> I almost have my stepper drive working... Im using an irf540 mosfet, and i can't seem to get it to completely turn off
[09:30:53] <cpresser> WillenCMD: how are you driving the Gates?
[09:31:24] <Jymmm> Windows
[09:31:43] <WillenCMD> im using a 4n38 opto, and dividing the 24volt power supply down to 12 feeding the 12v through to the collector and emitter on the opto
[09:32:47] <Jymmm> dividing how?
[09:32:54] <WillenCMD> resistor's
[09:33:08] <WillenCMD> voltage divider
[09:33:20] <WillenCMD> something i just learned about this weekend
[09:34:31] <jdh> WillenCMD: http://en.wikipedia.org/wiki/The_Art_of_Electronics
[09:34:36] <jdh> best book ever, IMO
[09:34:58] <awallin> horowitz-hill starts to be a bit old ... :)
[09:35:00] <WillenCMD> i have a couple i got from the local store, but they just barely touch base on mosfet's
[09:35:27] <jdh> awallin: not bleeding edge, but all still useful
[09:38:17] <archivist> horrible shitz and hill
[09:38:44] <archivist> not enough detail for real work
[09:39:00] <jdh> define real in this context?
[09:39:21] <WillenCMD> i'll whip up a schematic
[09:39:26] <archivist> anything I ever wanted to look up
[09:39:44] <jdh> like a voltage divider?
[09:40:16] <archivist> jdh I have other books to compare it with :)
[09:40:51] <jdh> ^shrug^ it is, IMO and excellent resource for me. Very readable and understandable.
[09:41:01] <jdh> that is probably the "Art" part
[09:42:34] <Jymmm> http://frank.harvard.edu/aoe/uses.htm
[09:43:51] <djdelorie> WillenCMD: the problem with a resistor divider, is that the opto also acts like a resistor, messing up your math
[09:44:08] <cpresser> WillenCMD: and you want to driver steppers with that signal? you should be aware of the fact that those optocoplers are not very fast, and the IRF540 has a decent gate capacity
[09:44:32] <cpresser> you would better use a 'driver' for the FETs, like a 7406 (or whatever)
[09:45:38] <Jymmm> https://www.google.com/search?q=ULN2803
[09:45:54] <Jymmm> I love those lil things =)
[09:47:19] <archivist> why not get a proper current limiting stepper driver
[09:47:32] <Jymmm> http://www.suntekstore.com/goods-14006482-stepper_motor_driver_board_uln2003_for_arduino_4-phase_5-line.html
[09:49:30] <Jymmm> http://www.suntekstore.com/goods-14004267-dc_4-phase_5-wire_uln2003_driver_board_test_board_for_stepper_motor.html
[10:00:19] <L84Supper> for in stock items at Suntek, how long do orders take to arrive?
[10:01:47] <L84Supper> http://www.futurlec.com/index.shtml always seems to take 30 days
[10:06:36] <djdelorie> my control loops are happier now: http://www.delorie.com/cnc/pos-PI-1.html
[10:07:13] <jdh> is that no-load?
[10:07:33] <djdelorie> negligible load, but also a 48v power supply instead of the regular one
[10:07:48] <djdelorie> obviously I'll have to retune them once they're in the real machine
[10:08:38] <djdelorie> and fix the overshoot. It's only 1/2 "step" (wrt a 200-step stepper) but it should be less
[10:09:03] <djdelorie> it's mostly due to wind-up while the power supply is pegged, so it might just go away with the bigger power supply
[10:10:32] <djdelorie> er, "Pos" is encoder counts (400/rot), PosI is RPM
[10:10:37] <djdelorie> 4000/rot that is
[10:11:09] <jdh> nice response
[10:11:59] <djdelorie> thanks. I don't think it counts if it only works well on the bench, though ;-)
[10:12:41] <djdelorie> but at least the motor doesn't hum when it's supposed to be idle :-)
[10:13:13] <jdh> yeah, weird/uneven/cyclical load changes, directional changes with force, etc all make unloaded motor tuning look good.
[10:14:23] <jdh> I have some auto-tuning software for PMACS that defaults to a fractional rev for auto-tuning.
[10:15:09] <archivist> bit of real world mass and friction will make a difference :)
[10:16:07] <djdelorie> hopefully a *good* difference :-)
[10:18:48] <archivist> for any brits near liverpool fleabay 320954719082
[10:20:50] <archivist> his pictures and description do not do it justice
[10:41:40] <Jymmm> Anyone know the significance of "2 Dot" ? http://www.ebay.com/itm/NM-VINTAGE-70S-BUCK-112-USA-2DOT-LOCKBACK-FOLDING-HUNTER-BOWIE-KNIFE-KNIVES-OLD-/320951742210?pt=Collectible_Knives&hash=item4aba36ef02
[10:48:57] <jdh> looks like a date specifier
[10:49:28] <Jymmm> Thanks. I have one, and never knew =)
[10:49:44] <jdh> I have one like that somewhere
[10:50:26] <Jymmm> Buck 112 or 110 ? The 110 was more popular at the time, but more expensive
[10:51:10] <jdh> dunno, it's a buck folder, blade is maybe 2.5-3"
[10:51:19] <Jymmm> ah
[10:53:05] <Jymmm> I'm looking at the snap button on the sheath; it's all scratched up. I'm like, how the hell did that happen?! Then I remembered... I was wearing it when a lady decided to make a left trun in front of my when I was riding my motorcycle and had to dump the bike. Slide across about 20ft, the bike about 40ft =)
[10:53:18] <jdh> anyone have drawings/models/code for a rasberry pi case?
[10:54:40] <Jymmm> I kinda like that; JT-Shop can you do that on your plasma? http://www.ebay.com/itm/NEW-Buck-110-Bear-C-O-w-MACASSAR-Ebony-Dymonwood-Handle-Hunt-USA-Knife-BUILD-OUT-/150864258318?pt=Collectible_Knives&hash=item232035e50e
[10:59:35] <JT-Shop> no, that is waterjet
[11:01:57] <Jymmm> ah
[11:02:13] <Jymmm> ok, why not?
[11:02:50] <cpresser> plasma cant do such fine structures; the 'plasma-ray' is to large
[11:03:03] <Jymmm> ah
[11:07:12] <JT-Shop> and small details just melt away...
[11:08:02] <Jymmm> Sounds like the different lenses on my laser give a different kerf.
[11:08:58] <Jymmm> but a plasma doesn't have that option
[11:13:02] <JT-Shop> well you have different nozzles for different amperages
[11:14:21] <Valen> also the magnetics of whats being cut can affect it too
[11:16:45] <Jymmm> Is a plasma all or nothing? Cut all the way thru, or can it engrave/carve too?
[11:16:58] <JT-Shop> you can gouge
[11:17:28] <Jymmm> cleanly or as a roughish mark?
[11:17:46] <JT-Shop> never done it
[11:19:18] <syyl> a fineplasma setup might do it
[11:19:19] <Jymmm> might be interesting to find out, either as an outline or even rough text, a signature of sorts
[11:19:27] <syyl> such fine details
[11:19:48] <syyl> but it realy looks more like a laser, or even wire edm job to me..
[11:20:34] <JT-Shop> I have fine cut nozzle for my plasma and it will cut up to 10ga
[11:22:13] <JT-Shop> yea, might be edm... the eye would be fun
[11:22:32] <Jymmm> JT-Shop: Heh, you need a waterjet =) http://i.ebayimg.com/t/NEW-Buck-110-Bear-C-O-w-MACASSAR-Ebony-Dymonwood-Handle-Hunt-USA-Knife-BUILD-OUT-/00/s/OTU2WDE2MDA=/$T2eC16JHJGwE9n%29ySd8KBQCMinilL!~~60_57.JPG
[11:22:36] <syyl> or juwelears saw..
[11:22:46] <cpresser> i am not sure a laser can cut such details
[11:22:53] <syyl> it can
[11:23:09] <cpresser> no problem`s with 'melting'
[11:23:16] <syyl> i had a tour at trumpf
[11:23:25] <syyl> they build press brakes and laser cutters
[11:23:36] <syyl> and they have demo parts that are pretty detailed
[11:23:54] <syyl> a small bicycle cut from 1,5mm stainless
[11:23:58] <archivist> I had to do a drawing for an internal gear to be cut by laser... .2 mod 120 teeth
[11:24:07] * cpresser once send a resume to trumph. applied for a student intership
[11:24:12] <syyl> it was about 15mm long
[11:24:37] <syyl> the rims/tires where less than 1mm broad
[11:25:12] <syyl> ah
[11:25:17] <syyl> and I finally got my package from weldingtipsandtricks..
[11:25:33] <syyl> after three weeks to pass the customs..
[11:25:57] <syyl> thats it for "priority mail"
[11:26:40] <Jymmm> syyl: from / to ?
[11:26:49] <syyl> usa to germany
[11:27:00] <Jymmm> ah
[11:27:36] <syyl> https://dl.dropbox.com/u/24396704/IMAG0006.jpg
[11:27:37] <archivist> took a week to get some gears here from the states
[11:27:39] <syyl> but i am happy :D
[11:28:07] <jdh> what are they white things?
[11:28:27] <syyl> its called a tig finger
[11:28:36] <Jymmm> fibergalss tubing?
[11:28:39] <syyl> to prevent burning your finger while proping against the part you are welding
[11:29:01] <syyl> http://www.youtube.com/watch?v=q3IroU5dv8A
[11:29:12] <Jymmm> braided fiberglass tubing?
[11:29:19] <syyl> i think so
[11:31:13] <syyl> looked like a great product, so i ordered a few for me and some friends
[11:31:25] <jdh> they aren't gloves, just tubes?
[11:31:40] <syyl> a "tube" closed in the front
[11:31:52] <syyl> you put it over a finger of the glove
[11:32:25] <jdh> oh, I see about halfway through the video
[11:32:40] <Jymmm> Heh, you need an 'Ove Glove' =) http://www.youtube.com/watch?v=h4gAisJuZrw
[11:33:24] <jdh> I have one of those, it is a pain to put on
[11:34:46] <Jymmm> Kinda expensive for $20/each, but I guess it really does work =)
[11:34:55] <Jymmm> not a pair, EACH.
[11:35:10] <syyl> but for tig welding you want a very thin glove..
[11:36:40] <Jymmm> Well just burn your fingers then use the ove glove, that should make your fingers sensative enough =)
[11:37:08] <syyl> doesnt sound like a good way of doing it ;)
[11:37:43] <Jymmm> are mass production sheet metal shops CNC today, or mostly manual?
[11:38:03] <syyl> cnc
[11:38:27] <syyl> punching, laser, bending, ...
[11:38:29] <syyl> all cnc
[11:38:40] <syyl> bending even automated with robots
[11:39:24] <Jymmm> I have a flat piece of aluminum flashing that I need cut to size and holes/slot punched in it. Also, would like lettering stamped on the surface. Does that does easy enough?
[11:39:59] <syyl> thats more one off job?
[11:40:01] cradek changed topic of #linuxcnc to: LinuxCNC is a linux-based opensource CNC control. | Latest release: 2.5.1 | http://www.linuxcnc.org | http://wiki.linuxcnc.org | Name change? http://article.gmane.org/gmane.linux.distributions.emc.user/32195
[11:40:15] <skunkworks_> yay again
[11:40:21] <Jymmm> syyl: Well, I need 20 to 100 of them
[11:40:36] <syyl> ah ok
[11:40:43] <syyl> laser and cnc press brake..
[11:40:51] <syyl> or laser/punch and cnc press brake..
[11:40:55] <Jymmm> whats the brake for?
[11:41:09] <syyl> bend..
[11:41:15] <syyl> but as i read again
[11:41:16] <Jymmm> it's flat,
[11:41:19] <syyl> there is no bending :D
[11:41:33] <Jymmm> But I do need leetering stamps on the surface
[11:41:36] <Jymmm> lettering
[11:41:41] <Jymmm> stamped
[11:41:45] <syyl> the laser can engrave
[11:41:52] <syyl> but its not great
[11:42:09] <Jymmm> No, has to be stamped so it shows on the reverse.
[11:42:21] <syyl> then you need a dedicaded tool
[11:42:28] <syyl> like a dogtag?
[11:42:29] <Jymmm> nah
[11:42:36] <Jymmm> kinda
[11:42:54] <Jymmm> It doesnt have to be deep, just show
[11:42:59] <syyl> http://bilder.afterbuy.de/images/2563/schlagzahl1.jpg
[11:43:02] <syyl> get this ;)
[11:43:02] <cpresser> there are stamps for letters/number you can combine
[11:43:18] <cpresser> for 20-100 its cheaper than a dedicated tool
[11:43:26] <Jymmm> syyl: AH, already have that, this is way too much text for that.
[11:43:45] <Jymmm> Think graduation marks
[11:43:46] <syyl> always whining ;)
[11:44:02] <Jymmm> 8 12 16 20 24 oz, etc
[11:44:12] <syyl> personaly i would machine a simple punch
[11:44:26] <syyl> heat threat it and use it in a arbor press or something
[11:44:29] <Jymmm> the large copy can be engraved no problem
[11:46:59] <syyl> saturday was a good day again :D
[11:46:59] <syyl> https://dl.dropbox.com/u/24396704/Grillen%26Gie%C3%9Fen/IMG_0799.JPG
[11:47:10] <syyl> every day with that much fire and molten metal is a good day
[11:47:46] <syyl> by night its just more impressive..
[11:47:47] <syyl> https://dl.dropbox.com/u/24396704/Grillen%26Gie%C3%9Fen/IMG_0802.JPG
[12:05:48] <IchGuckLive> Hi all around the globe
[12:39:53] <jthornton> in the gladevcp sample file hitcounter.py what does debug = 1 do?
[12:41:34] <IchGuckLive> tell you in a terminal start if the system work
[12:41:55] <jthornton> are there any options?
[12:42:06] <IchGuckLive> 0
[12:43:58] <jthornton> I don't see any difference in the terminal
[12:48:37] <jthornton> crap, I can't even get a simple gladevcp button to work
[12:58:33] <IchGuckLive> jthornton: http://www.youtube.com/watch?v=I0xycYiyn1M
[13:03:09] <JT-Shop> neat!
[13:08:09] <IchGuckLive> http://www.youtube.com/watch?v=SIgkcrsikF0 nice homemade with toolchanger
[13:08:32] <IchGuckLive> alot of moves at the toolchange
[13:18:34] <Loetmichel> re @ home
[13:18:40] <Connor> anyone know anything about these push-to-connect air fittings ?
[13:21:33] <Connor> like does the blue, or purple, black etc indicate anything specific for the fitting ?
[13:22:33] <Jymmm> there are two type ithat I recall, one of them is suppose to work for both.
[13:22:49] <Connor> IchGuckLive: Wow.. LOTS of movement for the tool change... Way too complicated.. way over designed.
[13:22:56] <Jymmm> and slightly more expensive
[13:23:14] <Connor> the coolest thing I see is the cam design for the drawbar. neat approach.
[13:23:29] <djdelorie> Everything comes in three sizes: Regular, Standard, and Universal.
[13:23:56] <Connor> djdelorie: Huh ?
[13:24:06] <djdelorie> it was a joke ;-)
[13:25:52] <IchGuckLive> Connor: O.O B) if you got tome and money why not
[13:26:10] <IchGuckLive> Connor: you can burn up all axis controls on this
[13:26:17] <Jymmm> I need laser crosshairs like that
[13:26:29] <Jymmm> 3D crosshairs =)
[13:29:59] <Connor> Just trying to figure out the best ID diameter hose to use for my air cylinder.
[13:30:14] <Jymmm> 4"
[13:31:17] <frallzor> ahoyhoy
[13:34:05] <Jymmm> you would think the tool changer could be at the end of the table, instead of an arm. Just realy slow changing tools.
[13:34:23] <frallzor> fake anodizing, anyone remember how to? =)
[13:34:30] <tom3p> the build on the minimill IchGuch posted http://homepage2.nifty.com/h-yusa/mini_cnc/colamu.html
[13:34:31] <frallzor> just want to matte the alu down
[13:34:44] <Jymmm> frallzor: wire cup brush =)
[13:34:54] <Jymmm> and a corded drill =)
[13:34:54] <frallzor> nah its a bath of somekind
[13:35:19] <Jymmm> Mr Bubbles?
[13:35:45] <frallzor> mr bubbles?
[13:36:40] <Jymmm> Question, is there any benefit in anodizing aluminum flashing if it's going to be exposed to 1200F degrees?
[13:43:58] <cncbasher> aluminium melts at around 1220F so i doubt it
[13:44:29] <Jymmm> So it's gonna oxidize no matter what?
[13:44:31] <cncbasher> depends on how radiant the heat is i'd suspect
[13:44:48] <cncbasher> yes
[13:45:07] <cncbasher> i doubt it would last long at that temperature
[13:45:10] <Jymmm> more of a heat shield than anything else.
[13:46:16] <cncbasher> i'd be using stainless at those temps , if i have to rely on it
[13:46:45] <cncbasher> as stainless will stand up to 2000
[13:46:54] <tom3p> using a std roller tool cart for his controller http://homepage2.nifty.com/h-yusa/mini_cnc/comp1.jpg close the damn lid and keep it clean
[13:47:20] <Jymmm> oK if I'm using .01" aluminum, what would be the equiv in SS as far as flexability/rigidity?
[13:48:56] <Jymmm> cncbasher: I need the "sprinyness" the aluminum offers; mostly it's ability to "spring back" when curved.
[13:50:17] <andypugh> Huh? Aluminium is about the worst possible material in that regard. Perhaps lead is worse.
[13:50:45] <cncbasher> stainless of around the same gauge will be fine
[13:50:59] <andypugh> Titanium is good too.
[13:51:08] <Jymmm> cncbasher: If I take the aluminum and form a 'U' around a 4" pipe, I need it to "spring back" to almost flat +- couple of inches
[13:52:14] <Jymmm> andypugh: Insert your Platnium Credit Card here --> [ ]
[13:52:51] <cncbasher> at those thin gauge size most should spring back easily
[13:52:53] <andypugh> Platinum might work. I don't know much about it's properties. I have a feeling that Rhodoim might suit.
[13:52:56] <Jymmm> andypugh: isn't totanium brittle?
[13:53:10] <Jymmm> titanium
[13:53:18] <andypugh> No, not at all. It is what they make those super-flexible spectacles out of.
[13:53:26] <djdelorie> and ipad cases
[13:53:40] <Jymmm> djdelorie: never touch the stuff
[13:55:53] <cncbasher> .01 is just around shim steel sizes , so quite flexable i would have thought
[13:56:16] <cncbasher> i'll grab some tomorrow and see how it bends around a 4" pipe
[13:56:20] <Jymmm> I need more springy than flexable though
[13:57:34] <Jymmm> especially after being exposed to 1200F for typically 20 minutes at a time or so.
[13:57:34] <andypugh> And Aluminium is about as non-springy as it comes.
[13:57:54] <Jymmm> andypugh: Well it is so far, but I haven't added the heat yet =)
[13:58:10] <andypugh> Definitely Titanium then.
[13:58:33] <Jymmm> I don't think I can afford that.
[13:58:36] <cncbasher> aluminium would just fracture over time
[13:58:44] <andypugh> I think that 1200F will _melt_ Alumnium
[13:58:53] <cncbasher> yes it will
[13:59:22] <Jymmm> Yeah, I'l look at SS instead; any grade?
[13:59:32] <djdelorie> Aluminum foil - the Kingy of Springy! ;-)
[13:59:41] <andypugh> Jymmm: How big do you need?
[13:59:41] <cncbasher> i'd just go with 316
[14:00:15] <bryanjb> if anyone would be interested in fielding a question about encoder phase sigs from HM2, i would be most obliged..
[14:00:26] <Jymmm> andypugh: finished size is 6" x 12" @ 0.010".
[14:00:28] <cncbasher> even shim steel probably will do you also
[14:02:11] <andypugh> Can you afford $12.50 to experiment with the wrong size? http://www.ebay.com/itm/TITANIUM-GRADE-4-SHEET-04-X-4-X-12-/150863252380
[14:02:42] <andypugh> Beryllium copper might be another good choice
[14:03:21] <syyl_> another theoretical question from Jymmm? ;)
[14:03:51] <Jymmm> andypugh: That migh be interesting, though I have nfc how to fab titanium =)
[14:03:56] <andypugh> You might imagine that a metrology company could spell "metrology" http://www.machine-dro.co.uk/spare-parts.html
[14:04:53] <andypugh> Jymmm: TIG, it welds nicely but you need to shield the back face too. Spot-welding works nicely too (self-shielding, you see)
[14:05:14] <Jymmm> andypugh: tig for welding or cutting?
[14:05:33] <skunkworks_> andypugh, with your arduino interface - a realtime pendon could be made...
[14:05:47] <Jymmm> skunkworks_: I think many have already.
[14:06:06] <Jymmm> even with 2x16 LCD's
[14:06:20] <skunkworks_> Jymmm, those are usb though
[14:06:26] <Jymmm> ah
[14:06:30] <andypugh> <revises down Jymmm's IQ after two dumb comments in 2 minutes>
[14:07:05] <Jymmm> andypugh: which two?
[14:07:28] <andypugh> Unless TIG cutting is some provess with whith I have heretofore been unaware.
[14:07:56] <andypugh> <not to self, check spelling when accusing someone of being dumb>
[14:08:25] <Jymmm> andypugh: Since I've never touched a tig, I don't know.
[14:09:09] <skunkworks_> andypugh, have you tried out your encoder yet?
[14:09:11] <andypugh> OK, TIG is welding. Plasma is cutting (and the machines are similar enough that you can get equipment that can be converted between the two, to be fair)
[14:09:16] <pcw_home> bryanjb: I can possibly answer HM2 questions...
[14:09:48] <andypugh> skunkworks_: The new one? Not yet. Wiring up the plugs and testing it is the job for tonight.
[14:10:27] <skunkworks_> andypugh, cool!
[14:11:45] <andypugh> Hmm: http://www.machine-dro.co.uk/magnetic-linear-encoder-reading-head-1-micron-resolution.html
[14:12:09] <skunkworks_> it would be interesting to see what happens if you rotate it back and forth less 2 counts. (or there abouts)
[14:13:36] <andypugh> I am sure there must be many uses for this: http://www.machine-dro.co.uk/high-accuracy-magnetic-linear-tape.html
[14:13:37] <skunkworks_> on our micorn scale - looks like the head was bad.. (optical)
[14:25:39] <andypugh> I am going to need an end-bracket for the ballscrew on my milling machine. This will probably be an iron casting (why do things by halves?
[14:26:05] <andypugh> I am thinking of incorporating an inverted BT30 taper in that, for tool-tightening.
[14:26:57] <andypugh> It then occurs to me that the socket in question could have an adjacent reference flat surface to sit a height gauge on. Does anyone see any reason this isn't a great idea?
[14:27:14] <djdelorie> but wait, there's more...
[14:28:39] <andypugh> Boring the accurate taper into a large casting might be an interesting challenge.
[14:41:07] <cradek> all you need is a hole the major size of the taper and the two keys
[14:42:02] <cradek> well if you want to set tool length I guess you do need the taper
[14:42:18] <cradek> you sure don't need all of it though
[15:14:54] <bryanjb> hi pcw - thought i'd try here rather than bugging you again by phone ;)
[15:18:42] <PCW> ok
[15:30:40] <Tom_itxs> andypugh any idea why i would get this error: realtime system did not load
[15:30:49] <Tom_itxs> fresh live cd install 10.04
[15:33:27] <JT-Shop> andypugh: you mean something like this? http://imagebin.org/222638
[15:34:46] <jdh> hey, I have that coffee 'can'!
[15:34:57] <JT-Shop> left side is for torquing the pull studs
[15:35:01] <Jymmm> <rimshot>
[15:35:08] <JT-Shop> it has tomatoes in it for little Rickey
[15:35:18] <JT-Shop> my pet 3 toed box turtle
[15:35:24] <bryanjb> using pncconf, adding mpg and pwm spindle output, wondering if mpg encoder (phase in), pwm (dir out), sigs/pins are internally id'd. can't find it in the docs.
[15:35:33] <jdh> mine have .45 brass in them.
[15:35:47] <JT-Shop> I have a lot of brass in some too
[15:36:07] <Jymmm> I've been saving every metal coffee can I get my hands on. I figure in a a couple of months they'll be extinct!
[15:36:50] <JT-Shop> bryanjb: cmorley keeps tabs on the pncconf forum more than here
[15:37:51] <bryanjb> thanks JT - not sure what you mean by more than here - forum on linuxcnc.org?
[15:38:55] <bryanjb> and looking on further info on connecting to raw HM2_pci sigs from mesa cards
[15:38:57] <r00t4rd3d> yeah , there is a sub forum for pnconf
[15:39:40] <r00t4rd3d> http://www.linuxcnc.org/index.php/english/component/kunena/?func=showcat&catid=39
[15:39:41] <r00t4rd3d> there
[15:39:57] <JT-Shop> yes the forum on linuxcnc.ord has a pncconf section that the author moderates
[15:41:48] <jdh> bryanjb: not sure if I really understand what you are asking, but the pins you have defined are listed in dmesg and you can map those to terminals via the mesa docs
[15:42:56] <bryanjb> got it, thanks. aside on HM2 stuff, i'm missing (and its probably obvious) how some sigs connect on modules like encoder and pwmgen. somewhat different than std HAL.
[15:44:11] <bryanjb> dmesg, the pncconf readme, HM2 pins, and HAL conf seem to agree. are the specific labels usable?
[15:44:21] <JT-Shop> the only thing different are the pin names yes?
[15:44:52] <JT-Shop> bryanjb: can you run the config?
[15:46:23] <bryanjb> JT, just now sorting out my additional wiring in custom.hal. pncconf config runs fine. i can kill it quick with the custom.hal attempt *not a programmer, unfortunately*
[15:46:58] <JT-Shop> all the pins are listed in Machine > Show Hal Configuration
[15:48:16] <JT-Shop> bryanjb: do you have a basic understanding of the net command?
[15:48:45] <bryanjb> JT, thanks. i'm pretty pathetic with this stuff, just trying to get a workable complete picture of it all. i not sure my questions are well formulated context - wise. working on stuff like net, think i have it *mostly*
[15:49:43] <bryanjb> googling samples (mpg at the moment), and trying to translate into my hardware / version.
[15:51:14] <PCW> What cards do you have?
[15:51:15] <PCW> And bbl appointment
[15:51:44] <JT-Shop> http://linuxcnc.org/docs/html/hal/basic_hal.html
[15:52:31] <bryanjb> JT, i've been staring at that for a while. std HAL and HM2 seem to differ in some names, pins, parameters - don't need a base thread with mesa, and so forth.
[15:53:26] <bryanjb> using a 5123 with 7i37 for GPIO and 7"
[15:53:49] <bryanjb> 7i42 for 4 axis S & D.
[15:54:50] <DJ9DJ> gn8
[15:59:25] <JT-Shop> yea, the names are all different depending on what card you have
[16:00:06] <JT-Shop> that link explains the basic hal commands, the rest are just signal and pin names really
[16:00:34] <JT-Shop> did you look in Machine > Show Hal Configuration
[16:03:25] <bryanjb> JT - yup, been on Machine > Show Hal Configuration and most of the other docs noted, thx. now just trying to pull it all together. my difficulty seems to be trying to build connections incrementally without killing it. was lookiing into using halscope to see signals, so wanted sig names in the mesa card. hoping that makes sense...
[16:05:27] <bryanjb> if i ever get this figured out, i'll probably try and write an idiot's guide to linuxcnc - i feel well qual'd for that moniker...
[16:09:47] <JT-Shop> all the pin names for the mesa card will show up in Machine > Show Hal Configuration
[16:10:00] <JT-Shop> all signals are created in the hal file
[16:10:24] <Jymmm> "We control the vertical..."
[16:11:30] <andypugh> bryanjb: dmesg will pretty much always say what the problem is.
[16:11:48] <r00t4rd3d> what can hal do for me?
[16:12:09] <r00t4rd3d> i still have no clue
[16:12:21] <r00t4rd3d> one of the last things in the whole app i dont get
[16:12:47] <andypugh> JT-Shop: Yes, almost exactly like that, but integral and with a gauging area.
[16:13:10] <andypugh> HAL is the best part of LinuxCNC, you can do anything there.
[16:13:30] <r00t4rd3d> like what?
[16:13:45] <Jymmm> andypugh: Even make a black monolith?
[16:14:11] <andypugh> Well, WillenCMD is controlling a whole (simple) machine in HAL, with no other GUI.
[16:14:25] <r00t4rd3d> why would he?
[16:14:47] <andypugh> My hobbing machine worked by scaling a stepgen to an encoder with a variable ratio.
[16:15:15] <r00t4rd3d> you might have well said that in chinese
[16:15:18] <andypugh> r00t4rd3d: Well, one reason is that there are some jobs where G-code is just innappropriate.
[16:16:00] <skunkworks_> There are just some things that you cannot do without touching hal. Tool changer logic - spindle gear shifting...
[16:16:19] <andypugh> WillenCMD's machine moves a grinding head to a set position at a controlled rate, then retracts it. Why would you have G-code and a GUI for that?
[16:16:23] <Jymmm> black monoliths
[16:17:00] <andypugh> loadrt black_monolith / addf monolith.0 future-thread
[16:17:23] <Jymmm> andypugh: But, but, but... What about Dave?
[16:17:58] <JT-Shop> bryanjb: when possible add one line at a time to your hal file, makes troubleshooing typos etc much faster
[16:18:09] <skunkworks_> compinsating for spindle temperature growth...
[16:18:21] <skunkworks_> pallet changing...
[16:18:28] <r00t4rd3d> Jymmm, http://contemporarycritique.files.wordpress.com/2012/01/cnc-router-1.jpg
[16:19:14] <skunkworks_> supported linear rails... Nice..
[16:19:17] <bryanjb> thanks andy, JT, r00t, PCW. gonna stare at it and try making some smaller parts work first. MPG axis enable LED, looks like a starting point. seeyalater.
[16:20:42] <andypugh> nice router, but I think I would have put in all the screws
[16:20:57] <r00t4rd3d> im not sure whos machine that is
[16:21:05] <r00t4rd3d> just searching for cnc router + black monolith
[16:22:37] <mrsun> hmm ballscrews on a cnc made in wood ... i wish i could afford that :P
[16:22:48] <andypugh> bottom of http://contemporarycritique.wordpress.com/2012/01/06/pure-art-sells-out/
[16:23:24] <r00t4rd3d> i see cheap used ballscrews on ebay alot
[16:24:12] <andypugh> They aren"t that expensive brand-new. £75 for a meter length an nut?
[16:24:37] <r00t4rd3d> yeah if you want to wait on chinaman
[16:24:43] <r00t4rd3d> 40 beans
[16:24:57] <andypugh> mrsun: http://www.zappautomation.co.uk/sf1605-single-ballnut-p-114.html?cPath=1_63_64
[16:25:16] <mrsun> wtf
[16:25:43] <mrsun> at that price even i could afford it :P
[16:25:52] <andypugh> that's my point
[16:26:27] <r00t4rd3d> 36" $76 - http://www.ebay.com/itm/RM1605-Length-900mm-Rolled-Ballscrews-with-Ballnut-and-end-machined-for-CNC-DIY-/251086072578?pt=LH_DefaultDomain_0&hash=item3a75e56b02
[16:26:35] <r00t4rd3d> with nut
[16:42:00] <jthornton> maybe I'll just block another spammer that will make me feel better
[16:43:11] <jthornton> na, that didn't work
[16:48:20] <jthornton> what makes it hard is the manual says one thing and the examples are different
[16:48:33] <frallzor> hello there Mr JT
[16:49:03] <jthornton> hello Mr frallzor
[16:49:33] <frallzor> you may adress me as King Frallzor
[16:52:58] <jthornton> good luck with that :P
[16:53:21] <frallzor> http://img850.imageshack.us/img850/5522/img4244f.jpg its taking shape
[16:53:24] <frallzor> the kings craft
[16:54:06] <jthornton> looking good
[16:54:27] <frallzor> machined half the motormounts today
[16:56:23] <jthornton> hmm change the name of the py file and it fails to work anymore... I wonder if it is hardcoded in somewhere
[16:57:44] <jthornton> hmm, it just don't like the name I used gladevcp.py is verboten
[16:58:19] <jthornton> how much will it weigh?
[17:10:21] <JT-Shop> I used to like pistachios http://www.youtube.com/watch?v=qeJVTolV_KY
[17:18:57] <andypugh> jthornton: Well, there already is a gladevcp.py
[17:20:25] <jthornton> now you tell me :)
[17:24:02] <andypugh> Where can I get Pistachios at 2312?
[17:25:01] <jthornton> dang still get /usr/bin/gladevcp:211: RuntimeWarning: missing handler 'on_button2_pressed'
[17:25:15] <jthornton> the all night pistachios bar?
[17:25:57] <Jymmm> T-Eleven
[17:26:01] <Jymmm> 7-Eleven
[17:26:11] <andypugh> Well, it sounds like you have defined an action in the Glade file (button_2_pressed) and not created a handler for it in the python file.
[17:26:28] <Jymmm> Liquior store
[17:26:31] <jthornton> but I have the handler in the python file
[17:26:44] <jthornton> that is what has me confused at this second
[17:27:15] <andypugh> jthornton: I am sure you think you have, so the question is why Glade doesn't think you have. Time to think like an interpreter for a language named after a snake and designed by a madman.
[17:28:14] <jthornton> def on_button2_pressed(self, widget, data=None):
[17:29:41] <jthornton> seems the def get_handlers(halcomp,builder,useropts): doesn't like to be indented like the manual shows
[17:30:19] <andypugh> You know that encoder I made? I messed up: https://plus.google.com/u/0/108164504656404380542/posts/HHKJycZjEFR
[17:30:52] <jthornton> different widths?
[17:31:27] <andypugh> No. 180 degrees
[17:32:09] <jthornton> and should be 90?
[17:32:19] <andypugh> Yes.
[17:32:25] <jthornton> ouch
[17:33:11] <andypugh> Probably a right pain to fix too.
[17:33:49] <jthornton> the sensors are mounted on a pcb right?
[17:34:14] <andypugh> Nothing so flimsy and easy to adjust: https://picasaweb.google.com/lh/photo/pIX99XXyplXGFZIsyTV2Y9MTjNZETYmyPJy0liipFm0?feat=directlink
[17:35:31] <jthornton> so how far is 90 more degrees?
[17:36:15] <jthornton> doesn't look like you spend hours with a file to make the bracket
[17:36:41] <andypugh> I think 90 fewer would be better. That was 2.5 spacings. I measured it accuratley and everything. Forgetting I neded 2.25
[17:37:05] <jthornton> ouch
[17:37:28] <andypugh> So, do I slot the holes, or start again?
[17:37:53] <jthornton> at least after two days I can make a button count
[17:38:22] <jthornton> I'm not sure how it exactly works
[17:38:51] <andypugh> It looks at these gear teeth: https://picasaweb.google.com/lh/photo/50sU9lCdX6QIFUW_s5hL5tMTjNZETYmyPJy0liipFm0?feat=directlink
[17:38:57] <jthornton> I like slots and jack screws for most things
[17:39:28] <archivist> andypugh, I thought that slot was for adjustment, just lever it a "bit"
[17:39:48] <andypugh> The slot was so that both sensors could be tangent to the gear.
[17:39:50] <jthornton> half a "bit"
[17:40:31] <tjb1> iphone took a swim...
[17:40:42] <jthornton> is it water proof?
[17:40:48] <andypugh> tjb1: Did it survive?
[17:40:49] <archivist> andypugh, I may try that idea for the hobbing machine except I have to place for an index
[17:41:02] <archivist> to/no
[17:41:12] <andypugh> I made an index. You see that screw?
[17:41:14] <tjb1> It didnt work, took the whole thing apart and now it works…but screen has water marks on it, not sure if they will dry out or not
[17:41:23] <tjb1> board is fine
[17:41:29] <jthornton> the screw your index?
[17:41:29] <Jymmm> remove battery and add denatured alcohol.
[17:41:44] <Jymmm> not a lot or for too long though.
[17:41:45] <tjb1> I was afraid to tear the screen apart
[17:41:51] <Jymmm> dont
[17:41:55] <andypugh> You can buy new screens on eBay for less than you might think. You can probably also buy new moisture-detectors...
[17:41:56] <archivist> andypugh, yes but where that is is a sliding tube on my head
[17:41:59] <tjb1> Its dry Jymmm except for between the digitizer and glass
[17:42:10] <Jymmm> just add the denatured alcohol
[17:42:19] <tjb1> I know andypugh, I will give it a few days and see if screen cleans up
[17:42:26] <tjb1> where Jymmm?
[17:42:49] <Jymmm> denatured alcohol can displace water.
[17:42:59] <andypugh> Though what I was hinting at is morallt reprehensible. (And, actually, I wouldn't)
[17:43:03] <Jymmm> flush it out.
[17:43:09] <jthornton> can't you pack it in some desiccant to dry it out
[17:43:23] <tjb1> Im not worried about the warranty and its currently sitting in rice
[17:43:35] <archivist> put it in the oven to dry :)
[17:43:36] <tjb1> If it doesn clean up Jymmm I will try that, its a bear to tear apart
[17:43:50] <tjb1> 500 little screws no bigger than a grain of rice
[17:43:56] <tjb1> 40 cables
[17:43:57] <andypugh> archivist: I think we ought to consider adding missing-tooth indexing to the encoders in LinuxCNC so that sngle-channel encoding is possible.
[17:43:58] <Jymmm> dunk the whole phone in denatured alcohol,
[17:44:13] <Jymmm> but with no battery inside
[17:44:29] <archivist> andypugh, Im thinking for hobbing no index is really needed
[17:44:30] <andypugh> tjb1: You exaggerate. It's 5 cables and maybe 10 screws.
[17:44:47] <Jymmm> andypugh: Well, maybe more like 20 screws
[17:44:50] <tjb1> Its more than 5 cables and there are 10 screws holding one cover on :P
[17:45:06] <tjb1> Then there are 10 little bastards holding the screen on
[17:45:07] <jthornton> so normal alcohol is 20% water all ready...
[17:45:08] <Jymmm> andypugh: apple is screw happy.
[17:45:19] <andypugh> tjb1: Which model? I have only had a 3GS in bits.
[17:45:21] <tjb1> 6 of them have little ass washers on them too
[17:45:25] <tjb1> iphone 4
[17:45:42] <andypugh> Ah, I will approach mine with some caution then
[17:45:43] <Jymmm> jthornton: doens't evaporant fast enough
[17:45:44] <tjb1> You have to take everything out to get the screen out
[17:45:56] <tjb1> And I mean everything...
[17:46:26] <jthornton> Jymmm, what doesn't evaporate fast enough the water in normal alcohol?
[17:46:28] <tjb1> Andy does your have the pentalobe screws on the bottom?
[17:46:32] <Jymmm> jthornton: AND... "normal" / isoprobal alcohol can have the other 20% be oil or water
[17:46:51] <jthornton> denatured only means poison
[17:47:09] <Jymmm> jthornton: they dont call it "rubbing" alcohol for nothing, some add an oil for a lubricant.
[17:47:42] <Jymmm> most dont' day what the "other 20%" is.
[17:47:44] <andypugh> andypugh: My 4S does, yes.
[17:47:45] <tjb1> New screen/digitizer is $30
[17:47:45] <Jymmm> say
[17:47:45] <jthornton> sure but it's hard to find 99% alcohol... except I have 5 gallons
[17:48:12] <Jymmm> denatured alcohol is $8 at the hardware store for a pint.
[17:48:18] <Jymmm> 191 proof
[17:48:23] <Jymmm> err 190 proof
[17:48:33] <tjb1> If I am gonna do that I will do screen only
[17:48:34] <Jymmm> I buy it by the gallons
[17:48:56] <andypugh> Wierdly, one of "my" components on the cars is held together with "security" penatalobe, not just 5 star, but with a pin in the middle too. I have no idea why.
[17:49:08] <tjb1> pentalobe or torx?
[17:49:23] <tjb1> the pin is security (torx)
[17:49:26] <Jymmm> We had a friend to that to his $900 Nokia he dropped in a barrel of wine. It worked for him.
[17:49:38] <Jymmm> YMMV
[17:49:46] <andypugh> tjb1: Yes, but torx is normally 6-pointed, not 5-pointed?
[17:50:10] <Jymmm> andypugh: torx is hex with curve sides
[17:50:14] <tjb1> http://toolwarehaus.com/images/W79450C.jpg
[17:50:15] <tjb1> ?
[17:50:33] <tjb1> Not sure now…that says Security Torx but has 5 points
[17:50:50] <Jymmm> let me look at me security bits...
[17:51:30] <Tom_itx> center hole
[17:51:44] <Tom_itx> is security i believe
[17:52:05] <Jymmm> No, he's right... There are BOTh 5 and 6 point security torx.
[17:52:25] <Tom_itx> the mating part will have a stud in the middle of the torx pattern
[17:52:46] <andypugh> tjb1: The top picture and the bottom picture are of different things. The bottom ones are 6 point (as there too small a probablity that all 7 bits would be inserted with the front spline aligned to the hex.
[17:52:55] <Jymmm> tjb1: Just use a flat blade screwdriver if you dont have the security bit.
[17:53:14] <tjb1> Its andy who has the problem Jymmm
[17:53:16] <Jymmm> tjb1: find the proper size to fit, else you'll strip the head.
[17:53:23] <andypugh> I think the point of 5-star is that a screwdriver can't be wedged in the same way.
[17:53:30] <tjb1> I threw those garbage pentalobe out once I got the replacements
[17:53:44] <Jymmm> andypugh: You can, just more of a PITA.
[17:54:17] <Jymmm> tjb1: you have another phone you can use?
[17:54:21] <andypugh> tjb1: Oh, Ihave no problwm with the securityh screws on the thermostat housing. It's the poor customers down the line who will curse us.
[17:54:33] <tjb1> Its working Jymmm, thats how im online
[17:54:38] <Nick001-Shop> is there a starting point for PID - like motor voltage and speed?
[17:54:42] <Jymmm> lol
[17:54:54] <tjb1> If it holds out til november I will probably get the 5 but will lose my unlimited
[17:55:08] <Jymmm> tjb1: If it's working... Then DONT FUCK WITH IT! M'Kay???
[17:55:19] <tjb1> Thats why I didnt run and dip it in alcohol :D
[17:55:33] <tjb1> But if screen doesnt clear up its getting replaced
[17:55:37] <tjb1> Its like 6 different shades
[17:56:12] <Jymmm> tjb1: So? Just take better drugs to compensate foe the psychedelic colors!
[17:56:20] <tjb1> Its not colors
[17:56:25] <tjb1> Its like transparent black
[17:56:26] <Jymmm> whatever
[17:56:33] <tjb1> than gray, lighter gray, lighter gray
[17:56:35] <tjb1> normal
[17:57:00] <tjb1> Also this weird straight line on the top corner...
[17:57:09] <andypugh> Nick001: You can work out a starting point if you really want.
[17:57:13] <JT-Shop> my gallon cans of Crown denatured alcohol don't even mention purity...
[17:57:36] <Nick001-Shop> any links?
[17:57:46] <Jymmm> 60 security bits, I think I need more.
[17:58:19] <Jymmm> JT-Shop: Fine, then go buy some Everclear... 190 Proof
[17:58:28] <Jymmm> at the liquir store.
[17:58:42] <andypugh> Nick001: The output of the PID is the Pgain x error, so work out what sort of position error you want to give full speed output. You don't want, for example, to be running at max speed when you are closer to the endpoint than the stopping distance at max decell.
[17:59:28] <andypugh> But, at a guess, try 1 for a metric machine and 10 for an Imperial one :-)
[18:01:05] <Nick001-Shop> that's the P - what about the ID?
[18:01:17] <andypugh> Both 0 until P is close.
[18:01:28] <Nick001-Shop> Just trying to have a starting point without blowing the H- Bridge again
[18:02:04] <andypugh> Ah, try 0.1 then. Or less.
[18:04:38] <JT-Shop> yikes I hate to see "again" after blowing up
[18:04:45] <Nick001-Shop> how would I call a spindle speed with the H-Bride in etch-servo - have a dc motor and a 2000 line encoder to a spindle assembly
[18:05:10] <Nick001-Shop> lit up like a bulb and fried real good
[18:05:24] <r00t-Shed> im amazed at how this is coming out :
[18:05:26] <r00t-Shed> http://i.imgur.com/tmD0k.png
[18:05:49] <r00t-Shed> i fked up the model somewhat too
[18:05:50] <Nick001-Shop> just got a replcement and will have a 1 amp fuse on the power supply
[18:06:05] <andypugh> r00t-Shed: Is that 4.73m long?
[18:06:09] <r00t-Shed> inch
[18:06:25] <andypugh> Seems a bit small?
[18:06:52] <r00t-Shed> just screwing around
[18:08:50] <andypugh> Talking about making cars, I wasted a lot of today looking at this (a build of a 3000hp Vauxhall Victor): http://www.pistonheads.com/gassing/topic.asp?h=0&f=47&t=845887&mid=263071&nmt=Redvictor+3
[18:09:35] <r00t-Shed> i am impatient too so smaller models, smaller cut time :)
[18:12:02] <JT-Shop> 3000hp?
[18:12:12] <andypugh> Supposedly.
[18:12:39] <JT-Shop> that's a bunch of HP to hang on to
[18:12:41] <andypugh> http://www.youtube.com/watch?v=IokQf21NANo
[18:14:56] <JT-Shop> that's impressive
[18:16:04] <JT-Shop> I like this quote "You can make a small fortune in UK drag racing
[18:16:04] <JT-Shop> if you start with a large one "
[18:16:10] <andypugh> Opening doors, electric windows, all street legal. The build diary is fascinating, if rather long.
[18:16:27] <JT-Shop> 189 pages yes
[18:18:42] <andypugh> I am just skimming the pictures of really nice parts
[18:22:55] <JT-Shop> be interesting to see the engine
[18:25:31] <Tom_itx> alum block?
[18:45:11] <Tom_itx> JT-Shop any ideas why the realtime didn't load on a new install?
[18:46:49] <Jymmm> It's on Delay Time?
[18:47:01] <Tom_itx> must be
[18:48:31] <Jymmm> $20 for a 400W/800W peak inverter, $50 for 750/1500W Hmmmmmm
[18:50:53] <Tom_itx> via c3 cpu
[18:52:40] <Jymmm> Let's see, I can run the 18K BTU Window AC on a deep cycle marine battery for 30 minutes =)
[18:54:43] <JT-Shop> did you install side by side with a normal ubuntu?
[18:55:43] <Tom_itx> i used the live cd install
[18:57:22] <r00t4rd3d> http://i.imgur.com/cxQQ7.jpg
[19:05:13] <r00t4rd3d> http://www.youtube.com/watch?v=Mc3-5MiWTcE&feature=plcp
[19:05:17] <r00t4rd3d> video of me cutting it
[19:05:33] <r00t4rd3d> turn up the volume for effect
[19:29:14] <r00t4rd3d> reddit karma, here i come!
[19:29:15] <r00t4rd3d> http://i.imgur.com/OajI2.jpg
[19:31:27] <ReadError> rain forest for bishes
[19:36:21] <r00t4rd3d> say what?
[19:39:46] <r00t4rd3d> http://www.cnczone.com/forums/diy-cnc_router_table_machines/109390-my_newest_desktop_machine-126.html
[19:39:59] <r00t4rd3d> check out microcarves z axis
[19:40:03] <r00t4rd3d> last post
[19:41:04] <r00t4rd3d> http://www.microcarve.com/ebayz35plain/
[19:41:06] <r00t4rd3d> http://www.microcarve.com/ebayz35ext/
[19:43:39] <r00t4rd3d> for 160 those are a steal
[19:44:01] <r00t4rd3d> $159 + $12 shipping
[20:02:20] <jdh> my daughter got some kid to replace her iphone4 screen for $60, works fine (re: above)
[20:10:51] <ReadError> like the glass? or actual display?
[20:14:58] <jdh> whole lcd + touch
[20:23:34] <tjb1> Anyone happen to know how to cut the little 1" glass tiles?
[20:24:21] <jdh> 'the'?
[20:24:58] <tjb1> 1" glass tiles.
[20:25:11] <jdh> http://www.youtube.com/watch?v=gnQOfOZWJ9w
[20:25:13] <jdh> like that?
[20:25:26] <tjb1> http://www.susanjablon.com/media/catalog/product/cache/1/image/265x/040ec09b1e35df139433887a97daa66f/1/-/1-inch-espresso-brown-satin-metallic-glass-tile-97518191.jpg
[20:26:27] <Jymmm> I dont think they do, just cur between the 1" tiles
[20:26:31] <Jymmm> vut
[20:26:33] <tjb1> Those are some nifty pliers
[20:26:35] <Jymmm> cut
[20:26:42] <jdh> yeah, I assume they are offset
[20:26:44] <tjb1> The outlet cover isnt big enough for that
[20:26:51] <Jymmm> ah
[20:27:01] <Jymmm> get a bigger one =)
[20:27:05] <tjb1> and I have to cut some weird ones for right next to the bottom of the cabinets
[20:27:13] <tjb1> I would love to, cover some drywall mistakes ;)
[20:27:23] <Jymmm> score and snap?
[20:27:34] <tjb1> Ill need to get a glass tool
[20:27:35] <jdh> harbor freight tile saw
[20:27:41] <tjb1> Got a harbor freight tile saw
[20:27:54] <tjb1> seems like more trouble than its worth
[20:27:58] <Jymmm> tjb1: http://www.thisoldhouse.com/toh/video/0,,1639380,00.html
[20:29:15] <tjb1> Hmm
[20:29:30] <tjb1> Dont think that will work on these tiles but I will pick up a glass scoring tool and try with pliers
[20:34:06] <Jymmm> Heh, he left too soon. That's EXACTLY what they did... score and snap =)
[20:34:12] <Jymmm> using a tile cutter
[20:37:13] <Jymmm> and tile saw too
[20:38:10] <Jymmm> And HF has theirs for $50 right now with coupon
[20:38:45] <Jymmm> http://images.harborfreight.com/cpi/emails/more_coupons/wkend080612/images/1.jpg
[20:39:03] <jdh> <tjb1> Got a harbor freight tile saw
[20:39:12] <Jymmm> ah
[21:14:15] <Jymmm> then wth did he ask for in the first place?! lol
[21:28:39] <jdh> I'm fairly sure they don't mention rain nor penis in the job description.
[21:29:03] <jdh> probably made more sense in the right channel, but maybe not.
[21:29:25] <Valen> thats some conversation you have going there
[21:29:39] <Jymmm> Um, where does weathter and anatomy come into this conversation?
[21:29:52] <jdh> as I said... maybe not.
[21:30:48] <Jymmm> jdh: No no go right ahead, I'd REALLY like to know the thught process that got us from cutting glass tiles to weahter anatomy
[21:31:03] <jdh> too much to type or cut/paste.
[21:31:21] <Jymmm> take your time, we'll wait
[22:09:35] <jdh> connor: did you use 1/4-28 set screws for your tramming thingies?
[23:05:39] <r00t4rd3d> http://www.youtube.com/watch?v=xdp0QsqYbuY&
[23:43:36] <r00t4rd3d> everyone on the planet is a sports fanatic
[23:44:01] <r00t4rd3d> or thats what everyone who owns a website thinks
[23:46:25] <r00t4rd3d> i like how the dope smoking usa swim team gets their asses kicked then cries the OTHER team is using dope.