#linuxcnc | Logs for 2015-05-24

Back
[00:46:09] <barjunk_> is there a parameter that is related to the speed of travel?
[00:46:43] <barjunk_> so if the machine needs to travel a foot and it takes 2 seconds to do it....what parameters would I be messing with to figure that out?
[00:47:20] <furrywolf> feedrate?
[00:47:53] <barjunk_> Is that something I'd change in the ini file?
[00:48:17] <furrywolf> are you trying to set the rate of a specific cut, or the maximum an axis can move?
[00:49:20] <barjunk_> my initial test to make a 5 by 5 square resulted in the far right corner being more of a curve....
[00:50:18] <barjunk_> so it seems like it started drawing the X axis on the third side before it completed the second side.
[00:50:39] <barjunk_> which would have been the Y axis.
[00:51:00] <furrywolf> you can look at trajectory planning and exact stop mode. there's a way to set the maximum tolerance between what you specify and where the cutter actually is, but the default I believe is pretty small. are you sure it isn't a mechanical issue with your machine, or you were forcing it to take too deep/fast of a cut?
[00:51:38] <barjunk_> at this point, I'm using a pencil to draw the shape.
[00:52:16] <barjunk_> it could be a mechanical issue....or a parameter in the driver software.
[00:52:48] <barjunk_> I have three settings, steps per inch, unitspersecond, max acceleration
[00:53:05] <barjunk_> I think I need to change the unitspersecond for the Y axis.
[00:54:04] <furrywolf> that'll lower the maximum speed, which might hide some problems, but unless you're having speed-related issues (like losing steps), won't fix them.
[00:54:34] <furrywolf> try putting it into exact stop mode and seeing if you get the same symptoms. also watch carefully to make sure you're not simply bending the pencil.
[00:54:39] <barjunk_> I don't think I'm losing steps...
[00:54:46] <barjunk_> How would I know?
[00:54:57] <furrywolf> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TrajectoryControl
[00:55:20] <furrywolf> you'd know you're losing steps because of the horrible noise, and your endpoint of your square not being the same as your starting point.
[00:58:06] <furrywolf> I'm fairly sure the trajectory planner defaults don't result in visible rounding of corners
[00:59:41] <barjunk_> ok...my start and end points match...just the far corner gets rounded.
[01:00:07] <barjunk_> I'm going to issue a G61 at the start of my next test to see if that impacts things.
[01:01:04] <furrywolf> is this a homebrew or factory machine?
[01:01:08] <barjunk_> Also, going to fiddle a little bit with the units per second setting of the driver
[01:01:12] <barjunk_> homebrew.
[01:01:40] <furrywolf> sure you're square? if not, you could be jamming the pencil into the paper at the far corner, causing it to bend.
[01:01:47] <barjunk_> I'm sure I haven't set something correctly or I don't understand some specific element
[01:02:14] <barjunk_> good point. I'll draw a few more before I make changes to see if it is consistent.
[01:02:48] <barjunk_> I think I'll zip tie the pencil in place so it won't have any real chance to move.
[01:02:55] <furrywolf> try starting at the far corner and going around the other way.
[01:03:19] <barjunk_> That is a good idea as well.
[01:03:43] <barjunk_> its also possible that the material slipped, but I don't think so, because the final leg was the right size.
[01:04:14] <barjunk_> in fact, while watching it, each axis should move on its own...but in that one corner, both X and Y were moving.
[01:04:31] <furrywolf> well, then try exact stop mode...
[01:04:33] <barjunk_> That's why I was wondering ...
[01:04:41] <barjunk_> Yeah...that will be one of my first changes.
[01:05:01] <barjunk_> Is there a way to know if it is in exact stop mode or not?
[01:05:16] <barjunk_> Something that shows that setting?
[01:05:31] <furrywolf> I think it tells you the current modes on the mdi tab, but I haven't checked to see if it's on there.
[01:05:50] <barjunk_> OK. Now that I know what I'm looking for....
[01:06:37] <barjunk_> My gut says its the units per second setting....but it won't hurt to look at exact stop as ell.
[01:07:35] <furrywolf> if you're talking about the setting I'm thinking of, it only sets the maximum the axis can travel, and has no effect if your feedrate is under that.
[01:08:05] <barjunk_> in this case, it is a setting in the driver not in linuxcnc
[01:08:25] <furrywolf> which driver?
[01:08:44] <barjunk_> the board which drives my steppers...has its own program.
[01:08:56] <barjunk_> using arduino to drive the stepper motors.
[01:09:24] <furrywolf> in that case, I have no clue what that program is doing.
[01:11:14] * furrywolf didn't even know linuxcnc talked to such things
[01:36:33] <furrywolf> make it work?
[01:37:05] <barjunk_> Haven't tried that yet...
[01:37:18] <barjunk_> I'm still looking at that other setting I was telling you about.
[01:37:44] <barjunk_> I should probably just try that....it would be easier...one sec.
[01:38:25] <furrywolf> if your driver is doing its own acceleration math, it could well be causing it.
[01:38:36] <furrywolf> I've never heard of the driver you're using, and didn't know linuxcnc talked to such things.
[01:41:58] <barjunk_> called hal2arduino
[01:42:17] <barjunk_> https://emc2arduino.wordpress.com/
[01:43:04] <barjunk_> I know it will work with linuxcnc, cause the guy who wrote it used it...so its just me figuring out the right steps.
[01:43:28] <barjunk_> I'll make those other changes tomorrow...I'm going to head out for now.
[01:43:38] <barjunk_> Thanks again for the support.
[01:44:15] <barjunk_> I think the whole project has probably only cost me about $200 bucks.
[01:44:18] <furrywolf> "Make your very own CNC machine or Robot the easy way, with an Arduino!" ... because adding more hardware and software makes it easier? lol
[01:44:27] <barjunk_> lol
[01:44:45] <barjunk_> its definitely less expensive, from what I can tell.
[01:45:18] <barjunk_> Since I'm not doing commercial stuff, and don't have a machine with a good parallel port, I decided to do it this way.
[01:45:20] <furrywolf> it's more expensive than a parallel port breakout board...
[01:46:03] <barjunk_> If you have a PC that can take a board....I have a laptop.
[01:46:23] <barjunk_> Also, I'm not using windows...so PCMCIA wouldn't work for me.
[01:46:53] <furrywolf> ... how are those related? pcmcia is a card type. windows is an os.
[01:47:18] <barjunk_> I bought a pcmcia parallel port...linux wouldn't recognize it....
[01:47:56] <furrywolf> could have been a bad card... most of them work fine.
[01:47:56] <witnit> use ethernet port instead?
[01:48:17] <barjunk_> doesn't really matter...just the direction I choose.
[01:48:43] <witnit> how many axis?
[01:48:47] <barjunk_> 3
[01:48:59] <furrywolf> I too have a laptop, but I have a working parallel port. my plan is to switch to a ethernet mesa board when I have the money.
[01:49:13] <barjunk_> how much does one of those go for?
[01:49:40] <furrywolf> witnit: he's using an arduino-based pulse generator and getting round corners when he should have square.
[01:50:05] <barjunk_> honestly things haven't been going too badly...mostly it has been an issue me not knowing or understanding the terminology.
[01:51:00] <barjunk_> witnit, we were thinking that it is related to a unitspersecond setting in the driver software on the arduino...
[01:51:07] <barjunk_> or maybe that was just me...
[01:51:15] <furrywolf> $200 for the board I want, but I have a more complex machine than you, with two spindles among other oddities. I think it's $90 for the cheap one.
[01:51:25] <furrywolf> we being you, yes. :P
[01:51:31] <barjunk_> I'll have to look into that.
[01:51:39] <barjunk_> well...we were discussing it anyway.. :)
[01:52:22] <witnit> https://www.youtube.com/watch?v=2HdikHRXnAs
[01:52:37] <witnit> i think that covers everything but def not arduino :)
[01:53:01] <furrywolf> ... why the heck would a video be the right answer?
[01:53:05] <witnit> :)
[01:53:28] <barjunk_> He is just showing the board you were talking about
[01:53:33] <furrywolf> pictures+text++
[01:53:46] <witnit> i do 7i33 and 7i90hd
[01:54:26] <witnit> so its about $150 but then you need encoders and amps and..well a computer i guess
[01:55:10] <furrywolf> I'm planning on a 7i76e, with ethernet. there's a cheaper ethernet board, but without as much i/o.
[01:55:43] <barjunk_> I'll come back tomorrow and report my results.
[01:56:05] <barjunk_> Thanks again furrywolf
[01:57:32] <witnit> arduino has so many supporters
[02:01:28] <furrywolf> is that one of the fancy direct-drive washing machine motors?
[02:02:50] <furrywolf> I only have one of those, and barring a catastrophic failure of my washer/dryer, that's where it's staying...
[02:03:34] <witnit> hahaha i dunno i was just looking at cards
[02:04:19] <witnit> i have this project coming up possibly, this guy has 4 bridgeports with broken cnc controls... and wants to sell them all
[02:04:29] <furrywolf> send me one. :P
[02:04:36] <witnit> we talked sme and he talked about getting one going for him
[02:05:05] <witnit> im thinking about just slapping a servo system together and swapping out the motors
[02:05:54] <furrywolf> why not keep the existing motors?
[02:06:14] <witnit> its stepper and i have all servo parts around
[02:06:31] <witnit> it depends on what all he has that is functional
[02:06:42] <witnit> probably most of it but silly controls on it
[02:06:48] <furrywolf> with four machines there's got to be one good set of drivers...
[02:07:42] <witnit> yeah but he has servo tool changer changer with i guess and i just figured it would keep it all one way or the other
[02:07:58] <witnit> then if i can put together a couple more which are just standard steppers
[02:08:16] <witnit> he mentioned if i got one going for him i would take the other 1
[02:08:26] <witnit> so we'll see how the meetup goes
[02:09:07] * furrywolf would love a deal like that
[02:09:18] <witnit> eyes peeled :)
[02:09:43] <furrywolf> there's not much in the way of machine tools around here, and when there are, they're always waaaaay overpriced. last bridgeport I saw was a rusty, worn out, manual machine for $2500...
[02:09:48] <Deejay> moin
[02:09:55] <furrywolf> rusty as in spent its life outside
[02:10:17] <witnit> mojn!
[02:10:22] <witnit> got this one for $100
[02:10:24] <witnit> http://what.duckdns.org/rifraf.mp4
[02:10:58] <furrywolf> that's going to take forever to download.
[02:11:16] <furrywolf> and cost me $0.40
[02:11:21] <witnit> oh? well its a motoman arm
[02:11:23] <witnit> hahah no bother
[02:12:17] <witnit> i would switch it over to linuxcnc but the controls are just fine the way they are for now
[02:12:35] <witnit> when something goes i will probably break down and convert it
[02:12:59] <furrywolf> your server is also returning it as text/html.
[02:13:28] <furrywolf> hrmm. and now video. randomly.
[02:13:33] <furrywolf> your server is broken. :P
[02:16:07] <furrywolf> lol! AND after downloading the first 5% of it, it doesn't even play.
[02:16:52] * furrywolf stops caring
[02:17:38] <t12> nice
[02:17:41] <t12> thats awesome for $100
[02:23:30] <witnit> didnt work when i got it :)
[02:27:10] <xxcodermint> finally got it to work jeez
[02:32:37] <witnit> oh?
[02:32:53] <xxcodermint> mint on my new pc. gonna fix some stuff like drivers though
[02:33:04] <xxcodermint> then move lots stuff from old pc to new one
[02:33:52] <witnit> i like xubuntu
[02:34:10] <xxcodermint> linux mint xkcd
[02:34:18] <witnit> :)
[02:35:06] <witnit> im taking a break from datasheets and playing world of tanks
[02:35:24] <archivist> slurry tanks?
[02:35:28] <xxcodermint> isnt that weird game where tanks can really jum
[02:35:30] <xxcodermint> jump
[02:40:52] <xxcodermint> oh yeah that other one
[02:40:57] <xxcodermint> was thinking that very old linux game
[02:41:33] <xxcodermint> my nephew plays that
[02:41:43] <xxcodermint> looks decent but of course unplayable for me as usual.
[02:42:18] <furrywolf> you need to become a mucker. :P
[02:42:27] <xxcodermint> mucker?
[02:42:46] <furrywolf> someone who plays mucks
[02:43:17] <xxcodermint> ah lol
[02:43:17] <witnit> i play it on linux =F
[02:43:19] <witnit> =D
[02:45:24] <furrywolf> people tried getting me to sign up for furrymuck once, but I'm just really not interested in mucks... but for someone who needs text-only...
[02:45:51] <xxcodermint> nah ksp will do lol
[02:46:00] <furrywolf> ksp?
[02:46:13] <xxcodermint> kerbin spaxce program
[02:47:03] <t12> http://store.steampowered.com/app/346010/
[02:47:50] <furrywolf> google translates that to kerbal space program, and it sounds graphical. their website is nonfunctional, so I can't check, however...
[02:48:06] <xxcodermint> its one of rare 3d games I can play
[02:48:32] <furrywolf> wikipedia makes it look very graphical indeed.
[02:48:47] <xxcodermint> cant wait to run ksp maxed out here
[02:48:58] <xxcodermint> tons memory and 64 bit finally. ksp 64 bit is crap
[02:49:02] <xxcodermint> for windows
[02:49:29] <xxcodermint> brb reboot
[02:52:19] <xxcodermint> cant figure how to configure dual displayu
[02:52:40] <witnit> xorg.cong
[02:52:45] <witnit> conf*
[02:52:46] <witnit> :)
[02:55:47] <xxcodermint> trying sudo aticonfig --initial=dual-head --screen-layout=right
[02:57:16] <xxcodermint> worked
[02:57:36] <witnit> beautiful
[02:57:50] <xxcodermint> yeah need to make hexchat LOT darker!
[02:57:55] <xxcodermint> way too bright now
[02:59:18] <xxcodermint> okay this will do till I copy over my windows hexchat settings and stuff
[03:01:50] <furrywolf> bbl, way past wolfy bedtime
[03:04:20] <furrywolf> wow, furrymuck is 25 years old.
[03:06:42] <t12> i always liked the hack and slash ones
[03:06:46] <t12> the RP ones never did it for me
[03:07:41] <furrywolf> I like neither. lol
[05:36:54] <archivist> rofl spelin,description an price http://www.ebay.co.uk/itm/milling-machine-/161713474956
[06:54:14] <SpeedEvil> category error too
[06:54:23] <SpeedEvil> That is not a milling machine
[09:43:20] <tjtr33> anyone setup jessie with linuxcnc? ( i was hoping to have single system with arm cross compiler tools )
[12:26:40] <archivist> hey suckers wanna pay far too much for junk http://www.ebay.co.uk/itm/Ballscrew-CNC-Machine-MDL-A4-BSX-Mach3-ATC-Tool-Changer-4th-Axis-/221138234331
[12:27:28] <archivist> hehe impossible Accuracy/Repeatability: 0.01mm
[12:29:06] <furrywolf> I'm sure that repeatability is possible if you put it in a temperature-controlled oven and measure it with a laser...
[12:29:14] <archivist> especially as the extrusions are not machined
[12:29:58] <SpeedEvil> (*) with external laser encoder
[12:30:13] <SpeedEvil> inches, and I'll beleive that
[12:30:18] <SpeedEvil> maybe
[12:30:19] <zeeshan> fuck stainless!
[12:30:48] <zeeshan> (huge chunks of it)
[12:31:04] <furrywolf> zeeshan: if you want to fuck stainless, pick up a njoy pure wand. it rocks. :P
[12:31:06] <archivist> as they are in the UK I could call the advertising standards authority
[12:31:54] <FinboySlick> I have some black acrylic and a 2-flute 1/8" AlTiN cutter. Any suggestions on feed/speed? Google is giving mixed results.
[12:33:30] <archivist> plastics can need different cutter geometry (rake and sharpness) some grabs and shatters
[12:34:44] <FinboySlick> archivist: That's what kinda scares me. I don't have any plastic tooling. I know that trying to baby it can make things worse though.
[12:34:50] <furrywolf> my suggestion on feed/speed is to feed it to the recycle bin, as quickly as possible. at least that's been the end result of every time I've tried machining acrylic, so you can save a step and just toss it now...
[12:34:59] <zeeshan> FinboySlick: don't over think it
[12:35:06] <zeeshan> i was told teflon is a bitch to machine
[12:35:09] <zeeshan> yet its easier than aluminum
[12:35:15] <zeeshan> with regular carbide inserts and tooling
[12:35:25] <archivist> teflon is nothing like acrylic
[12:35:25] <zeeshan> it might not be the most optimal, but it works
[12:35:38] <zeeshan> i made plastic gears out of acrylic
[12:35:39] <FinboySlick> Well, another limitation is that I can't really spin slower than 8k RPM.
[12:35:45] <zeeshan> i was using high speed steel
[12:35:52] <zeeshan> and the same settings for aluminum.
[12:35:53] <zeeshan> worked fine
[12:35:55] <archivist> I was at a sign makers once and they were breaking stuff
[12:36:04] <zeeshan> cause they were prolly feeding too fast
[12:36:07] <zeeshan> not enough rpm
[12:36:20] <archivist> no it needed less rake to fix
[12:36:52] <furrywolf> acrylic always seems to crack no matter what you do... even if you manage to make a hole in it without it cracking, then it cracks as soon as you tighten a screw...
[12:37:07] <FinboySlick> I'm not doing a lot of material at a time though so hopefully the bit won't get overly hot.
[12:37:07] <archivist> I advised to hand grind a flat like we to for brass, it worked
[12:37:16] <archivist> to/do
[12:38:30] <archivist> FinboySlick, https://www.youtube.com/watch?v=8Ri6poVpQM8
[12:38:32] <zeeshan> i hooked up my air compressor
[12:38:36] <zeeshan> i hope slotting will be okay now
[12:40:01] <furrywolf> blah. I'm trying to watch the live stream of the kinetic sculpture race, but my connection can't do the 48K/sec.
[12:40:37] <furrywolf> I'm just pit crew this year, and I have a cold, so I'm sitting at home instead of going. heh.
[12:41:59] <FinboySlick> zeeshan: Well, I don't have any plunging so hopefully that won't happen to me.
[12:43:56] <Tom_itx> black is a pita to cut
[12:48:00] <archivist> we made the extra small face vertical, I dont call if dulling the tool
[12:48:05] <Tom_itx> 8k rpm you're gonna generate alot of heat
[12:48:09] <archivist> if/it
[12:48:29] <archivist> that will melt its way though
[12:56:13] <barjunk> Where is the best place to find information on the ini file?
[12:56:32] <barjunk> There seem to be references to things I might do....
[12:56:36] <archivist> the docs
[12:56:46] <Tom_itx> http://linuxcnc.org/docs/2.7/html/config/ini_config.html
[12:57:04] <barjunk> thanks
[12:58:27] <furrywolf> heh, I can watch it sort-of-real-time by specifying an obnoxiously large cache and pausing when it gets too low
[13:37:07] <alex4nder> hmm.. 25ns max jitter with a PREEMPT_RT kernel
[13:37:09] <alex4nder> sound reasonable?
[13:38:11] <SpeedEvil> :)
[13:41:43] <MrSunshine> hmm, i need to make a dirt drill ... so i plan on getting discs cut with a hole in then expand them to make the screw part .. question is .. when i do expand these discs to make it go upwards .. will the hole become smaller?
[13:44:18] <furrywolf> you can get them very cheaply on ebay, if it's just for your own use, not a customer asking you to make them.
[13:44:26] <furrywolf> I got a 6" and an 8" for a total of $65 shipped
[13:45:14] <furrywolf> but, yes, the holes will become smaller
[13:45:24] <MrSunshine> its for my own use but i dont want to pay for it when i got access to cnc plasma, i got material and pipe :P
[13:45:37] <MrSunshine> question is .. how much .. how much bigger should i make the hole =)
[13:45:43] <furrywolf> enough. :P
[13:46:14] <furrywolf> I don't think it gets much smaller, only a little bit, as you can't stretch each disc out much
[13:46:22] <furrywolf> do a prototype, stretch, measure?
[13:47:26] <MrSunshine> yeah i wonder if just ordenary stiff paper will show the same as metal would =)
[13:47:31] <furrywolf> probably
[13:47:48] <furrywolf> paper is very stable in the flat dimension
[13:48:39] <furrywolf> I need to weld up an adapter for putting the ebay augers onto my machine... got the metal all cut and ready to well, just been too busy with the sculpture to finish it.
[13:48:41] <SpeedEvil> For bonus points, make the steel spiral come off, and pack flat in one solid cylinder.
[13:48:46] <MrSunshine> then drill 4 plinths to put my cnc machine on ... to make it floating it relation to the floor in the workshop =)
[13:49:05] <furrywolf> my machine has a 7/8" square output, while the ebay augers have a 3/4" round input.
[13:49:27] <SpeedEvil> 7/8 male?
[13:49:30] <furrywolf> yes
[13:49:57] <SpeedEvil> that sounds like a bit of square tubing, with one end swaged round might almost work
[13:50:18] <MrSunshine> tho gonna make it extendable .. as i plan on trying to drill like 1.5 meters under ground for the machine supports =)
[13:50:22] <furrywolf> http://www.groundhoginc.com/productview.php?iProductID=5 that's the one I have.
[13:50:24] <MrSunshine> + 50cm up to floor level
[13:50:51] <furrywolf> there is no standard tubing size with a 7/8" ID. I ended up making it out of 1.5" od with 3/16" wall with strips of 1/8" stuffed in.
[13:51:10] <SpeedEvil> furrywolf: ah
[13:51:23] <furrywolf> 1+1/4" with 3/16" wall would be perfect, except you have to special order it because it's pretty much nonexistant...
[13:51:48] <furrywolf> MrSunshine: what're you using to spin it?
[13:52:16] * SpeedEvil ponders how many horsepower you get per coed in a bikini.
[13:52:36] <FinboySlick> Depends on the horse.
[13:52:36] <furrywolf> ?
[13:52:43] <MrSunshine> furrywolf: gasoline engine .. my sister and her husband has a earth drilling motor
[13:52:59] <MrSunshine> can use drills up to 200mm
[13:53:04] <furrywolf> and they won't let you borrow a bit to go with it? :)
[13:53:24] <SpeedEvil> MrSunshine: also - hiring bobcats with screw augers on the front can be remarkably cheap
[13:53:25] <MrSunshine> the only have 100mm bit
[13:53:33] <SpeedEvil> MrSunshine: if you've got >>1 to do
[13:53:40] <MrSunshine> SpeedEvil: well its inside my workshop :P
[13:53:46] <MrSunshine> and its not accessable by a bobcat :P
[13:53:47] <archivist> he is doing this indoors
[13:53:49] <furrywolf> mine does 12" (305mm), but I only have the 6" and 8" bits I got.
[13:53:55] <SpeedEvil> MrSunshine: well - yet.
[13:54:05] <MrSunshine> im going to cut 4 holes in the wood floor to be able to reach the ground =)
[13:54:19] <furrywolf> be warned if the machine only claims 200mm max, it's a small/light-duty machine.
[13:54:26] <archivist> I still say fix the machine rather than pile driving
[13:54:38] <furrywolf> main is fairly light duty and still claims 305mm. heh.
[13:54:50] <MrSunshine> archivist: the machine rocks the floor
[13:54:56] <MrSunshine> pulls it with it
[13:55:08] <MrSunshine> i need something more stirdy =)
[13:55:16] <furrywolf> rubber. :P
[13:55:16] <SpeedEvil> MrSunshine: you're going to try putting in concrete piles?
[13:55:23] <MrSunshine> SpeedEvil: yes
[13:55:43] <MrSunshine> worst case .. i have to patch some holes in the floor =)
[13:56:25] <MrSunshine> good ground to drill .. very compact clay that wont cave in so going slow, cleaning the screw often and i should be able to go quite deep =)
[13:56:40] <SpeedEvil> MrSunshine: Or you fall down the hole, and your leg gets trapped in the setting concrete, and you have to cut your leg off with a spoon
[13:56:48] <furrywolf> no, worst case is you drill through a buried pipe and get electrocuted and/or soaked in water and/or sewage and/or blow your entire shops to bits with natural gas...
[13:57:12] <MrSunshine> furrywolf: no natural gas in sweden .. if i find natural gas down there i would jump for joy
[13:57:19] <MrSunshine> no cables in the ground there
[13:57:25] <MrSunshine> and no sewage either
[13:57:26] <MrSunshine> =)
[13:57:28] <SpeedEvil> just keep your spoon handy. It's no fun doing it without a spoon.
[13:57:55] <furrywolf> just remember, things can always get worse. :P
[13:58:01] <MrSunshine> SpeedEvil: yeah .. strapped in setting concrete .. now that scenario i can see ... :P
[14:00:04] <furrywolf> is the one you're borrowing a one-person or two?
[14:00:21] <MrSunshine> one person i think .. atleast with the 100mm drill
[14:00:51] <furrywolf> mine's a two... I could use it by myself, but it's over 100lbs once you have a bit on it, so unwieldly.
[14:02:56] <furrywolf> also, when it hits something, there's a good risk you spin instead of it. :)
[14:03:31] <SpeedEvil> several bits of 2*4 and sorted
[14:05:49] <archivist> wee sent them a question "Could you tell me how you get .01mm accuracy" for the top of the range model http://www.ebay.co.uk/itm/Ballscrew-CNC-Machine-MDL-A4-BSX-Mach3-ATC-Tool-Changer-4th-Axis-3D-Scanner-/310562732677
[14:07:26] <MrSunshine> very good ground like i said .. there is no rocks .. just clay then some very coars sand further down
[14:07:58] <MrSunshine> furrywolf: i guess thats what a "break-pin" is for ? :P
[14:08:09] <furrywolf> no, mine has a SQUARE drive, remember? :P
[14:08:19] <MrSunshine> the joints in the extensions will be bolted with 2 bolts or so ... then a break pin by the motor =)
[14:08:20] <MrSunshine> haha
[14:08:26] <MrSunshine> very nice :P
[14:08:44] <furrywolf> you either stall it, break something expensive, or get a free merry-go-round ride.
[14:09:33] <archivist> or let go of the handle and therefore it turns itself off
[14:10:40] <_methods> those things love ribs
[14:10:46] <_methods> breaking ribs that is
[14:10:46] <MrSunshine> archivist: you know that those safety handles are always jerry rigged :P
[14:10:50] <furrywolf> parts have rotational intertia...
[14:10:54] <furrywolf> inertia
[14:14:00] <MrSunshine> on these drills .. are the cutting part long or short ?
[14:14:03] <MrSunshine> or the screw part
[14:14:35] <MrSunshine> damn .. they had a very high pitch
[14:15:40] <furrywolf> by cutting part you mean the flutes/flighting? it's usually around 3ft/1m.
[14:15:53] <MrSunshine> huh ?
[14:15:58] <MrSunshine> 3ft/m ? :P
[14:16:02] <MrSunshine> 3 feet per meter? :P
[14:16:27] <MrSunshine> furrywolf: thats a damn high pitch if the pitch is 3 threads/meter
[14:17:06] <furrywolf> I think my 8" has three threads in 30".
[14:17:43] <SpeedEvil> yeah - look on the interent
[14:17:45] <SpeedEvil> for the images
[14:17:46] <MrSunshine> but i guess thats not very important .. .even a lower pitch will do the job i guess? that sounds like its optimized for speed? =)
[14:17:49] <SpeedEvil> they're pretty steep
[14:18:25] <SpeedEvil> the shallowe the pitch, the more likely it is to clog
[14:19:09] <MrSunshine> this will be a "fun" project i feel =)
[14:19:19] <SpeedEvil> https://www.google.co.uk/search?q=earth+drill&client=firefox-a&hs=14c&rls=org.mozilla:en-US:official&channel=fflb&source=lnms&tbm=isch&sa=X&ei=4x5iVbP1BceyswHV1YKQCA&ved=0CAgQ_AUoAg&biw=1067&bih=666
[14:19:24] <SpeedEvil> the pitches are all pretty similar
[14:20:31] * furrywolf decided giving ebay the $65 and having two premade bits show up fedex was easier
[14:21:14] <MrSunshine> but i find it a nice project also .. then the owners of the motor can have the drill afterwards =)
[14:21:18] <SpeedEvil> yeah
[14:22:42] <MrSunshine> got some rainy days ahead so i can tinker with this .. just gotta get the discs cut tomorrow as the dude with the nc plasma goes away for work like 1 - 2 weeks on thuesday
[14:23:39] <furrywolf> thuesday, eh?
[14:24:20] * furrywolf tries to figure out which that is
[14:24:33] <MrSunshine> haha
[14:24:38] <MrSunshine> sorry ... im enrish is bad :P
[14:24:42] <MrSunshine> day afte rmonday :P
[14:24:50] <MrSunshine> thirsday ?
[14:25:05] <furrywolf> tuesday. :P
[14:25:12] <furrywolf> thursday is three after
[14:25:12] <MrSunshine> Tuesday
[14:25:24] <furrywolf> thuesday is halfway between them! :P
[14:25:34] <MrSunshine> ffs
[14:25:40] * MrSunshine kicks some random stuff around himself!
[14:25:50] <MrSunshine> Tisdag!
[14:25:54] <MrSunshine> its named in sweden
[14:25:57] <MrSunshine> very good name
[14:33:36] <furrywolf> should I have a nice healthy salad for breakfast, or some nice meaty tamales? I'm leaning towards the latter.
[14:40:45] <barjunk> When you set Home for Z, is it normally set to above material height?
[14:40:52] <barjunk> Just at?
[14:50:03] <furrywolf> machine home is usually as far up as the axis can go
[14:50:26] <furrywolf> for your part, it's wherever you wrote your g-code to assume it is... the top of the stock is a good location.
[14:58:12] <barjunk> I was just looking for "best practice"...I realize my situation is a little different.
[14:59:35] <barjunk> I think linuxcnc is sending the gcode too fast for the gear...so I'm trying to figure out how to slow that down.
[15:01:56] <barjunk> Maybe [EMCIO] CYCLE_TIME?
[15:21:57] <zeeshan-mill> hi guys
[15:22:11] <furrywolf> and wolfies!
[15:22:18] <zeeshan-mill> im running 2.6.5, i have show velocity checked under the view menu
[15:22:22] <zeeshan-mill> but it shouldnt show velocity
[15:22:58] <zeeshan-mill> i see x y z, dtg x y z, g54 x y z r, g92 x y z, tlo x y z
[15:23:03] <zeeshan-mill> hi furry
[15:23:45] <zeeshan-mill> i really gotta build a nozzle for the mill
[15:23:48] <zeeshan-mill> holding it by hand sux
[15:25:50] <barjunk> furrywolf: think I found it....max velocity was set too high and emcio cycle time needed to be bigger ...I'll do further testing
[15:26:18] <barjunk> I'm not sure at this point if the emcio cycle time had much impact on it...
[15:26:42] <barjunk> I know better than to change more than one variable during testing... :)
[15:29:10] <cmorley> zeeshan-mill: uncheck 'show offsets' then I think you will see velocity
[15:30:00] <furrywolf> you need to also know better than to change anything without reading up on what it does. :)
[15:30:08] <MrSunshine> hmm, axis should show table coordinates when you points somewhere with the mouse
[15:30:11] <MrSunshine> or job coordinates
[15:30:16] <MrSunshine> would be neat
[15:31:03] <zeeshan-mill> cmorley you are right
[15:31:07] <zeeshan-mill> isnt there a way to see both?
[15:31:17] <cmorley> no
[15:31:34] <barjunk> furrywolf: sometimes trial and error is the only way I fully understand what the words say...
[15:31:37] <cmorley> offsets are always shown in the other tab though
[15:32:53] <zeeshan-mill> okay :D
[15:33:09] <barjunk> in the AXIS gui there is a max velocity setting...where does it get that from?
[15:33:30] <zeeshan-mill> i really like the tlo x y z
[15:33:35] <zeeshan-mill> it stopped a massive crash from happenign
[15:33:54] <cmorley> Under [DISPLAY] in the INI file
[15:33:57] <zeeshan-mill> i noticed it was completely out cause i had accidently set the offset for the incorrect tool
[15:36:28] <barjunk> OK. I never would have thought to look there for that...but now I know.
[15:37:02] <cmorley> zeeshan-mill: put in a feature request for velocity with offsets :)
[15:39:14] <zeeshan-mill> cmorley i dont think its really necessary since youre right the tlo is inthe other tab
[15:39:18] <zeeshan-mill> and you dont need to see them allthe time
[15:39:43] <furrywolf> meh. I hate being sick.
[15:39:55] <jdh> have you tried counseling?
[15:40:04] <furrywolf> ?
[15:40:06] <cmorley> seeing all the offset info on the plot screen can be cluttered if the screen is small too
[15:40:33] <cmorley> suggesting you were mentally sick
[15:40:45] <cmorley> he was ^^
[15:40:50] * jdh nods
[15:40:52] <furrywolf> "now, cold virus... would you like to talk about your childhood? did you decide to ruin people's lives because of issues with your mother?"
[15:41:05] <jdh> it was funny to me. good enough.
[15:44:28] <zeeshan-mill> jdh lathe done
[15:44:28] <zeeshan-mill> ?
[15:44:52] * zeeshan-mill trolls
[15:46:31] <jdh> heh.
[15:46:33] <jdh> nope :(
[15:46:40] <zeeshan-mill> =[
[15:46:45] <jdh> I think I will just put it back stock and sell it.
[15:46:53] <zeeshan-mill> =/
[15:47:01] <zeeshan-mill> lost interest?
[15:47:25] <jdh> it is amazing that it can be that much bigger than a 7x, but more or less, worse.
[15:50:47] <treid> Does anybody with experience with wiring resolvers know why my retrofit would have the sin+ and cos- wires soldered to the same pin?
[15:51:52] <barjunk> cmorley is that MAX_LINEAR_VELOCITY? none of the info in the docs shows only MAX_VELOCITY in the DISPLAY section
[15:52:29] <cmorley> yes I believe thats the one
[15:52:51] <barjunk> OK. I'll give it a shot
[15:53:30] <cmorley> you are trying to limit the max jog speed?
[15:53:32] <zeeshan-mill> barjunk,
[15:53:54] <cmorley> or max velocity period
[15:54:28] <zeeshan-mill> DEFAULT_LINEAR_VELOCITY = 0.250000
[15:54:28] <zeeshan-mill> MAX_LINEAR_VELOCITY = 3.333333
[15:54:28] <zeeshan-mill> MIN_LINEAR_VELOCITY = 0.005000
[15:54:45] <zeeshan-mill> this will just change your slider amount
[15:58:50] <barjunk> zeeshan-mill: OK...trying that next.
[15:59:09] <barjunk> just trying to change what the slider shows on start up...
[15:59:28] <cmorley> which slider?
[15:59:43] <barjunk> Are those three multiplied together to get the slider amount?
[16:00:04] <cmorley> those are in units per second
[16:00:06] <zeeshan-mill> barjunk, those values are in inches pers
[16:00:41] <barjunk> OK.
[16:00:44] <barjunk> To be clear, I
[16:01:03] <barjunk> I'm trying to set the slider on the display to something other than 60..
[16:01:11] <barjunk> when the program starts up.
[16:01:19] <cmorley> which slider?
[16:01:28] <barjunk> the MAX_VELOCITY slider
[16:01:29] <cmorley> sounds like jog slider
[16:02:17] <barjunk> I think it is...but it doesn't say on the screen.
[16:02:35] <barjunk> only has MAX_VELOCITY marked to the left of the actual slider
[16:02:52] <barjunk> just below FEED_OVERRIDE
[16:03:10] <zeeshan-mill> what are you trying to do
[16:03:28] <barjunk> make that slider be 25.5 when the program starts.
[16:03:31] <cmorley> AXIS will also check the [TRAJ] and [AXIS 0] entries to see what is permissible
[16:04:37] <barjunk> What I know is that when I set that slider to 25.5, the machine performs as expected...so I just wanted to set that value with the ini file.
[16:08:10] <barjunk> So how does it calculate that sliders value?
[16:08:32] <cmorley> sounds like your machine is mis-configured then :) AXIS assumes that max velocity is to be set at whatever you told linuxcnc the motors can move at.
[16:08:44] <cmorley> mv = inifile.find("DISPLAY","MAX_LINEAR_VELOCITY") or inifile.find("TRAJ","MAX_LINEAR_VELOCITY") or inifile.find("TRAJ","MAX_VELOCITY") or inifile.find("AXIS_0","MAX_VELOCITY") or 1.0
[16:08:44] <cmorley> vars.maxvel_speed.set(float(mv)*60)
[16:08:52] <cmorley> thats how :)
[16:09:03] <barjunk> :)
[16:09:51] <barjunk> OK...so in my case it is finding 1.0, cause it is always 60...I'll poke around again...thanks for that cmorley
[16:10:15] <cmorley> hope i helped :)
[16:10:18] <cmorley> later
[16:38:29] <archivist> is class 5 ballscrew the worst or best :)
[16:46:36] <archivist> oops, that mill I pointed at earlier, I have a reply claims a class5 ballscrew (20microns in 300mm) gets them an accuracy of 10 microns !
[16:53:34] <Deejay> gn8
[17:53:25] <andypugh> Why do noew folks seem to think that they can’t possibly start wiring anythign up until they have latency numbers down in single-digit microseconds?
[17:53:54] <furrywolf> because the website makes a huge deal of it in about 147 places
[17:54:11] <furrywolf> and how doom and gloom will happen if you don't select the perfect system
[17:54:31] <andypugh> Yes. but it also says that 25k is OK and 50k might be OK.
[17:54:39] * furrywolf happily runs linuxcnc on a laptop. :P
[17:54:50] <Tom_itx> even more ok with mesa hardware
[17:55:15] <furrywolf> also, with parport, 50k will give you crap speed with most mill conversions.
[17:55:29] <Tom_itx> andypugh do you happen to know if the fpga firmware is downloadable somewhere?
[17:55:40] <Tom_itx> i'll probably have to wait and ask pcw
[17:55:50] <furrywolf> I know that it is, however I do not know where.
[17:55:59] <andypugh> Which FPGA firmware?
[17:56:03] <furrywolf> I've seen conversations about upgrading it
[17:56:08] <Tom_itx> 5i24
[17:56:13] <andypugh> Bitfiles?
[17:56:15] <Tom_itx> no
[17:56:19] <Tom_itx> i have bitfiles
[17:56:25] <Tom_itx> i think i borked the FPGA
[17:56:44] <Tom_itx> the jumper wasn't 'default' when i downloaded the bitfile
[17:57:18] <Tom_itx> i should have checked but figured it would be default since i hadn't touched it
[17:57:30] <andypugh> Does the 5i24 have a flashed firmware then ? 5i23 etc load it every startup
[17:57:32] <furrywolf> there's recovery steps in some of the manuals, with jtag as the last resort...
[17:57:42] <Tom_itx> i'm not sure
[17:57:46] <Tom_itx> probably so
[17:57:47] <andypugh> Looks like you want mesaflash
[17:57:53] <Tom_itx> i have mesaflash
[17:58:10] <Tom_itx> the pc won't boot with the card in it
[17:58:28] <Tom_itx> so i need to jtag the firmware
[17:58:44] <furrywolf> there's a jumper to disable part of the pci interface, at least on one of them.
[17:58:50] <andypugh> Ohh, that’s an interesting int
[17:58:53] <andypugh> (one)
[17:59:00] <furrywolf> for exactly that issue
[17:59:20] <Tom_itx> so it'll take 2 pcs to recover
[17:59:27] <Tom_itx> one to power it and one to jtag it
[17:59:49] <andypugh> I might need a 5i24 myself, there is something up with my 5i23
[18:00:12] <Tom_itx> mine's actually a 6i24
[18:00:20] <Tom_itx> but takes all the 5i24 firmware
[18:00:31] <furrywolf> manual says set jumper W9 to down to disable the pci bus interface
[18:00:34] <furrywolf> for the 5i24
[18:00:41] <andypugh> I assume you already downloaded http://www.mesanet.com/software/parallel/5i24.zip ?
[18:01:14] <Tom_itx> that's just bitfiles i think
[18:01:24] <Tom_itx> and yeah i have a 5i24.zip
[18:01:25] <furrywolf> hrmm, looks like the 6i24 might not have it
[18:01:27] <andypugh> And mesaflash, and source code
[18:01:31] <Tom_itx> yup
[18:01:36] <Tom_itx> new just compiled it
[18:01:54] <furrywolf> what happens if you boot with W10 down on the 6i24?
[18:02:05] <Tom_itx> haven't tried it
[18:02:18] <furrywolf> W10 down loads defaults into the pcie bridge chip
[18:02:26] <andypugh> Well why not? You have had several seconds
[18:03:16] <Tom_itx> W10 was down when i flashed it
[18:03:22] <Tom_itx> that's the problem
[18:03:58] <furrywolf> hrmm. from the wording of the manual, the eeprom for the pcie stuff should have been disabled then.
[18:04:17] <Tom_itx> so it points to the backup location
[18:04:20] <Tom_itx> which i borked
[18:07:37] <furrywolf> the manual makes it sound like W10 disables reading from the bridge eeprom, not switches to a backup location... but I guess the defaults must be stored somewhere...
[18:07:47] <micges> Tom_itx: 6i24 should boot even with borked flash
[18:07:58] <furrywolf> did it stop working after you flashed, or after you set w10 back up?
[18:08:03] <Tom_itx> well it doesn't, it hangs the pc
[18:08:09] <Tom_itx> until i remove it
[18:08:24] <andypugh> Is it connected directly to the PCI slot, or via a riser?
[18:08:44] <Tom_itx> pcie slot on the asrock Q1900m pro3
[18:08:49] <andypugh> I went trhough 4 risers until I found one that actually let the PC boot
[18:09:29] <Tom_itx> i took the short backrail off it for now to test
[18:10:00] <micges> Tom_itx: if you boot pc with your 6i24 you can flash it by mesaflash recovery procedure
[18:10:04] <furrywolf> do you have the bus speed set correctly for 5i24 emulation?
[18:10:19] <furrywolf> micges: his pc isn't booting
[18:10:31] <PetefromTn_> Hey folks
[18:10:33] <micges> Tom_itx: don't need jtag
[18:10:49] <Tom_itx> well i can't seem to get it to boot with the card in it
[18:10:56] <micges> Tom_itx: try other pc
[18:11:11] <Tom_itx> only one with pcie
[18:11:14] <furrywolf> W7 down, W9 up?
[18:11:36] <Tom_itx> W7 down W9 up
[18:11:57] <furrywolf> and it still doesn't boot if you set W10 back down?
[18:12:18] <Tom_itx> i'll try it once more
[18:12:27] <furrywolf> the manual makes it sound like it should boot with W10 down even if you screw it up badly. heh.
[18:12:48] <Tom_itx> i told you i did
[18:12:58] <Tom_itx> but it's fixable
[18:13:06] <furrywolf> you apparantly screwed it up even more than the manual author suspected was possible.
[18:13:10] <furrywolf> lol
[18:14:10] <Tom_itx> nope not even the bios screen
[18:14:20] <Tom_itx> fans are running
[18:14:55] <Tom_itx> i've got an old jtag but i don't think it will work on this
[18:14:59] <furrywolf> fun.
[18:15:04] <Tom_itx> gettin another one
[18:15:23] <furrywolf> last person with this issue had it in the slot backwards, but that was pci, not pcie...
[18:15:49] <Tom_itx> ok one sec
[18:16:06] <Tom_itx> i tried the pcie 16 slot and it's booting
[18:16:08] <andypugh> Is that even possible?
[18:16:19] <furrywolf> andypugh: apparantly yes with pci. someone in here did it!
[18:16:31] <andypugh> They must have used a big hammer
[18:16:41] <Tom_itx> ok i moved W10 up and put it in the pcie 16 slot and at least it boots
[18:16:52] <furrywolf> that's odd. it shouldn't care which slot it's in.
[18:16:53] <Tom_itx> lemme try mesaflash now
[18:17:35] <furrywolf> unless your bios stored some configuration information that makes it break... does pcie do that? I remember hearing about needing to do bios resets occasionally with broken pci devices, but that was a looong time ago.
[18:18:25] <Tom_itx> mesaflash: no board found
[18:18:57] <furrywolf> well, on the plus side, now you only need one pc to jtag it.
[18:19:22] <micges> Tom_itx: ./mesaflash --device 6i24 --recovery
[18:19:36] <Tom_itx> says currently only 5i25 for that
[18:19:42] <Tom_itx> 6*
[18:20:07] <Tom_itx> and pcw said i'm supposed to use 5i24 for the 6i24
[18:20:10] <Tom_itx> so which one?
[18:20:22] <micges> newest mf?
[18:20:28] <Tom_itx> as of today yes
[18:20:31] <Tom_itx> from your git
[18:20:32] <micges> hold on
[18:20:55] <furrywolf> the manual doesn't say what happens if you flash with W10 down, but it makes it sound like it shouldn't have broken things... might be a question for someone who knows what exactly W10 does, as the manual only says it disables reading the bridge eeprom, and shouldn't affect flashing.
[18:21:15] <Tom_itx> -- recover: No 5I24 board found
[18:21:25] <Tom_itx> did i mention i borked it?
[18:21:33] <micges> in what way?
[18:21:44] <Tom_itx> W10 was down when i loaded the bitfile
[18:21:52] <Tom_itx> and i wasn't aware of it
[18:23:40] <furrywolf> what're your LEDs doing?
[18:23:50] <micges> yeah default bridge values could direct bitflow somewhere else, but to be sure pcw must step in
[18:24:02] <micges> give me few minutes to check recovery option
[18:24:11] <Tom_itx> ok
[18:24:12] <furrywolf> I'm guessing both red?
[18:24:27] <Tom_itx> leds are red / yellow
[18:25:22] <furrywolf> hrmm, so it thinks it configured correctly
[18:26:07] <micges> Tom_itx: please pastebin your lspci -vvkn
[18:26:21] <Tom_itx> gimme a sec
[18:26:28] <furrywolf> or the manual is wrong. it seems to contradict itself. says they're both red on one page, then red and yellow on the next page.
[18:27:43] <furrywolf> if page 16 is right, then red and yellow means it utterly failed at configuration, which is probably correct. page 15 disagrees.
[18:29:21] <Tom_itx> now it's not booting in the pcie16 slot
[18:32:18] <micges> ok got it, you must try: mesaflash --device 6i25 --recovery
[18:32:27] <Tom_itx> ?
[18:32:34] <Tom_itx> even if it's a 6i24?
[18:32:53] <Tom_itx> it's not the same FPGA btw too
[18:33:01] <Tom_itx> this is a 256 pin chip not 144
[18:33:03] <micges> --recovery don't recognise difference between 6i25 and 6i24, backup protocol is the same
[18:33:24] <micges> recovery protocol*
[18:33:39] <furrywolf> should he set the bus jumpers to 66mhz before doing that?
[18:34:09] <micges> I don't think so
[18:34:39] <Tom_itx> http://paste.debian.net/183133
[18:34:48] <micges> I didn't done that ever with my 6i25 on tests
[18:35:01] <Tom_itx> W10 up or down during that?
[18:35:25] <Tom_itx> -- recovery that is..
[18:36:11] <micges> w10 up
[18:37:16] <micges> w10 is for bridge eeprom, mesaflash don't have any write access to that so can't be broken during flashing
[18:37:46] * furrywolf doesn't see the mesa card in that lspci
[18:38:01] <micges> so default (up) should be set
[18:39:03] <Tom_itx> No 5i25 board found
[18:39:26] <micges> I don't see 5i24 bridge on lspci
[18:39:31] <micges> 6i24*
[18:41:37] <furrywolf> I'm guessing the card is not talking to the computer at all, if it's not in lspci... which would mean jtag.
[18:42:01] <micges> bridge should be visible
[18:42:11] <Tom_itx> furrywolf i indicated that early on here
[18:42:32] <furrywolf> Tom_itx: yes, you did. but the manual suggests that should never happen. lol
[18:42:58] <Tom_itx> never say never
[18:42:58] <micges> 5i25 have only fpga, 6i25 have bridge and fpga, same for 5i24 and 6i24
[18:43:15] <micges> and bridge should be visible even if fpga is locked
[18:43:22] <furrywolf> what does W10 do, exactly? got a schematic handy?
[18:43:34] <Tom_itx> jumpers the enable for the eeprom
[18:43:39] <Tom_itx> i think
[18:43:52] <micges> pcie bridge eeprom
[18:44:03] <furrywolf> if that really is all it does, flashing should have not affected the pci bridge setup at all, so it should still be working...
[18:45:05] <micges> ok Im lost
[18:45:16] <micges> Tom_itx: does 6i24 boot?
[18:45:27] <micges> Tom_itx: does pc with 6i24 boot?
[18:45:29] <Tom_itx> not unless i hotplug it
[18:45:37] <Tom_itx> it did once in the pcie16 slot
[18:45:53] <Tom_itx> but not in the pci1
[18:45:56] <Tom_itx> pcie1
[18:46:04] <micges> I don't believe hotpluging
[18:46:11] <Tom_itx> i don't either
[18:46:20] <micges> does it boot either with w10 down or up?
[18:46:26] <Tom_itx> no
[18:46:31] <furrywolf> once per slot. :)
[18:46:36] <micges> hehe
[18:47:15] <furrywolf> I know very little about pcie, having never owned a computer new enough to have it... does the bios store any configuration settings for pcie cards that could store garbage and make it not boot the second time?
[18:47:17] <micges> then you need to check board with orther pcie pc
[18:48:08] <furrywolf> booting once is an odd symptom
[18:48:30] <Tom_itx> i could try this one i suppose
[18:49:05] <Tom_itx> micges do you know the bitfile size for a 5i24 / 6i24 bitfile?
[18:49:22] <Tom_itx> these are bigger chips than the others it seems
[18:50:18] <micges> I *think* it should be twice as big as 5i25 bitfile, 5i25 have 8Mbit flash and 5i24 have 16Mbit
[18:50:20] <Tom_itx> 5i24 is around 783k compared to a 7i90 which is around 333.3k here
[18:50:50] <Tom_itx> sounds about right then
[18:51:56] <micges> yes 7i90 have also 8Mbit
[18:52:01] <Tom_itx> i'm pretty sure it's gonna take jtag to fix this
[18:52:40] <Tom_itx> so the bitfile was good, i just moved it from the 7i90 to the 5i24 and recompiled it for the right target
[18:53:47] <micges> also it shouldn't be possible to hard lock 6i24 to not see it in lspci
[18:54:23] <SpeedEvil> not quite on-topic.
[18:54:28] <SpeedEvil> Does nayone happen to recall enough details to google a 'from the beginning' genetic gait optimisation for robots?
[18:54:34] <furrywolf> in theory, there's no difference between theory and reality. :)
[18:54:36] <micges> but never say never in pc config area
[18:54:59] <SpeedEvil> This was several years ago, and involved both optimising the 'muscle' placement on the robot, as well as the gait controlling programming
[18:55:20] <furrywolf> SpeedEvil: so you're looking for a paper on the subject?
[18:55:44] <SpeedEvil> furrywolf: Tehre was a nice youtube video on it, with virtual robots stumbling around, then getting better
[18:55:56] <SpeedEvil> as well as a paper I want to refer someone to
[18:56:33] <furrywolf> https://vimeo.com/79098420 maybe? (I can't watch it)
[18:57:36] <furrywolf> https://www.youtube.com/watch?v=LL0ajYq8A_0
[18:57:43] <SpeedEvil> Aha
[18:57:46] <SpeedEvil> the exact one!
[18:57:59] <furrywolf> https://www.youtube.com/watch?v=yci5FuI1ovk
[18:58:00] <SpeedEvil> (the first)
[18:58:04] <furrywolf> I'll stop googling then. :P
[19:01:21] <furrywolf> as to papers... I really, really wish open access would catch on in a big way.
[19:02:25] <furrywolf> the whole "only the elite should have access to research" thing is a serious hinderance to progress, both for tinkerers and for society at a whole...
[19:04:21] <SpeedEvil> yes
[19:04:36] <FinboySlick> Anyone here plays with HSMWorks?
[19:04:50] <SpeedEvil> Also - to bring this back on topic.
[19:05:04] <SpeedEvil> Most of this paper is in principle exactly applicable to machine tools.
[19:05:38] <SpeedEvil> you replace the 'gait' fitness function with one that models the aspect of the machine you care about, and then it optimises control strategies and placement of actuators.
[19:05:51] <furrywolf> on a slightly-related issue, can I make a cage-less ball bearing ball joint/heim joint, for a joint with limited repetitive movement? I'm thinking having the balls in slots the size of the movement, so if they slowly drift, the ends of the slots nudges them back.
[19:06:01] <SpeedEvil> https://www.youtube.com/watch?v=pgaEE27nsQw
[19:06:05] <SpeedEvil> http://www.ics.uci.edu/~rickl/courses/cs-271/lit/2013-TOG-MuscleBasedBipeds.pdf ratehr
[19:06:28] <SpeedEvil> Well, making cages isn't that hard
[19:06:36] <SpeedEvil> is loading low?
[19:06:40] <SpeedEvil> and speed?
[19:06:47] <furrywolf> moderate loading, low speed
[19:07:12] <SpeedEvil> enough balls to just about fill, and grease, and it mostly works
[19:07:14] <furrywolf> con rod to crosshead on a piston, where the con rod can move in both axis
[19:07:48] <SpeedEvil> you mean for hydraulics, not an engine?
[19:07:49] <furrywolf> (swashplate instead of crank)
[19:07:52] <furrywolf> yes
[19:08:05] <furrywolf> although swashplate engines do exist
[19:08:21] <SpeedEvil> Damn near every sort of engine seems to exist.
[19:08:30] <furrywolf> yes
[19:08:33] <SpeedEvil> And be just ten thousand of your dollars from taking over the world.
[19:08:42] <furrywolf> given as most of society runs on them, there's been a lot of work in that area.
[19:09:29] * SpeedEvil discovers a new way academics discourage people.
[19:09:35] <SpeedEvil> Having very silly names.
[19:09:41] <furrywolf> ?
[19:09:42] <FinboySlick> It's a bit of a shame though. We spent so much time refining the venerable piston+cranksaft engine that even if some designs could be better, just getting to the same level of refinement would be terribly difficult.
[19:09:54] <SpeedEvil> Thomas is OK, but Geijtenbeek ?
[19:09:56] <SpeedEvil> :)
[19:10:08] <furrywolf> ... are you making fun of foreign names? heh
[19:11:03] <SpeedEvil> On the plus side, he's easily googlable
[19:11:21] <furrywolf> recent events have re-spurred development of my specialized hydraulic pump/motor... I could use a gimbal for the conrod to crosshead, but that's a lot of parts, while a ball-bearing heim joint might just be a bit of 5-axis machine work and a few balls...
[19:11:59] <furrywolf> same for the conrod to swashplate
[19:12:33] <furrywolf> I can see it in my head with the balls rolling but staying in their assigned slots, so I think it should work... lol
[19:12:33] <SpeedEvil> hmm.
[19:13:04] <furrywolf> if you only have limited motion, and only a few balls, you can essentially machine the cage into the ball
[19:13:56] <furrywolf> they'll nicely roll back and forth over the same area, but if they slowly drift, they hit the edge of the slots and get forced back, rather than being able to slowly wander until they bunch/fall out/etc.
[19:14:14] <furrywolf> (the ball of the ball joint, not the individual balls)
[19:14:57] <furrywolf> I don't think I've ever seen a hydraulic pump with crossheads. :)
[19:15:16] <SpeedEvil> It's one of those frustrating 'is there a good reason why I've never seen'...
[19:15:31] <furrywolf> lol
[19:15:39] <SpeedEvil> and then you are answered in an exploding shower of red-hot metal.
[19:15:53] <SpeedEvil> Or alternatively 'nobody had 5 axis mills in the 40s'
[19:16:30] <furrywolf> how about "it has ten times the pieces to only give an improvement for a very specialized application no one uses them for"?
[19:17:14] <SpeedEvil> that too
[19:17:40] <furrywolf> the manufacturing cost of these will be astronomical compared to a standard pump/motor.
[19:17:49] <SpeedEvil> What's the plus?
[19:17:51] <SpeedEvil> In principle.
[19:18:18] <furrywolf> high efficiency and no stiction even when operated at very low rpm or with a locked output shaft (for motor use) for long periods.
[19:18:44] <furrywolf> in stall conditions, the plain ball joints and skirted pistons squish their oil out and stick
[19:19:48] <furrywolf> given as roughly 100% of hydraulic systems are continually rotating at decent rpm, this is a non-issue.
[19:20:02] <furrywolf> and they don't need extremely high efficiency
[19:21:05] <furrywolf> my design also uses poppet valves rather than a valve plate, again for the same two reasons... valve plates don't like stopping rotating, causing stiction, and they leak to keep themselves lubricated, causing lower efficiency.
[19:22:28] <furrywolf> note that a valve plate is a trivial component that works great for most uses, while poppet valves will need about 50 times the parts and substantial precision machine work...
[19:23:32] <furrywolf> especially since they have to be balanced poppets
[19:24:40] <andypugh> FinboySlick: I use HSM for Inventor a bot
[19:24:43] <andypugh> (bit_
[19:24:47] <andypugh> (bit)
[19:25:16] <SpeedEvil> furrywolf: yeah.
[19:25:30] <andypugh> furrywolf: Poppets are very forgiving, though. They wear, they still work.
[19:25:35] <SpeedEvil> If you start with the assumption that a complex machined part, and a billet are the same cost, things change lots
[19:25:41] <furrywolf> the actual operation of my design is a bog-standard variable displacement axial piston design... just with every single point of sliding friction eliminated.
[19:26:25] <andypugh> furrywolf: Have you seen the Neander engine? It looks cool. I think it’s stupid
[19:26:44] <FinboySlick> andypugh: I'm trying to get rid of useless moves. It seems it really likes to ramp up in air where a previous operation already removed stock.
[19:27:07] <andypugh> FinboySlick: That’s an option somewhere
[19:27:38] <FinboySlick> It also always wants to retract out of the part where it could stay in a pocket when it has a sub-pocket to machine.
[19:27:43] <andypugh> (Anf FWIW HSM is the only CAM package I have used which _doesn’t_ always retract to safe height
[19:27:55] <furrywolf> andypugh: I'm not sure that's a substantial improvement over a traditional engine.
[19:28:24] <andypugh> furrywolf: On the contrary, it is much more difficult to make, and worse
[19:28:25] <furrywolf> they're cancelling horizontal forces by vastly increasing vertical forces...
[19:29:14] <andypugh> furrywolf: Worse than that, the piston is doubly-constrained, so what if the cylinder and con-rods disagree about the piston path?
[19:29:32] <furrywolf> then the piston tilts and wears on the cylinder
[19:30:03] <furrywolf> the most interesting part, based on my quick mental imaging of how it works, is the upstroke and downstroke have different speed profiles?
[19:30:03] <SpeedEvil> Worst case, you'll learn a lot about how to machine stuff and not make a pump.
[19:30:09] <andypugh> On a normal engine you can move the crankshaft an inch or so in any direction (except up) and nothing particularly bad happens.
[19:30:34] <FinboySlick> andypugh: Hmmm. OK, think of a counter-bored through hole in a block of a material. I 2D pocket the counter-bore, then 'bore' the hole itself. It will ramp into the counterbore then clear it, retract, ramp the height of the counterbore again (milling air), retract, then bore the actual material.
[19:31:03] <andypugh> furrywolf: Yes, Neander is very desaxe, but phasing the crank gears to the big-end journals looks horrible.
[19:31:38] <furrywolf> it's subjecting the piston assembley to some very odd velocity changes that are different going both up and down... this might result in improved efficiency, or it might not. I'm not sure. it's odd.
[19:31:52] <andypugh> FinboySlick: HSM express, pro, or the other one?
[19:32:04] <furrywolf> I want to see a graph of the piston motion. :P
[19:32:05] <FinboySlick> andypugh: 'works'. I think it's the 2012 version.
[19:32:16] <FinboySlick> There was no express back then.
[19:32:27] <FinboySlick> And it's before they were bought by autodesk.
[19:33:28] <furrywolf> andypugh: can you find a graph of the piston height? I want to see one. it's not sinusoidal nor symmetric.
[19:33:51] <furrywolf> I'm not finding one with a quick googling.
[19:34:22] <andypugh> I may be getting confused. In Inventor and HSM Pro 2015 you can tell it to inherit the material from the previous operation, and the retracts are very minimal.
[19:35:09] <FinboySlick> andypugh: Oddly enough, I remember something like that too but I dug for it and couldn't find it. Do you remember what it's called?
[19:35:47] <andypugh> Just to prove it, this is a HSMPro toolpath: https://www.youtube.com/watch?v=2NmNM3qjoeM
[19:36:48] <furrywolf> my subies have boxer engines... they have all of the advantages they claim of their engine, without sucking. :)
[19:37:21] <andypugh> I only rode in a Scooby once. It blew up.
[19:37:42] <furrywolf> what did you do to it?
[19:38:05] <andypugh> I was a passenger.
[19:38:17] <furrywolf> what did the driver do to it? :P
[19:38:20] <FinboySlick> andypugh: Damn, Inventor improved on their display since I last used it. That part looks smooth as a baby's buttock.
[19:38:55] <andypugh> But it seems there is a risk of oil starvation through Karusell.
[19:39:00] <furrywolf> all of the blown-up subies I've seen have been due to abuse... and they can take a good bit of it. someone I know ran one off-road for a half hour with no oil before it threw a rod...
[19:40:26] <furrywolf> jumped it, bashed the front end down _hard_ on a rock... both broke off the oil filter and smashed the oil pressure switch flat so it shorted... a half hour later he started going "gee, engine sure seems to be rattling a lot...." got a new filter and oil, but it threw a rod about five minutes later.
[19:42:02] <andypugh> This one had the driver saying “there is a heat shield loose and rattling” and me thinking “it soundls like a big end to me, but this is a moder car and they don;t do that, so he is probably right”
[19:42:14] <furrywolf> lol
[19:42:27] <furrywolf> low oil is what makes the big ends fail.
[19:42:53] <furrywolf> and a rattling heat shield and a rod bearing sound completely different.
[19:43:05] <andypugh> Level was right. Nurburgring oil slosh might have been the proble,
[19:43:34] <furrywolf> they're usually pretty resistant to oil slosh issues...
[19:43:46] <furrywolf> level was right then, but how about some time in the past? heh
[19:44:28] <furrywolf> one of the few problems with subies is just about every one of them leaks oil.
[19:44:48] <furrywolf> usually valve covers
[19:45:07] <andypugh> The owner had had it from new, and is pretty fastidious
[19:45:14] <furrywolf> my old one had an automatic oil change system... every thousand miles I'd add a quart, and it'd drain it for me!
[19:45:39] <andypugh> This happened at <20k miles
[19:45:57] <furrywolf> I put a new engine in that one... old one was getting tired. 400k-ish miles. could have tossed in rings, etc, but decided a new engine was even better.
[19:46:21] <furrywolf> actually, it probably didn't even need rings... most of the oil burning felt like valve seals to me.
[19:46:33] <furrywolf> but now it has twice the horses. :)
[19:47:02] <furrywolf> <20k could have been a defective engine. odd, but entirely possible.
[19:47:40] <furrywolf> and I'm not going to miss the smog carb the old engine had one bit. efi++
[19:47:55] <furrywolf> hopefully subaru replaced it under warranty?
[19:48:11] <andypugh> Yes, and they didn’t have to
[19:48:34] <furrywolf> good :)
[19:49:11] * furrywolf would have been annoyed with subaru if they'd stuck the buyer with replacing that new of an engine unless it was abused
[19:52:37] <andypugh> Anyway, sleep time.
[19:52:55] <andypugh> But bank holiday tomorrow :-)
[19:53:09] <furrywolf> cyas
[20:42:05] <XXCoder> yay
[20:42:17] <XXCoder> successfully transferred hexchat settong
[20:58:50] <alex4nder> wow
[20:59:13] <alex4nder> getting the 7i76E talking with LinuxCNC via PREEMPT_RT was.. really easy
[20:59:27] <alex4nder> thank you to everyone that made that happen
[21:20:16] <skunkworks> alex4nder: isn't it cool? I have been playing with a 7i80 (ethernet)
[21:36:14] <zeeshan> whoever decided to store g54 coordinates in a TEXT file over memory
[21:36:17] <zeeshan> is a very very smart person.
[21:36:29] <zeeshan> i was in the middle of machining something and power went out
[21:36:32] <zeeshan> it was 85% done
[21:36:45] <zeeshan> when power came back, rehomed the machine and restarted the program
[21:36:50] <zeeshan> cause the coordinates were saved..
[21:36:51] <zeeshan> :)
[21:36:53] <SpeedEvil> :)
[21:37:04] <SpeedEvil> So it just diddn't cut till the end?
[21:37:08] <FinboySlick> zeeshan: So you have good limit/homing switches I guess.
[21:37:37] <zeeshan> FinboySlick: even the cheapo microswitches seem to be repeatable to .0005"
[21:37:51] <zeeshan> SpeedEvil: power went out in the middle of the cut
[21:38:04] <SpeedEvil> I mean - on the next runthrough
[21:38:17] <FinboySlick> zeeshan: But you just lost your excuse for building a gigantic UPS.
[21:38:19] <zeeshan> yea it picked up the path it was taking
[21:40:51] <zeeshan> http://imgur.com/a/0hIRD
[21:40:59] <zeeshan> came out pretty sweet!
[21:46:15] <PetefromTn_> looks sweet man!
[21:47:21] <zeeshan> i didnt blow up a carbide end mill in steel
[21:47:29] <zeeshan> PetefromTn_: have you machined thick 304 stainless?
[21:47:31] <zeeshan> like 1/2"
[21:47:38] <PetefromTn_> yeah
[21:47:42] <zeeshan> i cant machine it dude..
[21:47:46] <zeeshan> its nothing like on the lathe
[21:47:56] <PetefromTn_> why?
[21:47:57] <zeeshan> it either blows up the carbide end mill (1/2")
[21:48:01] <zeeshan> or dulls it really quick
[21:48:19] <zeeshan> im using 250 sfm, (i tried 180 also), 0.002 ipt
[21:48:33] <zeeshan> 1/2 the diameter of the tool for axial doc
[21:48:38] <zeeshan> and 0.1" radial doc
[21:48:58] <zeeshan> yg1 carbide end mill tialn
[21:49:11] <zeeshan> what works for you?
[21:50:25] <PetefromTn_> don't remember LOL
[21:50:33] <PetefromTn_> but I did use those Yg1's
[21:50:44] <PetefromTn_> its been awhile since I did stainless
[21:51:13] <PetefromTn_> whatever I did was probably the low side of the calculator said to do as I recall
[21:51:48] <furrywolf> alex4nder: I want a 7i76e, just can't afford one.
[21:53:04] <zeeshan> ah
[21:53:14] <zeeshan> do you remember if you were using flood coolant
[21:53:16] <zeeshan> or dry
[21:53:24] <zeeshan> or mist coolant?
[21:55:36] <PetefromTn_> dry as I recall and I would try .0015 IPT or so
[21:55:54] <PetefromTn_> Kinda excited here today LOL
[21:56:04] <PetefromTn_> I just splurged a bit and got a new toy
[21:56:17] <PetefromTn_> Been wanting one of those green egg grills for awhile now
[21:56:19] * furrywolf wants new toys
[21:56:25] <PetefromTn_> Damn things are EXPENSIVE as hell
[21:56:43] <zeeshan> looks fancy
[21:57:06] <furrywolf> I spent the last couple hours tweaking on one of the cheap generators I got... it sorta counts as a new toy. still don't know if it works.
[21:57:10] <PetefromTn_> but I watched some very favorable reviews on youtube of the Chargrill Kamodo grills
[21:57:38] <PetefromTn_> so after looking into it I bought one today
[21:57:52] <PetefromTn_> grilled some corn on the cobb and marinated chicken to try it out...
[21:57:58] <PetefromTn_> Pretty sweet!!
[21:58:22] <furrywolf> my first goal is to get it into a stage where enough parts work to make power, so I can confirm it's worth properly fixing.
[21:58:28] * furrywolf tosses some hot peppers on pete's grill
[21:59:06] <furrywolf> unfortunately, only ripe peppers I have right now are thai hots.
[21:59:12] <PetefromTn_> https://www.youtube.com/watch?v=xZOy9rBsTjY Can't wait to try some wood fired pizza on this bad boy..
[21:59:51] <PetefromTn_> They are also really good smokers..
[22:00:25] <furrywolf> I'm too lazy to grill.
[22:00:39] <furrywolf> too much effort for something you're just going to eat!
[22:01:35] <PetefromTn_> We love grilling outside when the weather is nice.. out by the pool smelling the delicious meats cooking is the cats ass..
[22:01:59] <PetefromTn_> http://i.imgur.com/joq8bh2.jpg
[22:02:20] <PetefromTn_> http://i.imgur.com/L8NL72c.jpg
[22:02:43] <PetefromTn_> http://i.imgur.com/7O7FwsI.jpg
[22:03:02] <PetefromTn_> Damn thing gets real hot with very little charcoal
[22:03:02] <zeeshan> wow pete
[22:03:04] <zeeshan> that looks sweet!
[22:03:13] <zeeshan> how much was it?
[22:03:17] <PetefromTn_> its not a big green egg but it is what I can afford...
[22:03:33] <PetefromTn_> its only like $330.00 US
[22:03:34] <Tom_itx> zeeshan that's the one you had to put diagonal to fit right?
[22:03:36] <FinboySlick> I have a bit of a strange homing issue right now.
[22:03:40] <zeeshan> Tom_itx: yes
[22:03:58] <FinboySlick> I homed my X Y Z to the corner of my vise.
[22:03:58] <furrywolf> the green looks thick and insulating
[22:04:03] <furrywolf> bbl, back to poking at generators
[22:04:15] <FinboySlick> if I g0 x0 I go to 0
[22:04:23] <zeeshan> looks like a sweet girl
[22:04:25] <FinboySlick> if I g0 x0, I go to x0
[22:04:26] <zeeshan> grill. :p
[22:04:52] <FinboySlick> if I g0 z1 (to be 1" above the vise), I plunge straight down into the vise and have a heart attack.
[22:04:52] <PetefromTn_> yeah I think for my meager pennies it will be a lot of fun.
[22:05:04] <norias> hi
[22:05:07] <PetefromTn_> I have wanted to try smoking and making pizzas for a long time
[22:05:25] <zeeshan> Tom_itx: whats the minimum you can grip something in a vise? :p
[22:05:33] <zeeshan> ive been getting aweay with .125
[22:05:37] <zeeshan> i wonder if i can go down to 1/16"
[22:05:49] <PetefromTn_> if you get those mitee bites you can
[22:06:05] <PetefromTn_> I usually use .125 atop my largest parallel in the kurt
[22:06:07] <norias> mitee bites are great
[22:06:17] <Tom_itx> zeeshan you mean on the flat?
[22:06:24] <zeeshan> on the vise jaws
[22:06:35] <Tom_itx> horizontal?
[22:06:40] <Tom_itx> it's gonna start tow bow
[22:06:53] <zeeshan> i guess it depends on the part geometry
[22:06:57] <FinboySlick> What would cause g0 (and g1, I checked) moves to go to coordinates that are not matching those on the gui display?
[22:07:13] <Tom_itx> you're pushing your luck going much thinner
[22:07:26] <zeeshan> FinboySlick: make sure you're in the correct mode
[22:07:28] <zeeshan> like absolute..
[22:07:29] <zeeshan> not relative
[22:07:39] <norias> FinboySlick: perhaps g91
[22:07:42] <norias> or...
[22:07:46] <norias> g42 / 43
[22:07:48] <norias> er.
[22:08:01] <norias> g41 / g42
[22:08:19] <FinboySlick> How would I reset everything to sane defaults? I'm a bit frazzled right now.
[22:08:25] <Tom_itx> zeeshan, small parts you may get by with.. larger ones are gonna flex too much
[22:08:33] <zeeshan> yea Tom_itx
[22:08:43] <Tom_itx> and be noisy as hell
[22:08:44] <PetefromTn_> my wife is marinating a huge batch of wings for Memorial day tomorrow. They are her special formula teriyaki ones and we are making some homemade potatoe salad. I can't wait!!! LOL
[22:09:05] <norias> FinboySlick: I usually just have a "defaults" line in every program
[22:09:06] <norias> like
[22:09:06] <zeeshan> i really like toe clamping things down
[22:09:10] <zeeshan> but usually theyr ein the way :/
[22:09:12] <zeeshan> so you gotta move em
[22:09:18] <Tom_itx> yeah
[22:09:19] <norias> G40 G90 G20 G01
[22:09:23] <Tom_itx> but they work good
[22:09:35] <Tom_itx> just add some op stops
[22:10:23] <zeeshan> http://gyazo.com/5cd73a142768e841ca57c6b6a9fee2c5
[22:10:24] <zeeshan> like this
[22:10:33] <zeeshan> when i contour the outside
[22:10:35] <zeeshan> ill need to move the clamp
[22:10:36] <FinboySlick> norias: I don't have any file loaded though, I just started axis, homed the machine, and prepared my g54 offsets for the file I plan to load afterward.
[22:10:54] <norias> FinboySlick: so... I'd just do that in MDI
[22:11:01] <norias> those commands are like switches
[22:11:14] <norias> and i'll be honest that i'm not super up to speed on linuxcnc
[22:11:24] <norias> but i do it regardless of what controller i'm using
[22:11:30] <Tom_itx> zeeshan profile it last, put a strap clamp in the middle for that
[22:11:37] <norias> because you have no clue what state it's in at that point
[22:11:44] <norias> it's just good practice
[22:11:50] <zeeshan> Tom_itx: but im not going all the way t hrough
[22:11:57] <Tom_itx> ok
[22:11:59] <zeeshan> for the internal contour
[22:12:00] <Tom_itx> i seet hat
[22:12:02] <zeeshan> how will i break it apart
[22:12:08] <zeeshan> im leaving like a .010 skin
[22:12:14] <Tom_itx> holes, id then od
[22:12:23] <Tom_itx> move the strap clamp between the id and od moves
[22:12:32] <Tom_itx> don't leave any on the inside
[22:12:39] <zeeshan> but then there will be a chunkj
[22:12:41] <zeeshan> floating around
[22:12:48] <Tom_itx> take it out
[22:12:49] <zeeshan> trying to shatter my end mill!
[22:12:50] <zeeshan> :P
[22:12:57] <zeeshan> well right towards the end
[22:13:05] <Tom_itx> blast of air will fix that
[22:14:29] <FinboySlick> norias: I had g0 and g20 set, would that explain things?
[22:14:51] <norias> go, those are fine
[22:15:03] <norias> i'd g40, which turns off g41 / g42
[22:15:07] <FinboySlick> G40 and G90 were already set.
[22:15:08] <norias> and i'd g90
[22:15:15] <norias> oh, hmm, ok
[22:34:28] <alex4nder> FinboySlick: yah, getting the 7i76e meant I had a bunch of options as far as machines
[22:34:54] <alex4nder> er furrywolf
[22:40:19] <norias> is it bad that i'm tempted to buy an Army dress uniform
[22:40:25] <norias> to wear to formal functions?
[22:40:38] <norias> (given that I am authorized to so)
[22:59:01] <FinboySlick> norias: Thanks btw, everything seems back to normal now.
[22:59:09] <FinboySlick> Well, except for a dent in my vise.
[23:18:50] <norias> heh
[23:18:59] <norias> good to know
[23:23:53] <XXCoder> heys
[23:24:46] <norias> hey
[23:40:20] <furrywolf> well, generator to a state where it might run, minus adding oil. will add oil tomorrow and see what happens. I've fixed/worked around the problems I know, so now it's time to find the problems I don't know. yay.
[23:45:22] <furrywolf> looking at the other two eu3000ises, one might be a canidate for repair, as the head is off, but there's a new head included with it. the other also has the head off, and is missing the inverter, so likely isn't going back together.
[23:47:43] <furrywolf> the one with no inverter will probably be the parts donor for the remaining bits of the other two
[23:51:18] <furrywolf> FN port 3, A -11.8A (enabled), B 0.0A (disabled), C 0.0A (disabled), batt 19.6V, btemp 99.0C, SOC 41.0%, flags 0x08, extra id 3, data 0.00.
[23:51:32] <furrywolf> damnit. speaking of generators, my batteries are sucking to where I might need to run one of them.
[23:59:02] <XXCoder> hmm cant recall what "cant send to channel" means
[23:59:12] <XXCoder> I cant ask question in linux channel