#linuxcnc | Logs for 2013-07-01

Back
[02:03:39] <DJ9DJ> moin
[04:48:29] <Loetmichel> mornin'
[05:11:53] <RyanS> hmm drill bit doctors seem suspiciously like daytime television products
[05:26:18] <jthornton> lol
[05:47:51] <Valen> dad has one
[05:47:55] <Valen> seems to do the job
[06:03:33] <jthornton> the ones I have tried have too coarse of a wheel and the finish on the bit is rather rough
[07:05:09] <skunkworks> in case some missed this - https://www.youtube.com/watch?v=2STkBhUiKwg
[07:07:23] <jthornton> cool
[07:08:47] <skunkworks> morning john
[07:09:20] <jthornton> morning
[07:09:32] <jthornton> hows it going in your neck of the woods
[07:29:31] <skunkworks> jthornton, not bad. We finally had some sunny days. Been raining a lot here.
[08:37:37] <Heinz_60> whats up with linuxcnc.org?
[08:37:49] <Heinz_60> downtime?
[08:47:19] <archivist> werksforme
[09:17:20] <cradek> also wfm here
[09:25:49] <skunkworks_> cradek, here you go - https://www.youtube.com/watch?v=2STkBhUiKwg
[09:29:01] <cradek> eek, jogging downward with the wireless joystick was scary
[09:29:47] <ssi> skunkworks_: is that someone in our group?
[09:30:29] <ssi> I need to get my delta machine going
[09:30:34] <cradek> I definitely want to build something like this - I have started trying to figure out what to use for knuckles
[09:30:35] <ssi> mine's not nearly that robust though :)
[09:37:18] <skunkworks_> ssi, I don't know - he did a nice hexapod too
[09:39:18] <ssi> if we get BBB linuxcnc going, I may use it to run my delta
[09:40:20] <ssi> http://sphotos-a.xx.fbcdn.net/hphotos-frc1/577596_10100133843429202_1708616203_n.jpg
[09:43:57] <skunkworks_> neat
[09:44:08] <skunkworks_> Parallel robots 1 day ago
[09:44:09] <skunkworks_> Thank you Andy! Though ja3 certainly has some trajectory planning issues. G61 works faster than G64 for some reason. Probably joints and axes still mixed together somewhere. I will change joints acceleration and see if that's true.
[09:44:44] <cradek> I noticed some world mode acceleration problem years ago when I was working on the puma
[09:45:09] <cradek> I really should try it again. people keep saying it works right, but I haven't seen that myself yet
[09:45:35] <skunkworks_> well - seb has a robot arm now.. ;)
[09:45:45] <cradek> road trip to seb's!
[09:47:06] <ssi> does linucnc have any notion of keepout areas?
[09:47:36] <ssi> a machine I work on has permanent fixtures, and I'm trying to come up with some relatively idiot-proof modular code for them
[09:48:04] <ssi> google suggests such a thing doesn't exist :P>
[09:48:27] <cradek> no it doesn't
[09:49:52] * JT-Shop calculates the time to fill the rotary table with oil based on the rate of adding the oil and the unknown volume to be somewhere between a week and a year
[10:10:43] <Jymmm> JT-Shop: Ah yes, volume has always been measured in time units.
[10:22:09] <PetefromTn> MMMmmmmoooorrnin! folks.. LOL
[10:28:24] <IchGuckLive> hi all B)
[10:40:44] <JT-Shop> howdy
[10:40:57] <IchGuckLive> B9
[10:41:10] <IchGuckLive> sattel the horses BBq in texas !
[10:41:59] <IchGuckLive> hedding home for resttime by till later
[10:57:26] <ej> hello
[10:58:41] <ej> anyone else getting "unexpected character after o-word" when using macros?
[10:59:11] <JT-Shop> no
[10:59:24] <JT-Shop> must be a typo
[10:59:37] <micges> ej: pastebin.com your gcode
[10:59:37] <archivist> define macro
[10:59:39] <JT-Shop> or copied from a windoze computer
[10:59:58] <JT-Shop> hi micges and archivist
[11:00:21] <micges> hi JT-Shop
[11:00:27] <ej> http://pastebin.com/z8k5vkba
[11:01:16] <ej> I made some macros in 2.4 and thought to write more of them in 2.5 (I really like being able to run them in MDI from files). Unfortunately I get the mentioned error way too often and can't figure out why.
[11:01:33] <micges> in what line do you have error?
[11:01:55] <ej> "near line 21"
[11:02:48] <ej> I had a working rectangular pocet macro that worked earlier. Now I get the same error.
[11:07:26] <micges> ej: I have no errors on 2.5.2
[11:07:52] <micges> seems JT-Shop is right - leave windows
[11:08:27] <cradek> there's nothing wrong with this code so I expect it is not the same as the code you are running when you see the error?
[11:08:46] <cradek> and I don't understand what you mean by "way too often"
[11:09:10] <ej> I meant that all my macros stopped working when updated 2.4->2.5
[11:09:20] <ej> I now have 2.5.0, let me try the 2.5.2
[11:09:50] <cradek> that's not going to change it
[11:11:01] <ej> I copy-pasted the code again: http://pastebin.com/3W5uh8Rk
[11:11:16] <ej> tried a few times to check it was the same I tried to load
[11:11:45] <ej> I can't figure out what I'm doing wrong.
[11:14:36] <cradek> hmm I get it too
[11:15:43] <cradek> 0000a0 6f 39 39 20 63 61 6c 6c o 9 9 c a l l
[11:15:43] <cradek> 0000a8 20 5b 35 30 5d c2 a0 5b [ 5 0 ] c2 a0 [
[11:16:07] <cradek> I don't know what you edited this file with, but the character between [50] and [100] is not a space
[11:16:50] <archivist> utf8?
[11:17:01] <cradek> I'm guessing you used a word processor to edit it, when you should have used a text editor
[11:17:44] <archivist> editors are becoming utf8 not just word processors
[11:19:04] <archivist> c2 a0, NO-BREAK SPACE in utf8
[11:19:34] <cradek> ej: more information about the history of this file, please
[11:20:28] <cradek> I am sure 2.4 would not have accepted this file either, so you have changed it since then
[11:24:03] <ej> I used gedit
[11:24:18] <ej> never thought to check the file in hex editor
[11:24:29] <ej> this one is brand new
[11:24:34] <cradek> the file had dos line endings, so I'm inclined to suspect you did other things too?
[11:24:56] <cradek> I suppose maybe pastebin mangled it, but in a way that gives me the same error you have seems unlikely
[11:25:28] <ej> the file had some extra code in the subroutine, but otherwise I didn't edit it
[11:25:31] <cradek> to be fair I don't use gedit so maybe it IS braindamaged
[11:25:53] <ej> any suggestions for a editor to edit subroutines then?
[11:26:14] <skunkworks_> I use gedit...
[11:26:17] <archivist> I do use gedit but am still on older ubuntu
[11:26:31] <micges> ej: geany
[11:26:32] <cradek> 000000 6f 39 39 20 63 61 6c 6c o 9 9 c a l l
[11:26:33] <cradek> 000008 20 5b 31 5d 20 5b 32 5d [ 1 ] [ 2 ]
[11:26:39] <cradek> I just created a new file with gedit and it's fine
[11:26:42] <archivist> but, it is 2013 and utf8 is rather comon
[11:26:54] <CaptHindsight> http://chicago.craigslist.org/nwc/tls/3897132604.html does this have a J head?
[11:27:04] <cradek> also it does not have dos line endings. are you 100% SURE you didn't edit (or even open it) in anything else?
[11:28:29] <cradek> I agree with JT-Shop that it smells like windows is involved somehow
[11:28:50] <ej> Right now I'm editing the code in virtualbox, my main OS is Win7. The copy-paste went through the VM's shared clipboard.
[11:28:57] <ej> Whether this messed it up, I can't tell.
[11:29:11] <cradek> neither can we
[11:29:29] <cradek> well at least now you are aware of the problem
[11:29:49] <ej> however, last time I wrote code was at my laptop (running xubuntu 12) and more editing at my 10.04 linuxcnc-machine. Then I got the errors as well.
[11:29:58] <cradek> you will have to figure out how to avoid it (and not using windows will help)
[11:30:00] <ej> Yes. Thank You all for help!
[11:30:09] <cradek> welcome
[11:30:15] <JT-Shop> ej: use notepad++ in windoze
[11:30:25] <ej> or programmer's notpad.
[11:30:37] <cradek> if you can find a way to cause the error WITHOUT using windows or virtual machines etc, let us know because we might have to notify people
[11:30:55] <ej> I'll keep that in mind
[11:31:23] <ej> I really like this community. I've gotten help many times very fast from this IRC-channel. Much appreciated.
[11:33:26] <cradek> yay :-)
[11:37:23] <ej> One possible source of the bug might be the finnish keyboard. If I run the subroutine from file in MDI mode putting spaced between variables, I get the error. Without spaces everything works fine.
[11:37:53] <cradek> ohhhh interesting
[11:38:01] <cradek> maybe you ARE directly typing those characters
[11:39:22] <cradek> % echo "a b" |hd
[11:39:22] <cradek> 000000 61 20 62 0a a b lf
[11:39:26] <cradek> do this at a shell
[11:40:01] <ej> 00000000 61 20 62 0a |a b.| 00000004
[11:40:16] <skunkworks_> maybe you are hiding goverment secrets in your spaces!
[11:40:22] <ej> however, now I'm unable to repeat the bug
[11:40:45] <cradek> yeah that space is a space now
[11:41:40] <ej> I remember that after re-installing my production machine, my hole subroutine gave me the error until I entered the variables one by one. So that first I called it with one variable, then with two, ... After I did that, it was able to be called without errors.
[11:41:46] <ej> Beats me.
[11:43:20] <archivist> I think linuxcnc will have to embrace utf8 soon as it becomes the norm
[11:44:01] <JT-Shop> http://www.spyderlovers.com/forums/showthread.php?54801-Spyder-RT-on-Tail-of-the-Dragon-Video
[11:44:06] <archivist> at least add the problem(feature) to the docs
[11:44:45] <ej> Ok. There's something in my keyboard input. If I write the o<code> call from MDI, it gives me the error. If I write it without spaced, it works.
[11:44:52] <cradek> surely " " (0x20) is a valid utf8 character
[11:44:59] <JT-Shop> http://www.linuxcnc.org/docs/html/gcode/overview.html#_file_requirements
[11:45:04] <cradek> NBSP is a different one that happens to not be valid in gcode
[11:45:25] <cradek> I'm not sure what you mean by either "embrace" or "problem"
[11:45:25] <JT-Shop> should that Note say something about utf8?
[11:46:18] <archivist> nbsb is a valid space in utf8
[11:46:55] <archivist> and new users will be confused that utf8 is not valid
[11:47:18] <terrym> Hi all
[11:47:59] <ej> Ok, I know now that was the problem... my assumption.
[11:48:01] <cradek> there are many kinds of whitespace: http://bogofilter.org/pipermail/bogofilter/2003-March/001889.html
[11:48:13] <terrym> What is an easy way to generate gcode to do engraving of text along a curved path?
[11:48:38] <cradek> terrym: "easy" is a matter of opinion but you could modify truetype-tracer to do that
[11:48:40] <ej> Being lazy, I've been writin the "] [" holding alt-gr all the time. This puts a blank character, although It's not space.
[11:48:50] <JT-Shop> you mean text on a cylinder
[11:49:23] <cradek> ej: oh so you're actually typing it, but did not notice because it looks the same
[11:49:30] <cradek> ej: thanks for reporting back what you figured out
[11:49:43] <terrym> text in the XY plane, along a curve.
[11:50:03] <ej> Thank you for pointing to the right direction!
[11:50:55] <JT-Shop> you might check the g code generators on the wiki I think one might work, but I"m not sure
[11:52:42] <archivist> could cheat and rotate the item under the spindle between letters
[11:52:47] <JT-Shop> you could also rotate the coordniate system between letters
[11:53:01] <cradek> or keep the work fixed and rotate the mill
[11:53:05] <archivist> choices
[11:56:06] <tjtr33> JT-Shop, great video, like the way we can see your rev trike vs the guy in front of you ( handles SAME way)
[11:56:06] <JT-Shop> archivist: repairs completed http://imagebin.org/263106
[11:56:07] <tjtr33> and the music is great ~Mannheim SteamRoller+Symphony ( they just broke into the 'mission impossible riff )
[11:56:34] <archivist> JT-Shop, proper job !
[11:57:05] <JT-Shop> tjtr33: that's not my video, one of the other riders at the Owners Event at Maggie Valley
[11:57:09] <JT-Shop> archivist: thanks
[11:57:29] <JT-Shop> and I didn't even cut it in two with a torch and weld it back
[12:12:46] <IchGuckLive> hi all B)
[12:35:48] <Tom_itx> JT-Shop, is the gear keyed?
[12:44:46] <PetefromTn> Well my Router adapter is looking pretty good here.
[12:44:56] <ssi> awesome
[12:45:02] <Connor> PetefromTn: You get it opened up a bit more ?
[12:45:18] <PetefromTn> I just removed it from the vise this morning and deburred everything and it is a SNUG fit on the router AND the spindle
[12:45:27] <PetefromTn> No actually I decided against it.
[12:45:34] <Connor> slot cut ?
[12:45:50] <jdh> snug is good.
[12:45:57] <PetefromTn> I like it to be tight and even if I have to kinda pry the opening up a smooch to get the router in there I am good with it.
[12:46:17] <jdh> good for router mounts too
[12:46:20] <PetefromTn> No not yet but I have been playing with the labrynth seal plate and it goes into the recess I machined
[12:46:27] <ssi> you could put a setscrew in one side that'll let you push the slot open and hold it open a tad
[12:47:40] <PetefromTn> Basically it looks like plate will get installed over four studs that replace four of the six securing bolts for the labrynth seal and then I can snug it up there. It will probably need a tap with a rubber mallet or two to get on there fulluy but the repreatability will be excellent.
[12:48:02] <PetefromTn> ssi: Not a bad idea but I am not sure there will be room once I get the pinch bolt in there.
[12:48:36] <ssi> if you're clever, you could actually use the pinch bolt as a hold-open as well
[12:48:50] <Aero-Tec2> only 56 tools max in the tool table, so can one use ; or something else to rem out tool lines?
[12:48:59] <PetefromTn> I really wanted to be able to align this spindle with the factory spindle along the X axis so that my offsets are simple and repeatable.
[12:49:21] <Aero-Tec2> would like to have more then 56 tools and rem out the ones not needed if possible
[12:49:27] <PetefromTn> ssi: Yeah I have considered that, perhaps a nut in a recess in the middle somehow.
[12:50:06] <PetefromTn> So far this thing is BIG and CHUNKY.... Should be strong and rigid for the router. Glad I went with the 1" plate.
[12:50:12] <ssi> groove the bolt where it emerges from the head side in the slot, and put an e clip on it
[12:50:15] <ssi> so the bolt can rotate but not back out
[12:50:25] <ssi> then you can tighten it to pinch, or loosen it to expand
[12:51:33] <PetefromTn> I thought of milling a slot in between where the pinch happens and putting a slim nut in there and using it to push against the non threaded side.
[12:52:28] <PetefromTn> Honestly I will probably just stick a large screwdriver in there and pry LOL... The router body and the hole are the exact same dimensions so I just need a skootch...
[12:52:33] <ssi> yea
[12:52:41] <PetefromTn> Skootch being a technical term...
[12:54:31] <PetefromTn> I am still continually amazed at the precison of this machine. Basically all of the dimensions are EXACTLY what the drawing was to the best of my measuring ability. Lomach told me how precise his is and I can see what he means now. I am so used to allowing for stuff and creaping up on dimensions this is kinda different LOL
[12:55:01] <ssi> yeah my hnc is that way
[12:55:26] <PetefromTn> Connor: You get them damn pullies installed yet? I am anxious to hear if it runs smooth or not after our work.
[12:55:47] <PetefromTn> ssi: I'm sure it is.. Hardinge did not play games with quality.
[12:56:23] <ssi> PetefromTn: and the original control had a mode that gave it 0.000020" resolution
[12:56:26] <PetefromTn> Coming from mostly chinese machinery and having owned many different mills and lathes over the years this is pretty nice so far
[12:56:44] <PetefromTn> ssi: You gonna be able to get that with the NEW control no?
[12:57:02] <ssi> well I have linuxcnc configured so it only displays 0.0001"
[12:57:09] <ssi> but I'm sure it could be done
[12:57:23] <ssi> the accuracy is in the ways and the screws and the resolvers
[12:57:24] <Connor> No. I did manage to get the damn top guide back in place.. looks like crap.. it's all banged up.. :( Maybe I can clean it up with some sand paper after I get it mounted. But, I can't do crap with the pulley till we do the set screws.. and to dot those, I need to make my adapter plate for my rotary table.
[12:58:13] <PetefromTn> Connor...oh that sucks, what is tthe top guide? Did we make that?
[12:58:22] <ssi> I need to sit down and calculate what the effective resolution of the resolvers is
[12:58:27] <Connor> That stupid thingie we took off..
[12:58:39] <Connor> that's pressed on.
[12:58:43] <PetefromTn> not sure what stupid thingie
[12:58:46] <ssi> I'm not sure offhand how many resolver rotations per linear inch there are, but it's a lot
[12:58:49] <ssi> like 20 or something
[12:59:22] <PetefromTn> ssi: I am sure you can probably turn parts into the tenths pretty easily with that machine.\
[12:59:22] <ssi> and the mesa resolver converter is 14 bit I believe... so with some math I could figure out what the smallest angle of change in the resolver can be measured with that 14 bit ad
[12:59:34] <ssi> oh yea I can hold a tenth all day long on it
[12:59:34] <Connor> we had to take them off using the brass punch..
[13:00:40] <PetefromTn> I was looking at the bores I machined.. Had to use a 3/8 endmill that only had a 7/8 LOC on it and the part is 1" deep so two passes a little more than half inch. It looks like it was bored with a boring bar almost. Unbelievable.
[13:00:48] <ssi> awesome
[13:00:52] <ssi> I really need a machine like that :/
[13:00:58] <PetefromTn> Oh you mean the pulley guides..
[13:01:10] <PetefromTn> flanges.
[13:02:35] <andypugh> http://cgi.ebay.com/ebaymotors/Sea-Harrier-FA2-Jump-Jet-/281126520805
[13:02:38] <PetefromTn> Yeah I thought there would be a specific line where one pass went over the other but I cannot find it... the second pass was essentially rubbing the endmills shank on the already cut part and it still looks good.
[13:02:39] <Connor> flanges.. yea.. couldn't think of the damn word.
[13:02:56] <andypugh> There is a "FREE Quote from Geico" link, but it doesn't seem to work.
[13:03:17] <ssi> I wonder what it lacks to be airworthy
[13:03:55] <PetefromTn> Connor, don't feel bad man, I mangled my flanges on my RF45 build and I was able to use a brass rod to kinda true them up while they were spinning and they looked okay...
[13:04:31] <Connor> Not biggie. I'll sand the top and get the tooling marks out.. and then true up the flanges at some pint.
[13:04:33] <Connor> point.
[13:05:03] <PetefromTn> Andy must be doing well for himself as he is now looking at fighter aircraft with VTOL for toys....
[13:05:34] <IchGuckLive> By im off !
[13:05:37] <PetefromTn> Jeez between SSI owning several planes and Andy getting ready to buy a Harrier I am feeling a bit gunshy around here LOL
[13:06:20] <PetefromTn> I want a plane to play with sigh...\
[13:17:22] <ssi> :D
[13:17:36] <ssi> planes planes everywhere, and not a one to fly
[13:18:31] <PetefromTn> Kinda like my Project Fiero GT I guess huh...only one helluva lot more expensive LOL
[13:18:44] <ssi> potentially
[13:21:48] <PetefromTn> Only I can drive my Fiero GT when I want to LOL
[13:22:09] <ssi> I can fly my airplanes when I want to, assuming they're put together
[13:22:17] <ssi> if you pull your fiero apart, you can't drive it either ;)
[13:22:47] <PetefromTn> I am not gonna pull my Fiero apart until I have the 3800 turbo motor that is going to be going back in it ready.
[13:23:19] <PetefromTn> Only I don't have the motor nor the spare engine cradle to put it on yet LOL
[13:23:21] <archivist> conversion of toy to kit....kit to toy always takes longer
[13:23:41] <PetefromTn> huh?
[13:25:44] <PetefromTn> After I eat my Peanut Butter and Jelly and a Half Sammich, I am gonna try to crank up the VMC and machine this perch and hole for the tapped pinch bolt. Then I can slot it and see if it will work. damn bolts that hold it on are metric something like 8mmx1.25 so I gotta go buy some studs that size somewheres.
[13:26:08] <PetefromTn> Anyone here grind their own engraving bits, single fluters?
[13:26:36] <archivist> I have ground one or two
[13:26:47] <PetefromTn> yeah do tell...got pics?
[13:27:30] <archivist> used an antique tool and cutter grinder no pics of operation though
[13:27:31] <Loetmichel> PetefromTn: all the time
[13:27:37] <PetefromTn> Nothing like a tall COLD glass of milk and a peanut butter and jelly sammich
[13:27:55] <Loetmichel> but free hand and TC bits
[13:28:00] <PetefromTn> Loetmichel: Can ya do it if you don't have one...
[13:28:12] <PetefromTn> whatsa TC bit?
[13:28:20] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=8958
[13:28:24] <Loetmichel> Tungsten carbide
[13:28:30] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=8961
[13:28:34] <PetefromTn> Oh okay carbide blanks
[13:28:45] <archivist> PetefromTn, this is the rear of the machine http://www.archivist.info/cnc/works2008/P1010214.JPG
[13:28:59] <Loetmichel> https://www.youtube.com/watch?v=4iaFb6WInuw
[13:29:17] <Loetmichel> PetefromTn: not blanks... broken mill bits ;-)
[13:30:00] <PetefromTn> Thats what I am hoping to use some broken 1/4 inchers or old drill bits.
[13:30:11] <ssi> that's a good idea
[13:30:23] <ssi> I could probably fixture a spindex on an angle plate on my surface grinder
[13:30:28] <ssi> conically od grind them
[13:30:31] <PetefromTn> Standby watching the stockelshleifenwhatchamacallit video
[13:30:34] <ssi> then reposition flat and grind the flat
[13:31:04] <archivist> then sharpen
[13:31:11] <Loetmichel> PetefromTn: "stichel" is german for "engraving bit"
[13:31:23] <Loetmichel> and "schleifen" is grinding
[13:31:29] <CaptHindsight> http://chicago.craigslist.org/nwc/tls/3897132604.html does this look like a J head?
[13:31:42] <skunkworks_> I make the carbide engraving bit by mounting it in a dremel - a diamond wheel in the other dremel. ground it to a point - then ground half away
[13:31:47] <PetefromTn> Loetmichel: Yeah I know man I was just bustin your chops LOL..
[13:31:54] <Loetmichel> but granted: i had to do about 20 to have the first working ;-)
[13:32:13] <PetefromTn> Thats what I was afriad you would say
[13:32:44] <archivist> get the clearance right
[13:32:45] <PetefromTn> I actually have done the same thing with a cordless drill and my handheld pneumatic belt sander which incidentally KICKS ASS!!
[13:32:45] <Loetmichel> needs a bit of experience to do it without any grinding guide ;-)
[13:32:47] <skunkworks_> heh - similar to what Loetmichel did :)
[13:33:17] <PetefromTn> skunkworks_: LOL
[13:34:13] <PetefromTn> I need a carbide one with a .030 or so radius on the head, does not have to be perfect but as long as it cuts. Any tips on the angle of the grind along the shaft?
[13:35:00] <PetefromTn> It just needs to be halfway and no more right and maybe with the angle beyond square towards the direction of cut no?
[13:35:27] <PetefromTn> I bought some for my RF45 when I was doing a lot of relief engraving for cheap but I am pretty tapped out right now...
[13:35:54] <PetefromTn> It would be nice to be able to get engraving with this thing for free until I sell some more parts LOL
[13:41:53] <Loetmichel> PetefromTn: i assume you mean inch?
[13:42:52] <PetefromTn> Loetmichel: Yeah sorry man Inch and the tip diameter is .020-.030 Nothing fancy here and with a 1/4 inch shank.
[13:43:08] <Loetmichel> a proper engraving bit is curt EXACTLY in half, and the leading edge is "ground free" by grinding the trailing edge more than the leading edge
[13:43:36] <Loetmichel> i am used to 1/8" shanks
[13:43:52] <Loetmichel> but i assume 1/4" is much similar, even more easy
[13:43:57] <PetefromTn> Loetmichel: Okay. Gonna try it here in a bit.
[13:44:41] <PetefromTn> So are you saying the unground part of the cone shape is not round but tapered?
[13:44:53] <Loetmichel> right
[13:45:04] <Loetmichel> no, not tapered
[13:45:46] <PetefromTn> So you grind the cone shape first, then cut the halfway grind into one side, then you try ti carefully grind away the relief on the back of the leading edge and around to the other side then?
[13:45:56] <archivist> yes
[13:46:18] <Loetmichel> PetefromTn: loop at what io do after 4:06 in the video
[13:46:25] <PetefromTn> Cool.. We'll see how terrible I do at it now in a bit.
[13:46:26] <archivist> just buy pre ground blanks
[13:46:50] <PetefromTn> If I was gonna buy pre ground blanks I would just but proper engraving cutters first...
[13:47:16] <Loetmichel> tha bit is ground at the circumfence, just shy of the leading edge standing upright on the grinding disc
[13:47:23] <Loetmichel> so you get the "free angle"
[13:47:58] <PetefromTn> Aah crap just got a text from the weather man on my smartphone that we are in for some big thunderstorms. I don't usually power up the CNC's when there is thunder around.
[13:48:15] <PetefromTn> Loetmichel: Lemme watch that video again here sec.
[13:48:15] <Loetmichel> [20:31] <PetefromTn> So you grind the cone shape first, then cut the halfway grind into one side, then you try ti carefully grind away the relief on the back of the leading edge and around to the other side then? <- exactly
[13:49:28] <Aero-Tec2> does the tool table editor drop lines starting with ;?
[13:49:30] <Loetmichel> PetefromTn: oh, are we a bit pussy? (thunderstorms)
[13:49:34] <Loetmichel> ... just kidding ;-)
[13:50:08] <PetefromTn> Yeah man I am a BIG PUSSY when it comes to thunderstorms and my expensive CNC toys in the shop..
[13:50:16] <Aero-Tec2> can one edit out lines by using ; and not have them over written by the editor or the tool table tool
[13:50:31] * Loetmichel had THAT a few days ago: https://www.youtube.com/watch?v=Y456lJMXs3A
[13:50:36] <Loetmichel> (bit dark)
[13:50:40] <PetefromTn> Just watched the video again, I think I get what you are saying...
[13:51:48] <PetefromTn> Oh well I will just wait till later when the storms pass and run the spotface and drill for the pinch bolt. I don't have the studs for the mounting plate yet anyways....
[14:03:22] <ssi> bored :(
[14:11:14] <archivist> make something
[14:11:23] <ssi> I'm at work... my options are limited :)
[14:11:34] <ssi> I guess I could... do work... but that sounds boring too
[14:13:13] <archivist> real work can be boring I know
[14:13:41] <ssi> Connor: I ordered some AC spindle bearings for the 704
[14:15:16] <Loetmichel> ssi: hmm, nice job... last time i was bored at the company must be 2 companys ago ;-)
[14:15:37] <ssi> Loetmichel: I get hung up waiting on other people a lot :)
[14:15:45] <PetefromTn> apparently that will also change the pulley config
[14:15:51] <ssi> will it?
[14:16:04] <Loetmichel> at the moment it is more like " where can i get that cloning vat?"
[14:16:12] <ssi> Loetmichel: oh trust me I've had those moments :)
[14:16:20] <PetefromTn> yeah the tophat depth apparently.
[14:16:34] <ssi> deeper or shallower?
[14:16:46] <ssi> if it's deeper, no biggie, I can always deepen it myself
[14:17:19] <ssi> I need to get a chuck to mount on my rotary table...
[14:18:00] <Loetmichel> ssi: i have them continously
[14:18:07] <Loetmichel> for the last three years
[14:19:16] <Loetmichel> i have my full 25 holidays for this year AND 6 from last year i couldnt take because of to much work...
[14:19:43] <ssi> they should pay them out to you!
[14:19:44] <PetefromTn> Honestly I dont know the entire dynamics of the way it is put together but Connor was initially saying that since you are using the original bearings and NOT going with a power drawbar Hoss's plans are fine.
[14:20:08] <ssi> that's fine
[14:20:15] <ssi> do them to his plans and I'll sort it out if/when I change the bearings
[14:20:18] <ssi> but I went ahead and ordered them
[14:21:59] <PetefromTn> I would put them in if I were you. I would also go ahead and do the power drawbar you are gonna want it sooner than later.
[14:22:02] <Loetmichel> ssi: i'd rather not. if i get my offtime payed out the money wil be gon a month later... but my free time will be even less than now... i HOPE to take a lenghly vacattion later this year...
[14:22:30] <ssi> just make sure you take the vacation :)
[14:22:32] <Loetmichel> my paycheck is small anyway
[14:22:43] <PetefromTn> Mine's nonexistant...
[14:22:48] <Loetmichel> compared to that of my wife ;-)
[14:22:58] <ssi> yea that's right, you're the one with the sugar momma ;)
[14:22:59] <PetefromTn> Hey me too!!
[14:23:30] <Loetmichel> <-has 1453 eur a month on his paycheck
[14:23:46] <Loetmichel> ... wife has about triple that ;-)
[14:23:56] <PetefromTn> It has always been that since she works in the medical field she gets health insurance for way cheaper than I can.
[14:24:21] <ssi> room full of bums, I tell you what
[14:24:24] <Aero-Tec2> tool touch off
[14:24:27] <PetefromTn> Yeah buddy..
[14:24:46] <Aero-Tec2> Tool touch off to workpiece or Tool touch off to fixture
[14:24:48] <PetefromTn> But I make some decent money here and there or I would be working for someone else too...
[14:25:15] <Aero-Tec2> what the diff?
[14:25:26] <Aero-Tec2> looked it up and still am unsure
[14:25:45] <PetefromTn> I usually do the tool touch off to fixture and use the table and a 123 block or something and select the tool table when entering the infor.
[14:26:15] <PetefromTn> Then when I touch off the tool to the part I use tool touch off to workpiece and select G54 in the dropdown.
[14:26:27] <PetefromTn> Dunno what the actual difference is but it works for me that way.
[14:26:30] <Aero-Tec2> Tool touch off to fixture does not sound like what I want as it seams to be relative to the 9th coordinate system
[14:26:57] <PetefromTn> Have not tried it that way on mine.
[14:27:08] <PetefromTn> or rather the other way LOL
[14:27:22] <PetefromTn> I'm surely doing it wrong I usually do ..
[14:27:32] <PetefromTn> ;)
[14:28:40] <PetefromTn> ssi: When I worked as a full time professional Custom cabinet builder I paid for our insurance and my wife did not work for almost ten years.....
[14:28:47] <JT-Shop> tool touch off to fixture is when you have a tool changer or tools like Kwik Switch
[14:28:55] <ssi> I did cabinetwork for a couple years
[14:29:06] <Aero-Tec2> I have no home switches for my lathe, so I use tool 1 and zero it off of stock
[14:29:07] <PetefromTn> Then I had to have lung surgery when they thought I had cancer
[14:29:10] <JT-Shop> and you touch off each tool to the same spot for Z
[14:29:21] <JT-Shop> then use any sane tool to touch off to the material
[14:30:04] <PetefromTn> JT-Shop: Thats what I was trying to say LOL...
[14:30:25] <PetefromTn> Gonna go out to Fastenal and pick up these studs I need for this router plate.
[14:30:34] <Aero-Tec2> put in stock and tool 1, do a end cut to get a true zero and set Z zero with touch off
[14:30:46] <JT-Shop> yep
[14:31:05] <JT-Shop> and have tool touch off to material selected
[14:31:11] <Aero-Tec2> does it matter what mode I am in while doing that?
[14:31:17] <JT-Shop> and the Z axis too LOL
[14:31:19] <PetefromTn> I found that you have to make sure the tool you are touching off is indicated on the bottom of the screen and once you load it into the table go up to File and hit reload tool table to make it stick I guess..
[14:31:20] <JT-Shop> mode?
[14:31:31] <Aero-Tec2> Tool touch off to fixture or Tool touch off to workpiece?
[14:31:53] <JT-Shop> are you using more than one tool per setup?
[14:31:59] <PetefromTn> I also hit save on the tool table before I do that.
[14:32:03] <Aero-Tec2> yes
[14:32:28] <JT-Shop> then use tool touch off to material to set the Z0 of the material
[14:32:34] <PetefromTn> Honestly loading tools in LinuxCNC was a bit confusing to me
[14:32:38] <Aero-Tec2> tool one is set to 0,0 offset
[14:32:45] <JT-Shop> have you seen the little tutorial on my web site?
[14:32:52] <Aero-Tec2> no
[14:33:00] <Aero-Tec2> would love to see it
[14:33:19] <JT-Shop> http://gnipsel.com/linuxcnc/index.html
[14:33:24] <Aero-Tec2> all my other tool offsets are based on tool 1
[14:33:24] <PetefromTn> Gotta go guys see ya in a bit. Peace
[14:34:11] <Aero-Tec2> so tool one is 0,0 and tool 2 would be like -1.23,-0.590
[14:34:21] <Aero-Tec2> all done with touch off
[14:35:01] <JT-Shop> and you use tool 1 to touch off to the material?
[14:36:22] <Aero-Tec2> yes
[14:36:36] <Aero-Tec2> tool one sets stock zero
[14:36:50] <Aero-Tec2> and all other tools are offset from tool one
[14:37:08] <Aero-Tec2> but I keep messing things up each time I add a new tool
[14:37:34] <Aero-Tec2> and have to redo all tool offsets each time I try to add a new tool
[14:37:49] <Aero-Tec2> not sure how or why I do
[14:38:55] <Aero-Tec2> to start I need to zero the machine, so load tool one and some scrap stock
[14:40:53] <Aero-Tec2> trim end and set zero for G54
[14:42:00] <Aero-Tec2> do a light cut on the OD and measure, use that number and enter it into touch off for G54
[14:42:27] <Aero-Tec2> that zeros z and x of the lathe
[14:42:49] <Aero-Tec2> now load in next tool
[14:43:37] <Aero-Tec2> touch off the new tool and use enter offsets into tool table
[14:44:05] <Aero-Tec2> but some how I screw things up
[14:56:11] <ssi> lathe tool offsets are much harder than mill offsets I feel
[14:56:21] <Aero-Tec2> JT-Shop, so does "Tool Touch off to fixture" auto set G59.3 and the selection of G54 or selecting the tool table have no effect of things?
[14:56:24] <ssi> and I did the same thing with my g0602... I picked one tool to be the "reference" tool
[14:56:28] <ssi> and everything else was based from that
[14:56:54] <ssi> on my HNC, I reference everything to the face of the turret
[14:58:47] <Aero-Tec2> if I just use "Tool touch off to workpiece" load tool 1 and use tool one to set zero of G54 based on tool 1
[14:59:54] <Aero-Tec2> then loaded other new tools and did the zero off of workpiece and use set tool table would that work?
[15:04:40] <Aero-Tec2> should G92.1 be part of the starting INI of Gcode? the INI string at the start of each Gcode file
[15:06:16] <Aero-Tec2> not sure about G92, is it set to Zero at start of EMC and or is it set to zero at start of each Gcode run?
[15:08:46] <tjtr33> JT's suggestion to read the tutorial is working for me (on a mill) http://gnipsel.com/linuxcnc/g-code/gen05.html
[15:12:29] <Aero-Tec2> JT-Shop, I have a quick change tool post, so manual tool changes, should I be looking at Tool Turret Setup?
[15:14:22] <ssi> qctp is basically a toolchanger
[15:14:34] <ssi> it's a manual toolchanger, but you do have repeatable offsets
[15:15:29] <ssi> have you gotten into radius compensation yet?
[15:18:57] <Aero-Tec2> not yet
[15:19:24] <Aero-Tec2> still learning all this stuff
[15:23:06] <Aero-Tec2> so you have to setup fixture first, then to workpiece
[15:47:43] <Aero-Tec2> JT-Shop, thanks for the tutorial
[15:56:04] <JT-Shop> Aero-Tec2: I'm back
[17:04:45] <DJ9DJ> gn8
[17:40:09] <PetefromTn> http://s150.photobucket.com/user/matospeter/media/Cincinatti%20Arrow%20500%20Retrofit/IMG_20130701_171041_zps61d2386a.jpg.html?sort=6&o=1
[17:40:13] <PetefromTn> http://s150.photobucket.com/user/matospeter/media/Cincinatti%20Arrow%20500%20Retrofit/IMG_20130701_171050_zpsb07a216a.jpg.html?sort=6&o=0
[17:40:28] <PetefromTn> Looks like it fits pretty good upon initial test fit.
[17:40:47] <PetefromTn> Gonna machine the pinch bolt and slot after dinner here and hopefully get the router installed.
[17:40:58] <PetefromTn> This thing seems pretty damn solid so far.
[17:41:12] <PetefromTn> We will see how it actually works pretty soon I guess.
[17:41:52] <PetefromTn> It will be sure nice to have a CNC router as well as a VMC at the same time. Now I just need to figure out how to implement some kinda vacuum shoe setup for my wet or dry.
[17:42:06] <PetefromTn> So as I can machine some wood or plastic without it getting everywhere.
[17:47:19] <skunkworks> PetefromTn: cool!
[17:49:25] <JT-Shop> Sweet!
[18:03:52] <PetefromTn> I can't wait to get it setup so I can do some more engraving work with the big mill.
[18:04:20] <PetefromTn> Its pretty nice tonight here I am thinking about having a bonfire out back and roasting marshmallows with the kids...
[18:07:28] <PetefromTn> I am not entirely sure the best way to setup the router in the offsets yet.
[18:07:53] <PetefromTn> I am hoping it will be simple and that I can quickly switch between the main spindle and the router spindle somehow.
[18:08:28] <PetefromTn> The plan is to be able to set it up in a minute or two but I am open to suggestions.
[18:09:47] <PetefromTn> If everyting is like I hope it is with the bolt pattern machined into the face of the spindle body the router should be exactly to the right of the spindle centerline but no guarantees.
[18:10:53] <JT-Shop> just set it up in a different coordinate system
[18:12:46] <PetefromTn> Like G59 or something?
[18:13:06] <JT-Shop> well the next unused one is cool
[18:13:08] <PetefromTn> Have you ever done anything like this
[18:13:38] <PetefromTn> Yeah I am thinking maybe the last available one since I may use the ones 54,55, 56 etc for fixture offsets more often.
[18:13:40] <JT-Shop> yes, I have a spring loaded center punch that mounts to the side of my plasma torch
[18:13:53] <PetefromTn> Oh thats a cool idea...
[18:13:55] <JT-Shop> do you have 6 vises?
[18:14:02] <PetefromTn> nope not yet LOL
[18:14:14] <PetefromTn> and I doubt I could fit more than 2 on the table.
[18:14:25] <JT-Shop> unless you have more than one fixture/vise you only need to use G54
[18:14:28] <PetefromTn> However I have run multiple parts before on fixtures'
[18:14:54] <JT-Shop> unless you have fixtures that are indexed and can be swapped without losing position
[18:14:59] <PetefromTn> I have done up to eight I think before of the same part on plates and honestly often I will just draw it in the cam that way
[18:15:28] <JT-Shop> in that case use the next to last one, leave the last one for touch off
[18:15:50] <PetefromTn> The shop I worked in used to routinely make production parts that were built onto several long fixutres. Say four or five per fixture and each part was its own coordinate.
[18:15:58] <JT-Shop> or use the tool table to define the offset
[18:16:14] <PetefromTn> HUh how do you mean next to last one for touchoff?
[18:16:48] <PetefromTn> I have been using the tool table to load all my offsets and then select a tool number one that is my setup tool
[18:17:44] <PetefromTn> That tool Is what I use to get my Z offset for the work. the rest of the tools are based off that one or rather I have since used the 123 block method on the machines table to set the tools when I install them.
[18:18:09] <PetefromTn> On my RF45 I had the TTS Tormach tooling and I set them up offline on my large granite surface plate.
[18:18:23] <JT-Shop> read about tool touch off here http://www.linuxcnc.org/docs/html/gui/axis.html#_menu_items
[18:18:56] <PetefromTn> I have not made a fixture for the cat40 that will allo me to use the offline tool measurement on the granite plate yet but I plan to.
[18:24:30] <PetefromTn> I have actually read that before but I don' t understand what you mean by using the last offset for tool touch off exactly.
[18:27:30] <PetefromTn> Just noticed the keystroke table there and saw some things I had not seen before. Specifically the feedrate override keystroke. looks like you hit ', and then 1-9 or something, anyone use this often?
[18:28:37] <PetefromTn> Also the ability to move from Continuous to incremental without the mouse or looking at the screen will come in handy for me until I get the pendant I want.
[18:49:12] <JT-Shop> using the MPG on 0.010 per click is about as continuous as I want
[18:52:13] <Tom_itx> if i go too high the steppers loose steps
[18:52:32] <Tom_itx> i had to change my 'coarse' setting
[18:54:35] <PCW> You can put the output through a lowpass filter to make larger increment jogs less jolting
[18:55:14] <Tom_itx> software filter?
[18:55:39] <Connor> I just need to help him set it up for velocity mode vs incremental. We don't have a velocity mode yet
[18:56:08] <PCW> yes, the lowpass component
[18:56:19] <Tom_itx> i haven't looked at that
[18:57:04] <Tom_itx> seems the longer you mess with linuxcnc the more you didn't know was there
[18:58:29] <Tom_itx> http://www.youtube.com/watch?v=rI-15fovYEY
[18:58:30] <Tecan> (rI-15fovYEY) "drill SQUARE HOLES Japanese form tool" by "Joey T" is "Tech" - Length: 0:02:04
[19:04:00] <JT-Shop> Tom_itx: I had to use lowpass on my BP to keep it from walking across the floor
[19:04:01] <Tom_itx> PCW, so all the steps get there they're just delayed?
[19:04:18] <Tom_itx> what effect would it have on lower step settings on the MPG?
[19:04:28] <Tom_itx> ie can i apply it to all the output
[19:04:36] <Tom_itx> or just the 'coarse' setting
[19:04:37] <JT-Shop> http://www.linuxcnc.org/docs/html/examples/mpg.html
[19:04:52] <Tom_itx> i'm reading the man page on it
[19:04:59] <JT-Shop> second example uses lowpass
[19:05:37] <skunkworks> our machines accelleration is a bit on the low side - so we didn't need the lowpass.
[19:07:54] <JT-Shop> I don't recall if I used it on the CHNC or not
[19:08:37] <Tom_itx> how does the scale setting affect the mux4 input setting on the selector switch?
[19:08:52] <Tom_itx> the example has scale set to 1000
[19:09:30] <Tom_itx> seems to be 2 scale settings
[19:09:34] <JT-Shop> http://www.youtube.com/watch?v=J2cbkVZgUko
[19:09:35] <Tecan> (J2cbkVZgUko) "Webb Pierce I'm Walking The Dog" by "Arnescountry" is "Music" - Length: 0:01:45
[19:10:21] <JT-Shop> I'll leave you with a little Webb Pierce
[19:10:32] * JT-Shop heads in to start chow
[19:15:18] <Tom_itx> i'll try it out, thanks
[19:39:17] <Tom_itx> PCW, does the lowpass filter behave the same using hostmot2 drivers? it looks like the example jt posted is using default encoder functions
[19:39:37] <PCW> sure
[19:39:51] <PCW> but servo thread only of course
[19:39:55] <Tom_itx> right
[19:40:52] <Tom_itx> also, you said i can use the unused index pin on an otherwise used encoder input using AB ?
[19:40:57] <Tom_itx> for GPIO
[19:41:11] <PCW> for input
[19:41:14] <Tom_itx> yes
[19:42:03] <Tom_itx> i want to toggle the manual tool change signal using the pendant instead of clicking the box in axis
[20:35:13] <Tom_itx> i've got a question about these examples: http://www.linuxcnc.org/docs/html/examples/mpg.html
[20:35:43] <Tom_itx> why would the one with the lowpass element not use 'axis.x.jog-enable' inputs to select the active axis?
[20:38:08] <Tom_itx> or was that an oversight in the example code?
[20:42:01] <Tom_itx> the 2nd example also uses mux4 but there is no mux4.0.out signal shown
[20:44:20] <Tom_itx> just a little confused here
[20:46:10] <Tom_itx> the first example sends the mux4.0.out to the axis.x.jog-scale while the second example uses the MPG counts and feeds that to the lowpass filter then to the axis.x.jog-scale leaving the mux4.0.out unused
[20:57:36] <PCW> yeah that can't be right
[20:58:55] <PCW> isn't that nice, Windows drops UDP packets if the ARP cache is empty...
[21:07:50] <skunkworks> pcw, whatcha doing?
[21:08:43] <skunkworks> I am at a stop right now with the 7i80. I might take a look at the patch tomorrow... but I think my programming skills are a bit lacking.. :)
[21:25:00] <pcw_home> I wast doing some loopback tests to verify 7I80R/W. Dont see any issues (other than that nice windows feature)
[21:26:07] <pcw_home> I think micges needs to look at the 12.04 stuff and find where its gone astray
[21:50:18] <Valen> how is EMC and 12.04 coming along?
[22:22:45] <skunkworks> Valen: it is testable... (using xenomai...) http://imagebin.org/263115
[22:23:04] <Valen> oh god unity?
[22:23:21] <Valen> thats a nice latency test though
[22:23:52] <Valen> I think I'll be installing something like kde ;->
[22:23:56] <skunkworks> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?XenomaiKernelPackages
[22:24:08] <skunkworks> Valen: whatever you want. :)
[22:24:50] <Valen> no isolcpus?
[22:25:16] <skunkworks> I have not tried it..
[22:25:31] <skunkworks> idle=poll seems to help quite a bit
[22:26:39] <Valen> tis good news anyway, 10.04 is probably going to start having hardware support issues pretty soon
[22:28:12] <skunkworks> pcw_home: The 'successful' testing I have done is on 10.04. but as you remember the config doesn't seem to be sent correctly to the 7i80. so a few things need to be looked at. :)
[22:28:54] <skunkworks> Plus if I understand it - the time has to be reduced (read write stuff)
[22:29:26] <pcw_home> Yes there are still random reads/writes that need to be consolidated
[22:29:38] <skunkworks> a bit of organizing :)
[22:37:20] <eric_unterhausen> I got used to Unity, I have been assimilated
[22:37:48] <pcw_home> you get a lot of mousercize
[22:38:04] <Jymmm> ???
[22:38:25] <Jymmm> mousercize???
[22:39:15] <pcw_home> moving the mouse halfway across the screen for every little thing
[22:39:25] <Jymmm> ah
[22:49:32] <eric_unterhausen> I really didn't notice that, not like win 8 at least
[22:49:45] <eric_unterhausen> maybe if I had a larger monitor
[22:51:22] <pcw_home> Yeah if you have multiple applications on a screen it can get tiresome
[22:52:27] <Valen> I have 2 monitors
[22:52:32] <Valen> it was total fail
[22:58:15] <eric_unterhausen> yeah, I prefer being able to just click on the exact window I want
[22:58:30] <eric_unterhausen> icon for the window on the toolbar that is
[22:58:39] <skunkworks-> I have gotten used to unity also....
[22:58:50] <eric_unterhausen> this thing where it brings up a matrix of thumbnails is a bit annoying
[23:03:46] <eric_unterhausen> it makes sense that if you click on the toolbar icon representing your app that it goes to the last window used
[23:04:11] <eric_unterhausen> _unless_ you are already in that app, in which case you obviously want the array of thumbs
[23:04:31] <eric_unterhausen> and sometimes the array of thumbs doesn't come up until you click 4 times for some reason
[23:08:47] <eric_unterhausen> skunkworks, where did that latency app come from?