#linuxcnc | Logs for 2013-12-08

Back
[00:00:21] <jesseg> Hmmm.
[00:00:39] <jesseg> There is scaling applied from some config other than my-mill.ini.
[00:00:59] <jesseg> For example, my encoder motors have 1000 counts per turn (Using third party step and dir driver boards with PID built in.)
[00:01:15] <jesseg> And my feed screws have 20 threads to the inch.. So my resolution is 20,000 on XYZ
[00:01:39] <jesseg> And yet, in the my-mill.ini file, for axes 0-2 inclusive, SCALE = 1000
[00:02:01] <jesseg> oh wait.
[00:02:19] <jesseg> maybe I set up the S/D board to do 20 counts internally for each step. Yeah, I think I did.
[00:02:28] <jesseg> never mind that..
[00:03:15] <jesseg> so back to the question of why is LinuxCNC taking "3.0" as 3 inches instead of 3mm, even after "G21 ; set units to millimeters"
[00:04:23] <jesseg> XYZ are all same scale, and are set to 20x in motor controller board. Axis A is set to 1:1 in motor driver board, and is calibrated correctly to move the filament one inch per one inch jogged.
[00:04:59] <tjtr33> integrators manual sez "Angular axes like rotary tables are referred to as A, B, and C. Additional linear axes relative to the tool are called U, V, and W respectively."
[00:05:00] <tjtr33> i know its nuts, but maybe linuxcnc is stubbornly considering your A as a rotary, can you try calling it U?
[00:05:48] <jesseg> Ahhhh.. Interesting.
[00:05:50] <tjtr33> if linuxcnc thinks its rotary it wont scale at all, leaving 3 mumbles = 3 mumbles.
[00:06:21] <tjtr33> a short program and a global replace in a text editor could check it out
[00:07:08] <jesseg> Well, LinuxCNC *does* map A to AXIS_3 alright. But you're saying in the GCode file, it might also map U to AXIS_3 ?
[00:07:33] <jesseg> What if I had a fourth linear and an angular...? haha weird
[00:08:06] <jesseg> Hmm. I do have "COORDINATES = X Y Z A"
[00:08:31] <jesseg> Maybe I need X Y Z U, then change Slic3r to send it as U and not A
[00:11:04] <jesseg> Thanks, tjtr33! At least I have something to try now that even sort of makes sense!!
[00:11:50] <tjtr33> plz look at the supplied gantry config, its 4 linear axis, where Y & A are colinear (emphasis on linear )
[00:12:28] <tjtr33> it uses XYZA where Y&A are parallel and linear
[00:13:24] <jesseg> Oh, so a Can be linear, if it's bonded to another regular linux?
[00:14:42] <tjtr33> again, you gotta read these docs , i see the xmpl uses 'gantrykins' so doesnt directly apply. your problem HAS been handled by linuxcnc, i'm not finding the correct files yet
[00:14:59] <jesseg> ahh
[00:18:08] <jesseg> I think using "U" is a great thing to try
[00:18:13] <tjtr33> some old memory sez you need XYZA and axis_0,1,2,6 not axis_3 , like the baddie is not the letter A, but the use of axis_3.
[00:18:38] <jesseg> Ahhhh...? OK I can try that too.
[00:21:39] <jesseg> wb Fox_Muldr
[00:22:13] <tjtr33> jesseg read up on http://www.linuxcnc.org/index.php/english/forum/21-axis/6981-explicit-settings-for-4-axis-xyuv-please
[00:22:26] <tjtr33> its only similar, but maybe useful
[00:22:39] <jesseg> Thanks... Reading!
[00:25:15] <tjtr33> more to the point for your issue http://www.linuxcnc.org/index.php/english/forum/10-advanced-configuration/23406-trying-to-configure-xyzu-4-axis-setup
[00:26:34] <jesseg> You know what, I think it's easier to just set up LinuxCNC in mm instead of inches.
[00:26:47] <jesseg> That way it won't matter :P
[00:28:26] <jesseg> I didn't realize it was a can of worms. I've saved all my notes in case switching to MM doesn't work.
[00:28:39] <jesseg> But for now I think I shall just try that. Thanks again!
[00:29:30] <tjtr33> the last url solves your problem, i dont the prob is mm vs inch, the prob ( i think ) is rot vs linear, and linear gotta be xyzuvw never abc ( i think )
[00:29:51] <tjtr33> best o luck!
[00:31:16] <jesseg> I think you are absolutely right.
[00:33:12] <jesseg> But.. if Slic3r is putting out mm, and I set LinuxCNC to mm, then when slic3r says A1.0, LinuxCNC will move A 1.0 MM since that is the unit. (Remember, LinuxCNC DOES let me calibrate the A axis to correctly "function" as an inch linear, and I think it was pretty close considering the steps/turn and gear reduction and drive wheel diameter.)
[00:34:47] <RyanS> do cnc lathes usually vary the RPM during a cut even with small variations in part diameter?
[00:36:10] <WalterN_bed> normally its a good idea to keep the surface feet per minute the same
[00:37:02] <tjtr33> jesseg change that statement to " LinuxCNC DOES let me _lie_ " its not science when you force the result ;P it just looks correct.
[00:37:18] <jesseg> LOL exactly
[00:38:16] <jesseg> Maybe some day I'll have time to figure out how to set up 7 axis across multiple config files and do it RIGHT. But if a simple hack makes it work perfectly for now, then I'm all set.
[00:39:26] <RyanS> You should only change rpm with 'large' changes in part diameter?
[00:39:55] <jesseg> But what's strange is that in part, LinuxCNC *is* treating A/AXIS_3 as linear. I can take the diameter of the drive wheel, and steps per turn on motor, and gear ratio, and calculate a scale using the math for a linear axis, and it's close.. Maybe it's coincidence since the drive wheel is about 1 pi circumference :P
[00:46:53] <tjtr33> i betcha the last url will fix your prob. if it does say thx to andypugh & BigJohnT. g'nite
[02:06:50] <RyanS> Seems a little counterintuitive negative rake turning tools require more power. They look more like a scraping action, whereas positive looks like it's 'gouging'
[02:14:07] <Deejay> moin
[02:14:20] <mrsun_> hmm, after i added this touch off plate script it seems linuxcnc or something doesnt release the parport after i close it so i have to restart the computer .. anyone know anything about it? :/
[02:19:43] <mrsun_> i guess it has something to do with classicladder or something not shutting down? =)
[02:19:46] <mrsun_> but how to check stuffl ike that ?
[02:23:29] <mrsun_> first startup it works fine, but if i have to shut down linuxcnc and restart it i get that hal_parport is busy :/
[02:29:52] <archivist> has anyone added a bug for that
[03:41:54] <RyanS> cool http://www.cnczone.com/forums/general_metal_working_machines/191560-kmg_clone_belt_grinder_pics.html I don't like the aluminium idea. however
[03:47:28] <archivist> note the thickness he is using
[03:48:22] <RyanS> yeah , what about vibration dampening?
[03:49:38] <archivist> for a belt sander I would not be worrying about vibration much, looks solid enough
[03:53:35] <RyanS> I decided to wouss out on converting the drill press.. motor rewind place is doing the delta rewire, VFD (they use good stuff like WEG), enclosure and controls for $450
[03:54:19] <RyanS> AUD
[07:23:57] <Mjolinor> any python people in that can explain somethign to me related to https://github.com/reprap/firmware/blob/master/createTemperatureLookup.py#L117
[07:24:23] <Mjolinor> I know nothign about python << thats the important bit :)
[07:25:01] <Mjolinor> on line 117 there is a print statement of a variable "t.temp(adc)" I can't understand where that variable is
[07:25:27] <Mjolinor> all i want to do is make it print "r" as calculated on line 56
[07:25:53] <Loetmichel> *tingering*
[07:25:57] <Loetmichel> tinkering
[07:27:00] * Loetmichel notes: 5t and 6t gears with module 0,5 is asking a bit much of a mill with acme drives and nylon nuts... -> http://www.cyrom.org/palbum/main.php?g2_itemId=14544
[07:27:14] <Loetmichel> ... but at least the mill bit is now doing its job ;-)
[07:28:13] <Loetmichel> ... thats a 0,6mm drill in the gears ;-)
[07:28:38] <Loetmichel> ... and a 3mm thick POM sheet
[07:39:39] <archivist> tooth form , grrrr
[07:40:24] <Loetmichel> archivist: SHOULD be invloute... when you subtract the play in the mill ;-)
[07:41:03] <archivist> you cannot get the right form that way with that dia endmill :)
[07:41:11] <Loetmichel> you can
[07:41:21] <Loetmichel> if the end mill is mall enough
[07:41:58] <Loetmichel> and the "bottom" of the teet are deeper than necessary, so the radii there will not collide with the other tooths
[08:07:00] <jthornton> yea, my facing G code generator is starting to work!
[08:07:19] * jthornton celebrates by going to breakfast
[08:45:18] <gundamlh> wow
[09:15:48] <JT-Shop> wow
[09:20:53] <Tom_itx> JT-Shop, how's the gcode gen coming along?
[09:25:00] <Tom_itx> facing raw material would be a handy one... i seldom program that rather just manually move the cutter
[09:25:13] <Tom_itx> too lazy to write it
[09:37:52] <archivist> mill or lathe facing, kinda different
[09:39:00] <archivist> and if milling, little endmill or slab mill
[09:42:39] <JT-Shop> Tom_itx: I think I have the facing part almost done, I just need to do the depth of cut steps and I'm done
[09:42:55] <JT-Shop> I'll post it on my web site when that is done
[10:05:57] <pcw_home> Yow 29 degrees! Thats positively Arctic for spoiled Californians like us
[10:10:59] <syyl> 29deg? thats tshirt/shorts weather?
[10:12:08] <pcw_home> 29F :-)
[10:12:18] <syyl> crap ;)
[10:12:45] * syyl asks google how cold thats in C
[10:13:03] <syyl> -1,66C
[10:13:09] <syyl> thats ok :D
[10:13:42] <syyl> we expect -10C for tonight
[10:15:39] <pcw_home> Its fairly rare that we have it this cold here (and its been almost a week)
[10:15:57] <pcw_home> frosty sheep in the morning
[10:33:46] * JT-Shop finally got the tractor to start a day and a half later
[10:34:06] <JT-Shop> -4c here 18" snow on top of 1/2" if sleet
[10:36:32] <pcw_home> Snow is a once/20 year think here (well maybe once/10 years in the hills)
[10:40:53] <GuShH> JT-Shop: what was wrong with the tractor? fuel / carb issues?
[10:46:46] <JT-Shop> well, I didn't start it at all last summer, the battery was shot, the starter solenoid crapped out, the carb was full of gunk and the tires are still kinda low on air... other than that she is in good shape for being 57 years old.
[10:47:23] <JT-Shop> I rebuild the engine a few years ago so it is as good as it was when it was new.
[10:48:50] <GuShH> JT-Shop: sounds about normal
[10:49:04] <GuShH> it's what happens when time goes by
[10:58:17] <JT-Shop> Tom_itx: do you want to test out the G code generator?
[11:07:51] <Tom_itx> sure
[11:08:34] <Tom_itx> not _as_ cold here as it's been but we got a sheet of ice to deal with.
[11:08:47] <Tom_itx> maybe 20F or so
[11:09:48] <Tom_itx> cloud cover warms it up
[11:11:35] <Tom_itx> pcw_home, i'd much rather deal with 4F here than 29F in Califor n i a... i bet they'd go frantic if they got some moisture with that
[11:11:49] <jthornton> http://gnipsel.com/linuxcnc/index.html
[11:13:48] <Tom_itx> linux?
[11:14:40] <Tom_itx> i'll move it to the other box here in a bit
[11:15:00] <awyea> hey is there a reason why my ini file wouldnt change the slider values (min/max/default) in axis? I just set those values in the [Display] section right?
[11:15:19] <JT-Shop> Tom_itx: linux for sure, might run in windoze it is python
[11:15:55] <JT-Shop> awyea: did you start LinuxCNC after saving the ini file?
[11:16:25] <awyea> <JT-Shop> ya
[11:24:42] <JT-Shop> slider for what?
[11:25:47] <JT-Shop> IIRC you can only set the jog slider default
[11:26:58] <awyea> cant set max and min too? I cant even get the default to set right. starts at 700 ipm...my machine has trouble much over 12...
[11:29:14] <JT-Shop> pastebin your ini file
[11:29:48] <Tom_itx> odd one.
[11:30:01] <Tom_itx> JT-Shop, your page loads differently in linux
[11:30:10] <Tom_itx> the gcode gen isn't showing up there
[11:30:22] <Tom_itx> i cleared history and refreshed the buffer etc...
[11:31:44] <Tom_itx> after 'Tutorials' i get 'Sample Configurations' in linux
[11:32:05] <awyea> http://pastebin.com/BjYHPicJ
[11:32:52] <Tom_itx> and under 'Examples' is 'Classicladder Turret and Tool Change'
[11:33:07] <Tom_itx> where here, it is not there
[11:38:28] <JT-Shop> Tom_itx: that's odd, I see it here under Tutorials http://gnipsel.com/linuxcnc/index.html
[11:39:00] <Tom_itx> that link is up on both here, tried refreshing and both stay the same :/
[11:39:11] <Tom_itx> odd for sure
[11:39:30] <Tom_itx> i wonder which one isn't getting refreshed
[11:39:31] <JT-Shop> http://gnipsel.com/linuxcnc/files/mill.zip
[11:39:44] <JT-Shop> that's the direct link to the zip file
[11:40:53] <JT-Shop> awyea: looks right to me, are you sure your loading this ini file?
[11:41:19] <Tom_itx> that worked
[11:42:07] <JT-Shop> awyea: your not working with a LiveCD install of 2.5.x are you?
[11:43:53] <awyea> no its installed on a beaglebone black. It let me change the machine units from that metric stuff so I assume its loading correctly. I'll try a full restart
[11:48:24] <Tom_itx> JT-Shop, what are the X Y Reference and X Y Start for? i understand what start is for...
[11:48:31] <Tom_itx> does it create a leadin?
[11:49:38] <JT-Shop> yes, the XY start is the place to Z down so you don't plunge into the material, if you leave it blank it puts the tool 1/2 the diameter off of the material
[11:50:12] <Tom_itx> so it will almost touch the edge of the material?
[11:51:05] <JT-Shop> unless you tell it where you want it to z down
[11:51:26] <Tom_itx> ok, what's the reference ones for?
[11:51:57] <JT-Shop> if the corner is not X0 Y0 you can tell it what they are
[11:52:48] <Tom_itx> overrides the diagram?
[11:54:17] <JT-Shop> I guess you could say that, say for example you have one part at X0 Y0 and one at X10 Y0 for two vises etc.
[11:56:59] <awyea> thanks for the help...I've got to go now so i'll save this for another day
[11:59:06] <Tom_itx> JT-Shop, if i switch from the setup screen to the generate code pages and generate the code, if i switch back to edit something, it doesn't regenerate, rather keeps the first gcode output
[11:59:42] <Tom_itx> in other words... oops i see a mistake, i need to regenerate it but keep most of my settings...
[12:00:07] <Tom_itx> i'm just doing .. what if's here
[12:01:25] <Tom_itx> not sure you do it, but i usually include a finish pass depth like a final skin cut
[12:02:05] <Tom_itx> overall, it looks good though
[12:02:07] <JT-Shop> I thought it was bad to do a skin cut?
[12:02:09] <JT-Shop> thanks
[12:02:42] <JT-Shop> if you change anything on the settings page you have to generate the G code again
[12:03:19] <Tom_itx> it doesn't regenerate
[12:03:34] <Tom_itx> also, i tried the copy to clipboard and got an error
[12:04:03] <Tom_itx> before and after highlighting the text
[12:04:05] <JT-Shop> are you sure it doesn't regenerate, it works for me and yes copy to clipboard has an error
[12:04:41] <JT-Shop> for now if you click in the G code window and do Ctrl a then Ctrl c
[12:05:27] <atom1> i changed the start point for example which would show a huge change in gcode and it stays the same
[12:05:52] <atom1> just using the selecion box for now
[12:06:15] <atom1> i'll start fresh...
[12:07:06] <archivist> hmm strange sensation, gears axes
[12:07:41] <JT-Shop> my linux computer up here blew a USB gasket, I need to find another mother board for it from my pile
[12:08:19] <atom1> jt did you see those cheap 510 boards?
[12:08:49] <atom1> do i need to run this as root?
[12:08:55] <JT-Shop> no and no
[12:09:13] <atom1> it generates the first pass but upon making changes doesn't regenerate
[12:10:19] <JT-Shop> run it from a terminal so you can see any errors
[12:10:46] <atom1> it changed the header from zigzag to spiral but the code stays the same
[12:11:18] <JT-Shop> ok, zig zag is not programmed yet
[12:11:23] <JT-Shop> sorry forgot to tell you
[12:11:27] <atom1> :D
[12:11:34] <atom1> i was using zigzag silly
[12:11:38] <JT-Shop> LOL
[12:14:47] <atom1> it must not be reading DOC
[12:16:17] <JT-Shop> I don't quite have DOC done yet
[12:16:20] <atom1> i changed it dramatically and the code didn't change
[12:16:50] <JT-Shop> I almost have that done, it is just a loop to call the path as many times as needed
[12:17:02] <atom1> ok
[12:17:09] <JT-Shop> Z up then over to start then Z down to next level
[12:17:21] <JT-Shop> other than that what do you think?
[12:17:54] <atom1> should do most facing ops, i might add a final pass
[12:19:06] <JT-Shop> ok, that would just be another call to the path generator
[12:19:09] <atom1> does it go past the material a bit?
[12:19:35] <atom1> like on zigzag if you program the material size there will be a corner left where the tool didn't get
[12:19:36] <JT-Shop> if you use 75% then the first pass is 25% overhang
[12:20:42] <atom1> you could make a default percent there
[12:21:10] <JT-Shop> for final pass?
[12:21:19] <atom1> no, in general
[12:21:26] <atom1> fro the step over %
[12:21:41] <JT-Shop> yes, default is 75% if left blank
[12:21:52] <atom1> on the final pass i'd just subtract it from the original depth
[12:22:12] <atom1> not necessarily a percent
[12:22:32] <atom1> and if it's left blank, just ignore it
[12:22:43] <JT-Shop> yep, I'll add a place to spell out final pass if wanted
[12:22:49] <JT-Shop> be back in a bit
[12:22:55] <JT-Shop> thanks for looking at it
[12:23:04] <atom1> np, looking good
[12:31:39] <PetefromTn> Afternoon Folks. Merry Christmas
[12:32:02] <jthornton> Tom_itx, did you look at the tapping and drilling section, it works.
[12:33:21] <IchGuckLive> hi all B)
[12:33:55] <IchGuckLive> hi johannes__ !
[12:42:44] <jthornton> Tom_itx, for fun enter a non number and hit generate
[12:57:56] <jthornton> Tom_itx, and anyone else I fixed the copy to clipboard http://gnipsel.com/linuxcnc/files/mill.zip
[13:20:48] <Tom_itx> jthornton, no i didn't look at them yet since you were asking about the facing
[14:12:46] <archivist> fleabay 261344980360
[14:19:18] <jthornton> wow that is an interact
[14:20:54] <archivist> there are far too many nice toys on fleabay this weekend!
[14:21:24] <Tom_itx> getting close to christmas... gotta stuff your stockings
[14:21:47] <uw> i could use another bridgeport in my stocking
[14:22:24] <Tom_itx> do those use steppers or servo?
[14:22:30] <archivist> I dont need another...I need my first
[14:22:50] <archivist> some were stepper
[14:22:52] <uw> i'll figure that out later
[14:24:28] <andypugh> Those look more like servos than steppers
[14:27:22] <andypugh> Brilliant: http://i.imgur.com/TkYbJsx.jpg
[14:27:50] <andypugh> Tilt/shift processing makes tha Andromeda Galaxy look tiny :-)
[14:30:37] <archivist> pyvcp spinbox seems to have a bug
[14:31:34] <archivist> you can type a number but its not sensed, if you then hit up/down arrow the number you typed is used for the inc and then it is sensed
[14:32:39] <archivist> may get left as a "feature"
[14:33:35] <andypugh> There is a patch for that
[14:34:12] <andypugh> but I think it is a feature to discourage using them. (It's a pretty poor feature, and not very discouraging)
[14:34:36] <archivist> heh
[14:34:44] <andypugh> The reason to deprecate spinboxes is that they grab all input.
[14:35:24] <andypugh> (I need to work on my GladeVCP tabs where the whole tab grabs all input, that's _really_ annoying)
[14:35:41] <archivist> I think I have this thing working as user wants, except the use of a stepper means going through resonance
[14:36:17] <archivist> and his original has serious resonance problems too
[14:38:16] <archivist> with a parallel port it can get to a spindle speed of about 350 rpm and spin the stepper (half step) fast enough to cut a 10 tooth gear through a 20-1 gearbox
[14:39:14] <andypugh> Sounds more than adequate
[14:43:58] <archivist> I set up the spin box 6-128
[14:51:08] <andypugh> skunkworks: Is your 7i80 directly connected, or connected through a router?
[14:51:39] <andypugh> (My PC only has one Ethernet jack, so directly connecting the 7i80 has drawbacks)
[14:52:27] <skunkworks> directly
[14:52:48] <andypugh> 192.168.1.121?
[14:52:58] <micges> andypugh: should work via good router
[14:53:21] <andypugh> I can't see it either connected directly, or through the router.
[14:53:55] <andypugh> board_name comes up as a blank. (I put a print statement in the driver :-)
[14:54:16] <andypugh> I am wondering if the MAC or IP are wrong.
[14:54:18] <micges> andypugh: use mesaflash to locate board first
[14:54:24] <skunkworks> When I had it hooked up - I could ping it
[14:54:43] <andypugh> micges: I had forgotten that mesaflash was that clever :-)
[14:54:44] <skunkworks> before initallizing the rtnet - after I could ping it using rtping or whatever
[14:56:28] <micges> andypugh: fastest will be set jumpers on 7i80 to hardware address (192.168.1.121) and reboot 7i80
[14:56:49] <micges> then make sure your pc has 192.168.1.1
[14:56:53] <micges> and ping should work
[14:57:22] <andypugh> I wasn't aware that I had to give the PC a fixed IP.
[14:57:53] <andypugh> (also, my router won't allocate IPs outside 192.168.0.X
[14:59:25] <pcw_home> You can add an IPV4 alias to your Ethernet config
[15:00:21] <micges> andypugh: you should use 7i80 directly
[15:01:00] <andypugh> But the PC still gets an IP in the wrong range?
[15:01:55] <pcw_home> The PC can have multiple IP addresses
[15:02:43] <pcw_home> But without a dedicated connection, things are going to have terrible latency
[15:16:09] <andypugh> Making progress :-)
[15:17:50] <Tom_itx> http://codinghorror.typepad.com/.a/6a0120a85dcdae970b0128776ff992970c-pi
[15:17:52] <Tom_itx> TM
[15:18:14] <Jymmm> andypugh: the galaxy pic looks "articficial"
[15:18:32] <andypugh> Yes, that's the poit.
[15:18:36] <andypugh> (point)
[15:18:37] <Jymmm> ?
[15:18:57] <andypugh> They have used tilt/shift to make it look like a macro
[15:19:20] <Jymmm> no clue, nm.
[15:19:36] <andypugh> http://news.cnet.com/8301-17938_105-20094788-1/gigantic-coin-achieves-tilt-shift-effect/
[15:23:48] <Jymmm> Hmmm http://en.wikipedia.org/wiki/Tilt%E2%80%93shift_photography
[15:24:53] <andypugh> Wahay! I can flash the LEDs on the 7i80 board!
[15:26:01] <Jymmm> andypugh: LED Fetish?
[15:28:33] <andypugh> From that page, http://en.wikipedia.org/wiki/File:Oregon_State_Beavers_Tilt-Shift_Miniature_Greg_Keene.jpg is a really good example of the effect. Doing it to a photo of a galaxy is inspired :-)
[15:39:08] <Jymmm> andypugh: It's cute
[15:39:58] <Jymmm> andypugh: I believe if I understand the basics a bit more, I'd be more enthusiastic about it
[15:42:04] <Loetmichel> *shi** ... will do that again tomorrow after fixind the y axis... seem a coupling slipping or step errors... :-( -> http://www.cyrom.org/palbum/main.php?g2_itemId=14547
[15:42:54] <Jymmm> wth is that? milled or 3d printed?
[15:43:00] <andypugh> Jymmm: It's pointless and over-used, which is why folk are now playing about with giant coins ans galaxies
[15:43:13] <Jymmm> andypugh: Ah =)
[15:43:31] <Jymmm> Loetmichel: is that milled or 3d printed?
[15:43:43] <Loetmichel> milled
[15:43:56] <Jymmm> Loetmichel: plastic?
[15:43:57] <Loetmichel> 0.6mm mill bit, 3mm thick POM
[15:44:11] <Jymmm> whats POM??
[15:44:24] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14544
[15:44:28] <Loetmichel> Delrin?
[15:44:32] <Jymmm> ah
[15:44:53] <Jymmm> Loetmichel: Easy cleanup.... use a kitchen green scrubby (scotchbright pad)
[15:45:03] <Jymmm> Loetmichel: great on wood too
[15:45:23] <Loetmichel> aehm, the finges are no problem, thats just because the sheet was glued with double sided tape
[15:45:37] <Loetmichel> that will wash off with Propanol
[15:45:52] <Jymmm> http://2.bp.blogspot.com/-Lq0tEHT5Hvw/TyY7IWo0EWI/AAAAAAAAABY/VlJX5NwVfGo/s1600/scotchbrite1.jpg
[15:45:55] <Loetmichel> but the shift in y indicates a broken coupling or such
[15:46:13] <Jymmm> cant tell thru all the fuzzy swarf
[15:46:50] <Loetmichel> oh, sorry. ,moment, pls
[15:48:01] <Jymmm> andypugh: Right now, I'm just proving my space time continuum in real time, not miniture
[15:56:26] <micges> andypugh: any more than gpio blinking?
[16:00:35] <Loetmichel> Jymmm: see it better now? http://www.cyrom.org/palbum/main.php?g2_itemId=14550
[16:00:47] <Loetmichel> especially the onbe in the back middle
[16:01:28] <Jymmm> Loetmichel: Oh, where the bottom half is all wacked?
[16:03:01] <Loetmichel> just that it is the top half that is whacked ;-)
[16:03:08] <Loetmichel> look at the center drill
[16:03:19] <Loetmichel> whcih i made before the outer contour
[16:04:43] <Jymmm> Loetmichel: That's just for DrunkenCNC is all
[16:05:11] <Loetmichel> ?
[16:05:23] <Jymmm> drunk
[16:05:27] <Jymmm> too much boose
[16:05:39] <Loetmichel> my cnc doesent drink
[16:05:43] <Loetmichel> and me neither ;-)
[16:05:49] <Jymmm> but the operator does =)
[16:05:55] <Jymmm> lies
[16:06:11] <Loetmichel> i suppose the coupling on y is gon like x did a few months ago....
[16:06:15] <Jymmm> Loetmichel: your so drunk, you dont even remember that you drink
[16:06:28] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=12563
[16:06:34] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=12566
[16:06:45] <Loetmichel> Jymmm: that times are gone
[16:06:54] <Loetmichel> LONG gone
[16:07:00] <Jymmm> lol
[16:07:21] <Jymmm> Yes, I guess for some, 15 minutes ia a LOOOOOOOOOOOOOONG time ;)
[16:09:41] <Loetmichel> 15 years fits better
[16:13:56] <Jymmm> 4" ID SS Nut... yeow
[16:14:16] <Loetmichel> Jymmm: i was in a club called "Trinksprotverein Gambrinus e.V."... but that was years ago. the last beer i had about a month ago.
[16:14:55] <Jymmm> See, 15 minutes is a LOT closer to a month, than 15 years agao =)
[16:15:10] <Jymmm> Loetmichel: (I tease of course)
[16:16:19] <Jymmm> SS ballscrew shafts, 1-10 (assuming 1" 10 TPI) $20
[16:16:52] <Jymmm> but has .224 to .584 diam, 1-7ft long
[16:16:57] <Loetmichel> drinking exessively is about 15 years gone i meant ;-)
[16:18:04] <Deejay> gn8
[16:20:24] <andypugh> micges: No, my network froze, and as the machine is running headsless, that was a problem.
[16:20:32] <skunkworks> heh
[16:23:55] <kengu> http://www.aliexpress.com/item/CNC-Router-Accessories-Dust-collector-Cover-cnc-3kw-spindle-motor-dust-collector-device-D100mm/1089070151.html
[16:24:24] <kengu> this is pretty close to the only product I have found
[16:26:25] <andypugh> It's also horrible
[16:26:52] <kengu> that also
[16:27:06] <kengu> but as stated, best so far
[16:27:57] <andypugh> I doubt I could make one that looked that bad, so would feel obliged to prove it.
[16:29:31] <kengu> http://www.aliexpress.com/item/80mm-Brush-Vacuum-Cleaner-Engraving-machine-Dust-Cover-for-CNC-Router-100mm-diameter-for-spindle-motor/1222645846.html pretty chinese instructions and specs
[16:30:06] <Tom_itx> surely dyson has made a better one :D
[16:46:15] <mrsun_> hmm is there any free programs like gwizard? =) i would pay for it if i could afford it but atm looking for some free alternative =)
[16:48:24] <CaptHindsight> http://www.ebay.com/itm/MATSUURA-CNC-RA-1DUAL-PALLET-VERTICAL-MACHINING-CENTER-/281205507634?pt=LH_DefaultDomain_0&hash=item4179278632 it looks like the last operator might have been trapped inside
[16:49:09] <mrsun_> haha
[16:51:18] <CaptHindsight> http://www.ebay.com/itm/BOSTOMATIC-312-VERTICAL-MACHINING-CENTER-WITH-TOOLCHANGER-IN-PLANT-UNDER-POWER-/200998520298?pt=US_Heavy_Equipment&hash=item2ecc7205ea not bad for $2500
[16:53:29] <CaptHindsight> http://www.ebay.com/itm/Mazak-VTC-16C-Mazak-VMC-Vertical-Machining-Center-CNC-VMC-/131063043436?pt=US_Heavy_Equipment&hash=item1e83f7556c I wonder how high this one will sell for?
[16:56:43] <CaptHindsight> http://www.ebay.com/itm/JONES-LAMSON-TNC210A-COMBI-CNC-CHUCKER-TW237-/370729400325?pt=LH_DefaultDomain_0&hash=item565131b805 here a nice weekend project
[17:00:51] <kengu> i just transported this from remote workshop to my local shop, http://yilong86.en.made-in-china.com/product/QokEUWxVsecI/China-Laser-Stamp-Engraving-Machine-S25-.html
[17:02:30] <kengu> it takes hpgl and at the moment I have it set up as normal "2d-printer" with cups. so the phrase "print to laser" gets a new meaning
[17:03:02] <CaptHindsight> kengu: does it have a z axis?
[17:03:17] <kengu> nope
[17:03:59] <CaptHindsight> lots of CNC deals on fleabay
[17:04:03] <WalterN_bed> kengu: how much was it?
[17:05:01] <kengu> WalterN_bed: i just transferred it from one place to another for me to have easier access
[17:12:54] <andypugh> micges: Looks like at least one thing is broken with rt-preempt and 7i80.
[17:13:15] <andypugh> And it is probably my thing to fix. The "lcd" hal component doesn't load
[17:14:18] <micges> lcd.c gives warnings during build, maybe not all were fixed
[17:14:45] <andypugh> It's very odd. halcmd: loadrt lcd fmt_strings="Hello"
[17:14:46] <andypugh> <stdin>:1: /home/andypugh/git/linuxcnc-dev/libexec/rtapi_app_rt-preempt exited without becoming ready
[17:14:47] <andypugh> <stdin>:1: insmod failed, returned -1
[17:14:47] <andypugh> See the log and output of 'dmesg' for more information.
[17:15:02] <micges> what is in log?
[17:15:07] <andypugh> But there are no errors printed anywhere I have found
[17:15:13] <micges> /var/log/linuxcnc.log
[17:15:21] <andypugh> Yes, I am tailing that. Nothing.
[17:15:27] <micges> dmesg?
[17:15:44] <andypugh> Nothing
[17:15:55] <micges> hmm
[17:16:30] <andypugh> I did make changes to lcd, but they don't seem to have been merged into ubc3
[17:17:09] <andypugh> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commit;h=24dc2a2306bac45f04566cf992a9e5653562896c
[17:17:28] <andypugh> It is just possible that that already fixes the problem
[17:22:30] <andypugh> The warning appears to be about the "abs" function, which I thought was in rtapi_math.h
[17:23:30] <andypugh> The problem is probably actually with " #ifdef SIM " which will not catch the userspace realtime case.
[19:50:20] <Tom_itx> pcw_home, if i don't use the 7i84 analog as analog i can use them as gpio right?
[19:50:42] <Tom_itx> or are they analog only with that config?
[19:51:36] <pcw_home> They are both
[19:52:22] <Tom_itx> ok
[19:55:45] <Jymmm> pcw_home: Have you stepped outside today/tonight?
[20:07:41] <pcw_home> Yep, took the dog to the dog park
[20:09:48] <pcw_home> walking with the wind was OK, not so much the other way...
[20:43:23] <MacGalempsy_> count another one here for mr stupid, couldnt figure out why the 7i77 wasnt powering up, and I had it plugged into the parallel port
[21:50:01] <Tom_itx> pcw_home, do the is_output and is_opendrain modifiers apply to the 7I84 outputs?
[21:50:27] <Tom_itx> and invert_output
[21:53:27] <Tom_itx> mmm apparently not...