#linuxcnc | Logs for 2014-08-31

Back
[02:17:36] <Deejay> moin
[04:07:36] <anarchos2__> should i pull the trigger on a 5i25?
[06:20:33] <f1oat> Anyone using MODBUS to drive a VFD ? I have a DZB200 inverter and wonder if the best solution is customizing de VFS11 driver or using MB2HAL
[06:21:16] <zeeshan> i do
[06:21:22] <zeeshan> for an eaton mvx9000
[06:21:46] <zeeshan> i think any driver can be modified
[06:21:59] <zeeshan> as long as you're communicating as the vfd is expecting it
[06:28:50] <zeeshan> modified mvx9000 driver
[06:31:38] <f1oat> ok, I will at the code
[08:17:07] <zq> :\
[08:44:49] <archivist> a toy http://www.ebay.co.uk/itm/ABB-IRB-2000-ESAB-Aristorob-500-welder-/321507497743
[08:48:14] * SpeedEvil adds to the list of people that should be set on fire.
[08:50:19] <archivist> because you saw something you cannot afford?
[08:50:41] <SpeedEvil> Because it's been outside in the rain for 6 months.
[08:50:45] * archivist tells the world where the toys are when he cannot afford
[08:50:46] <SpeedEvil> At least put a tarp over it
[08:51:31] <archivist> motors probably are sealed well enough leaving a retrofit of the control
[09:36:29] <SpeedEvil> If the bearing surfaces aren't screwed
[09:36:33] <SpeedEvil> and gears
[09:38:18] <Tom_itx> what's a little rust among friends
[09:44:28] <syyl_ws> the robot may even be ip67
[09:45:00] <syyl_ws> 100pounds dont seem much
[09:45:10] <syyl_ws> even if you just take it apart for parts
[09:45:18] <syyl_ws> like the servos and harmonic drives...
[09:45:41] <syyl_ws> and the welder can go straight back to ebay
[09:46:01] <syyl_ws> "used, slight surface rust, was working when disassembled"
[09:46:45] <syyl_ws> but i like the picture of the robot out in the green
[09:46:57] <syyl_ws> a bit madmaxish
[09:51:52] <anarchos2__> heh
[09:56:12] <anarchos2__> does a servo drive include an amplifier, usually?
[09:56:39] <anarchos2__> i'm a little confused about servos
[10:55:07] <SpeedEvil> syyl_ws: The above robot - 0.1mm accuracy 10kg working load, 1.5m working envelope. You could make a really decent 3d printer with that :)
[10:55:31] <syyl_ws> irgs
[10:55:34] * syyl_ws shrugs
[10:57:44] <syyl_ws> 3d printing is not my world
[10:57:44] <syyl_ws> :D
[10:57:55] <syyl_ws> in my mind everything starts from a massiv piece of stock
[10:58:12] * SpeedEvil was not 100% serious.
[10:58:29] <syyl_ws> me neither ;)
[10:58:44] <SpeedEvil> I do wish I could find a nice how-to on making a couple of amp e-beam gun though
[10:59:07] <SpeedEvil> A large vacuum chamber + e-gun + electrode feed = potentially quite awesome indeed
[10:59:27] <SpeedEvil> 3d printers are fun if they can do inconel
[11:00:06] <syyl_ws> yeah :D
[11:00:23] <syyl_ws> get a mig gun, inconel wire and a cnc machine..
[11:00:26] <syyl_ws> presto
[11:00:32] <syyl_ws> inconel printing :D
[11:00:41] <SpeedEvil> The vacuum chamber makes it better
[11:28:15] <CaptHindsight> SpeedEvil: http://reprap.org/wiki/MetalicaRap#The_Following_Sections_Are_For_Actual_Builders_Only_Please_Ignore_If_Your_Not_Actually_Building
[11:28:44] <CaptHindsight> unless of course it's all BS
[11:40:07] <zq> is this valid gcode? G00Y.975
[11:40:08] <zq> M8
[11:40:11] <zq> oops
[11:40:32] <zq> i always thought g motion commands were g...x...y...
[11:41:05] <XXCoder> it just uses whats needed. if motion is purely Y it would state only y
[11:41:43] <zq> so g0y0.975 is valid and means moving purely the
[11:41:44] <zq> y
[11:43:40] <XXCoder> http://www.cnccookbook.com/CCCNCGCodeMDI.htm
[11:44:30] <zq> i just don't get why i'm getting y-axis join following errors
[11:45:28] <XXCoder> dunno not exactly expert either, just been using cnc machine and basic modifing gcode
[11:45:46] <XXCoder> most time I watch mentor do it, but friday I modified it for first time
[11:52:59] <XXCoder> zq: whats full error message
[12:03:51] <zq> XXCoder: it's not particularly helpful: joint 1 following error
[12:03:51] <zq> emc/task/taskintf.cc 617: Error on axis 1, command number 244
[12:04:10] <zq> Issuing EMC_TRAJ_LINEAR_MOVE -- (+220,+120, +0,0.100000,1.340000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000, +2,1.333333,7.881136,101.040207, +0, -1,)
[12:04:41] <XXCoder> ah
[12:04:46] <zq> so it was during a g1x0.1y1.34f80
[12:04:56] <XXCoder> it detected difference between actual position and commanded position
[12:05:02] <zq> wait a sec, f80 means 80% feedrate or 80x the norm?
[12:05:41] <zq> in other words, does f80 == 0.80 or f80 == 80?
[12:06:13] <zq> heh, it worked without the f80
[12:06:18] <XXCoder> not sure actually
[12:06:29] <XXCoder> yeah it just means its at porevious setting
[12:06:31] <zq> i think whomever wrote that line was in a real rush
[12:06:55] <XXCoder> ah found info
[12:07:00] <XXCoder> its at inches per minute
[12:07:07] <XXCoder> sp f80 is 80 in/min
[12:07:25] <XXCoder> The feedrate word specifies feedrate in inches per minute for Imperial controllers and in millimeters per minute if your controller is set up for metric
[12:07:37] <zq> lol jesus christ
[12:07:44] <XXCoder> might be 80mm/min
[12:07:45] <zq> next line below that isX1.35F400
[12:07:48] <XXCoder> dunno what machine is
[12:07:50] <zq> inches
[12:07:56] <zq> murrican
[12:08:10] <XXCoder> 'mericcia here too lol
[12:09:03] <XXCoder> 400 is ok for g0 usually. I have seen 800 for g0
[12:09:29] <XXCoder> my mentor told me he seen 1000, zip across right above stock lol
[12:09:44] <XXCoder> asked if he ever needed coffee and he said heck no lol
[12:10:22] <XXCoder> theres even faster ones too
[12:10:23] <zq> hah
[12:10:45] <zq> reprap printer heads zoom around quite rapidly too
[12:11:56] <XXCoder> lol ok
[12:16:15] <zq> awesome, f400 made me spill my coffee
[12:19:25] <XXCoder> lol
[12:19:55] <XXCoder> https://www.youtube.com/watch?feature=player_embedded&v=f44oHby9aMw
[12:19:58] <XXCoder> 800 ipm
[12:24:43] <Jymmmm> When a 20" fan is trying to turn, but barlt moves inches at a time. Is that the motor or the cap?
[12:24:48] <Jymmmm> barly
[12:24:52] <Jymmmm> barely
[12:25:09] <XXCoder> try air can clear out dust inside
[12:25:20] <XXCoder> if till not, motor probably worn'
[12:25:59] <Jymmmm> It was fine 12 hours ago, just went to plug it in and zilch
[12:26:14] <SpeedEvil> CaptHindsight: Oooh
[12:26:27] <XXCoder> Jymmmm: try spin it by hand
[12:26:37] <XXCoder> if it starts up and spin fine its motor too
[12:27:13] <Tecan> http://www.netpipe.ca/paste/?paste=4
[12:27:41] <Jymmmm> XXCoder: worked
[12:27:58] <XXCoder> jy doing some research making sure im right
[12:28:58] <XXCoder> I usually new new fan when hand starting gets too hard
[12:29:26] <XXCoder> hand start might be failing capactor though it needs little spike of watts to start rotating?
[12:30:11] <SpeedEvil> bearing seizure can do it
[12:30:25] <jymmm> XXCoder: I have no idea on AC motors. I just see the cap and know there are "starting caps" on compressors/pumps.
[12:30:25] <SpeedEvil> does it rotate freely/
[12:30:31] <XXCoder> yeah you'd feel grind though
[12:30:55] <jymmm> but this cap is an encapculsated square box
[12:31:22] <XXCoder> well easy enouggh to open and find out
[12:31:37] <XXCoder> since it'll just get worse and need more hand starting
[12:31:37] <jymmm> encapsulated =)
[12:31:52] <Rab> jymmm, like this? http://i.ebayimg.com/00/s/MTEwMFgxMTAw/z/oDcAAOSw-nZTqqvf/$_35.JPG
[12:31:57] <jymmm> as in with epoxy
[12:32:11] <jymmm> Rab: yeah
[12:33:11] <jymmm> but it's like 2" x 1", I think having to do with mounting it in the cage
[12:33:12] <XXCoder> heh I love my patton fan
[12:33:24] <XXCoder> it lasts damn forever and has long warranity
[12:33:56] <jymmm> XXCoder: I did too, but they changed that now.
[12:34:03] <XXCoder> they reverted
[12:34:20] <XXCoder> my fan is the ugly stage with plastics and all. theyre back to metal now
[12:34:49] <XXCoder> the ugly one is warranty replacement for my older smaller all metal fan that died too early at 8 years old
[12:35:02] <jymmm> this fan is quieter than my patton one of the same size
[12:35:02] <XXCoder> and it by itself is now 5 years old
[12:35:31] <jymmm> five?! Ha.... try 20 =)
[12:35:57] <XXCoder> nice. my old one I loved it :( its smaller but more powerful. too bad it died :(
[12:36:44] <jymmm> Yeah, my little one died too. Then the repair shop fucked around for months, *parts are backordered", then closed.
[12:36:58] <XXCoder> did you in least get it back
[12:37:03] <jymmm> no
[12:37:09] <XXCoder> whaa
[12:37:14] <XXCoder> they stole fan basically
[12:37:22] <jymmm> pretty much
[12:37:44] <XXCoder> what if they got fan so good they decided to close biz to keep it lol
[12:37:45] <XXCoder> jk
[12:38:04] <jymmm> XXCoder: Yep, that's it! Those bastards!!!
[12:39:02] <XXCoder> lol
[12:39:16] <XXCoder> anyway might go for cap see what works
[12:39:43] <XXCoder> http://www.amazon.com/s/?ie=UTF8&keywords=patton+fans&tag=googhydr-20&index=aps&hvadid=43948948281&hvpos=1t1&hvexid=&hvnetw=g&hvrand=16167137891498054419&hvpone=&hvptwo=&hvqmt=b&hvdev=c&ref=pd_sl_8v12w4rhg_b
[12:39:50] <XXCoder> current patton designs
[12:40:06] <jymmm> I turned it off and waited for it to stop spinning. It turn back on fine and all speeds work.
[12:40:27] <XXCoder> yeah at start iut always goes "I'm totally fine!!"
[12:40:47] <XXCoder> but evenually you will have to "kick it" each time, and later no worky even with kickstatts
[12:40:55] <jymmm> You know the fan I miss the most.... a 16" box fan. That thing was jsut awesome
[12:41:16] <XXCoder> old ones from 80s and so on?
[12:41:31] <zq> any suggestions on how to figure out the cause of my following errors?
[12:41:33] <jymmm> yeah, non of this larson crap
[12:41:37] <zq> i'm still getting them on g0s
[12:41:50] <XXCoder> I hve very old fan mount that holds any of box fans
[12:42:05] <XXCoder> love it. we modified large old style patton fan to be on it :)
[12:42:08] <XXCoder> nice and powerful
[12:42:24] <XXCoder> zq: dropped steps?
[12:42:46] <zq> XXCoder: it's an open loop stepper set up
[12:42:54] <XXCoder> its mismatch between commanded positon and actual position
[12:43:10] <zq> i don't understand
[12:43:11] <XXCoder> jymmm: http://www.amazon.com/Patton-PX405-U-20-Inch-Performance-Circulator/dp/B000EI8TWO/ref=pd_sim_sbs_op_4?ie=UTF8&refRID=0QAB6SP0V3RVQ8R7WCDM
[12:43:18] <XXCoder> my ugly fan
[12:43:35] <XXCoder> zq: basically computer commanded it to be at y of whatever
[12:43:36] <jymmm> XXCoder: WOW that is fugly
[12:43:41] <XXCoder> it went to other y
[12:43:49] <XXCoder> may be slightly off but still not same
[12:43:56] <jymmm> Just avoid the Lasko brand fans
[12:44:07] <XXCoder> jymmm: yeah its free replacement for small fan so whatever
[12:44:19] <jymmm> XXCoder: =)
[12:44:27] <zq> i still don't understand
[12:44:36] <XXCoder> I cant explain more clearly
[12:44:39] <jymmm> 16" http://images.cloud.worthpoint.com/wpimages/images/images1/1/0707/15/1_ddd5d1c920fd7f564762c190629d5a16.jpg
[12:44:50] <zq> there is no positional feedback on the stepper
[12:44:53] <zq> it's open ended
[12:44:54] <jymmm> XXCoder: It fit in wondows perfecty
[12:44:59] <zq> no encoders, nothing
[12:45:11] <XXCoder> jy I always wanted to try build fan with spidle
[12:45:18] <zq> therefore actual becomes exactly what identical is
[12:45:18] <jymmm> XXCoder: easy to move around
[12:45:31] <XXCoder> extremely powerful. actually I rather use duct conferge fan
[12:45:32] <jymmm> XXCoder: it's the blades that are a bitch
[12:45:56] <XXCoder> image isnt showing up
[12:46:17] <jymmm> http://www.worthpoint.com/worthopedia/vintage-metal-toastmaster-portable-window-box-fan
[12:46:44] <XXCoder> wow box fan for tanks LOL
[12:46:56] <jymmm> tanks?
[12:47:09] <XXCoder> it looks heavy duty enough for tanks
[12:47:18] <jymmm> tanks?
[12:47:23] <jymmm> sherman tanks?
[12:47:52] <XXCoder> http://media.desura.com/images/groups/1/3/2074/Mating.jpg
[12:48:00] <FinboySlick> Weren't those air-cooled incidently?
[12:48:23] <XXCoder> not saying they actually use fans just that it ooks tough enough to be.
[12:48:52] <jymmm> XXCoder: was that the typ of tank you were thinking? of liek fish tanks?
[12:48:59] <FinboySlick> XXCoder: I know. But I'm pretty sure they ran an air-cooled v12.
[12:49:07] <XXCoder> yeah jy war machines
[12:49:12] <jymmm> k
[12:49:18] <XXCoder> FinboySlick: for person inside cooling
[12:49:25] <XXCoder> older tanjks it can be real hot lol
[12:49:31] <jymmm> XXCoder: I wasnt sure if you meant cooling fluid tanks
[12:49:37] <XXCoder> yeah
[12:49:48] <XXCoder> funny how joke turned into debate :)
[12:49:57] <jymmm> XXCoder: If you want to MAKE a fan, just get a car electric radiator fan
[12:50:08] <FinboySlick> jymmm -> harbringer of confusion
[12:50:21] <jymmm> and put a box around it and battery =)
[12:50:21] <XXCoder> could but better have 2 hp spidle ;)
[12:50:54] <jymmm> XXCoder: That's not a fan, that's a tornado
[12:51:05] <XXCoder> personal house tornado lol
[12:51:23] <XXCoder> seriously yeah small and very standardized spidle so easy to fix
[12:51:45] <XXCoder> it would be fan that lasts a long time and pass down to children
[12:51:54] <jymmm> XXCoder: 4ft fan http://thumbs1.ebaystatic.com/d/l225/m/mE1Aa2Ul4AujCUptHqSfRiw.jpg
[12:52:15] <XXCoder> saw one of those yeah
[12:52:18] <XXCoder> big.
[12:52:51] <XXCoder> http://www.amazon.com/Patton-18-inch-High-Velocity-PUF1810B-BM/dp/B004WT6ZFO/ref=sr_1_1?ie=UTF8&qid=1409505635&sr=8-1&keywords=patton+fans
[12:52:59] <XXCoder> LOL one of those pictures is bad photoshop
[12:53:13] <XXCoder> if you can call it photoshop if its just insert picture in other
[12:54:05] <jymmm> I have one sorta like this, it's awesome... http://www.walmart.com/ip/Xtend-Climb-FT-4-Lightweight-4-Step-Stool/14971893
[12:54:25] <jymmm> Mine is super lightweight, can carry with one finger
[12:54:40] <XXCoder> nice now build another out of titanium lol
[12:54:51] <jymmm> That 'U' bar REALLY helps
[12:54:56] <XXCoder> so you can hold it using tip of that finger heh
[12:55:07] <jymmm> XXCoder: I already can
[12:55:17] <XXCoder> just off the finger then. LOL
[12:55:26] <jymmm> XXCoder: I already can
[12:55:36] <XXCoder> wow you must be jedi then ;)
[12:56:02] <jymmm> XXCoder: These are not the ladders you are looking for.
[12:56:07] <XXCoder> lol
[12:57:19] <jymmm> But that ladder (or one like it) are really awesome. You would be surprised at how often you begin to use it
[12:57:52] <jymmm> Hard to find it seems
[12:58:21] <XXCoder> interesting
[12:59:19] <XXCoder> zq: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Following_Error
[12:59:24] <XXCoder> maybe it will help
[12:59:50] <jymmm> XXCoder: THIS is what I have... http://www.ladderkart.com/image/cache/data/products/Eurostar%20Platform%20Ladders/Eurostar_4%20Steps_Medium_Duty_Platform_Ladder-700x700.jpg
[13:00:05] <XXCoder> so its not folding?
[13:00:21] <jymmm> IT is folding, just lift the last step
[13:00:34] <XXCoder> oh
[13:00:46] <XXCoder> it looked like weld type at top joint
[13:01:03] <jymmm> I understand.
[13:01:25] <jymmm> stores in closet
[13:02:12] <jymmm> It's like perfect height for a step stool or indoors at ceiling level
[13:02:41] <XXCoder> yeah good for around the house stfuf
[13:03:00] <jymmm> no having to fight those side folding bars to lock up/closed that always pinch your fingers
[13:04:17] <XXCoder> whoa! http://nationalreport.net/15-year-old-swatted-domestic-terrorism/
[13:04:39] <jymmm> Any how, if you ever see one exactly like that, check it out. Thee are many close to it, but not the same thing.
[13:05:28] <XXCoder> thanks
[13:06:26] <XXCoder> watch the video
[13:06:34] <XXCoder> it shows dumbass player being arrested
[13:06:52] <dewy721_> I hate to break up the fans & latters but I'd like to pose a question. Does anyone know of a lightweight html interface for LinuxCNC?
[13:07:26] <SpeedEvil> XXCoder: good. There is a real danger of death doing that so someone.
[13:07:32] <XXCoder> yeah
[13:07:40] <XXCoder> like judge said theres no reset in real life
[13:07:42] <jymmm> yah the dad got shot too
[13:07:58] <FinboySlick> dewy721_: I don't know if it exists but it could be pretty cool. Would help make the linuxcnc box headless.
[13:08:42] <FinboySlick> There's webgl now and all the client-side stuff one could want.
[13:08:50] <Rab> You could make an HTML interface that sends commands to axis-remote without too much trouble.
[13:09:33] <jymmm> bad bad bad bad idea
[13:09:47] <dewy721_> I'm doing some recon for PocketNC . com we would like to setup a web interface since the machine is so small.
[13:11:07] <FinboySlick> jymmm: The web interface or plugging into axis-remote?
[13:11:40] <jymmm> FinboySlick: http/html
[13:11:46] <dewy721_> since it runs off of a beaglebone black, it needs to be light as possible
[13:12:01] <FinboySlick> jymmm: There's things like web sockets now.
[13:12:11] <jymmm> FinboySlick: pffff
[13:12:13] <zq> what are the step rates for the bbb?
[13:12:34] <zq> assuming a stepper, that is
[13:12:54] <FinboySlick> jymmm: If it's designed to not rely on the browser itself, I think it'd be pretty cool.
[13:13:16] <jymmm> FinboySlick: While kludgy, there is keystick, and many other remote capabilities already exist.
[13:13:30] <jymmm> FinboySlick: and are not stateless
[13:14:01] <dewy721_> the hardware IO can cycle pins in the low megahertz range but so far 40khz x 5 axes seems doable.
[13:14:20] <zq> pretty
[13:14:22] <jymmm> FinboySlick: 2ยข
[13:14:27] <zq> that pru
[13:14:44] <dewy721_> yup.
[13:17:41] <dewy721_> I know there are several ways to piece a html interface together, but was wondering if someone was already working on a solid front-end.
[13:18:26] <FinboySlick> dewy721_: Not that I'm aware of but I think it's a cool idea if it can be done right.
[13:18:43] <zq> dewy721_: i think there's emcweb
[13:18:51] <zq> i haven't tried it though
[13:21:04] <dewy721_> Looks like the Rockhopper Webserver might work (websockets).
[13:21:30] <zq> idk why you'd use websox for this though
[13:21:42] <zq> it's fancy but unnecessary
[13:22:58] <FinboySlick> zq: It's not necessary but it would probably be a better way to stream real time information.
[13:23:09] <dewy721_> to setup exclusive use rights per connection? like I mentioned I'm still trying to figure the best option out.
[13:23:56] <dewy721_> Hence why I came here.
[13:25:35] <skunkworks_> dewy721_: machinekit (fork of linuxcnc) is trying to do
[13:25:42] <skunkworks_> exactly that
[13:26:58] <os1r1s> dewy721_: chilipeppr is a pretty slick web front end for machining
[13:27:01] <dewy721_> we're running machine kit distro, perhaps I should go see what's happening over there.
[13:27:28] <roycroft> what was the purpose of the machinekit fork?
[13:27:40] * roycroft is not familiar with machinekit
[13:28:28] <Rab> roycroft, LinuxCNC on BeagleBone Black.
[13:28:57] <Rab> I don't know if it's a fork so much as a specialized live image.
[13:29:58] <roycroft> ok, thanks
[13:30:09] <roycroft> sounds like something i don't need to spend any time on
[13:31:37] <CaptHindsight> there's is some facilitation in the toy FDM industry for avoiding the use of a PC for machine control and only using a PC for user interface, modeling and slicing
[13:33:46] <SpeedEvil> There was a BBB fork that used the PRUs for control timing
[13:33:54] <SpeedEvil> This has orders of magnitude better timing
[13:35:37] <skunkworks_> or a smart phone for interface device..
[13:37:27] <dewy721_> SpeedEvil: which fork? (think I missed part of the conversation during a con-reset.)
[13:37:42] <os1r1s> dewy721_: The pocketnc looks very slick
[13:38:38] <jdh> though their web/net ski11lz are lacking.
[13:38:47] <dewy721_> Thanks, but I just do the software bits, the site owner does the hardware.
[13:39:11] <CaptHindsight> a smart phone or tablet nay be used to control your toy printer from remote locations as well e.g. beach, bathroom, bowling alley
[13:40:17] <dewy721_> yeah I imagine that'll change after three kickstarter campaigne.
[13:41:41] <dewy721_> <--subject to autocowreckion on droid tablet.
[13:42:31] <jdh> where do you get 5-axis cam?
[13:43:11] <dewy721_> , we are working with Autodesk to make a subscription based software solution for makers.
[13:43:17] <jymmm> pi and tablet running linuxcnc https://www.youtube.com/watch?v=WLIo7TA82xE
[13:43:33] <CaptHindsight> NX and Mastercam have 5 or more axis CAM
[13:44:02] <CaptHindsight> jdh: ^
[13:44:07] <dewy721_> Autodesk wants to get on them Maker Faire action so they're going to release a much cheaper piece of CAM software.
[13:45:04] <CaptHindsight> who did autodesk partner with 3d systems or was it stratysis?
[13:45:23] <CaptHindsight> Stratasys
[13:46:08] <dewy721_> that I have no idea, I'm on the other end of the collaboration.
[13:47:52] <dewy721_> I can say the it'll be a cad/cam all in one. Design then click to mill.
[13:49:54] <XXCoder> LOL https://i.chzbgr.com/maxW500/8299115520/hAECC5B4D/
[13:50:14] <CaptHindsight> if you have control over the printer and material then you can create an application to just take 3 models and press print
[13:50:33] <CaptHindsight> isn't that what the makerbot/autodesk goal is?
[13:51:22] <CaptHindsight> it's not printing anything precise, just a reasonable facsimile of object from a library
[13:52:04] <CaptHindsight> 3/3d
[13:53:58] <dewy721_> well it's a mill, it won't do much printing at the moment. Although, if you can model it in a sensible form the it should be able to machine it.
[13:57:36] <dewy721_> Where aiming at the market hole between 3d printing and big machining. Autodesk is indeed aiming to bring itself to both additive & subtractive maker markets.
[13:57:48] <os1r1s> dewy721_: Is that a tinyg you are using?
[13:58:20] <XXCoder> ice water challenge. this one is extreme. https://www.youtube.com/watch?feature=player_embedded&v=Afu7xTDbcLI
[13:59:40] <dewy721_> that's old photo. not these days. Where currently using a bbb and designing our own cape for it.
[14:00:37] <os1r1s> dewy721_: What is the target price of the machine?
[14:01:57] <dewy721_> They are shooting for <3500$ for a closed loop system w/3-phase spindle.
[14:02:11] <os1r1s> dewy721_: Including 5 axis software?
[14:02:36] <CaptHindsight> dewy721_: what is being used for the UI?
[14:03:41] <dewy721_> they are still discussing the how to package the software. currently the UI is Axis (via ssh).
[14:04:27] <CaptHindsight> dewy721_: does the BBB connect to the monitor?
[14:04:48] <CaptHindsight> oh, sorry via SSH I see
[14:05:27] <dewy721_> nope, the hdmi pins are used by the machine. So no, no local display.
[14:06:14] <CaptHindsight> so $3500 + a second PC, phone or tablet for the UI
[14:07:16] <CaptHindsight> and some cat5 cable
[14:07:17] <Rab> dewy721_, I've found the Axis preview window on BBB is dog slow via local monitor or SSH X forwarding. How are you handling that (or what else are you doing)?
[14:08:55] <dewy721_> actually since the bbb runs linuxcnc itself, you just need a freeware client to talk to it via ssh. I've used my pc, tablet & phone.
[14:11:44] <dewy721_> the UI cycle time is set too high by default, you can either slow the update cycle down from 1ms to 333ms (30fps) of stop using a OpenGL UI.
[14:12:05] <dewy721_> of=or.
[14:12:57] <dewy721_> that is also a reason we would like to switch to an html front-end.
[14:12:59] <Rab> Thank for the tip, can you point me to where that's set?
[14:14:27] <dewy721_> can't remember for sure. Either the . hal file or the ini file. it's not hard to find.
[14:15:01] <Rab> Cool, I'll look around.
[14:18:29] <dewy721> well it's been fun, gotta run. thanx for the suggestions guys.
[14:19:31] <dewy721> ttfn
[16:09:30] <Deejay> gn8
[16:51:29] <zq> hm
[17:12:28] <syyl> my try on drag engraving..
[17:12:30] <syyl> http://gtwr.de/web/wp-content/uploads/2014/08/pro_ritzspitze_1.jpg
[17:12:40] <syyl> seems to work ;)
[17:12:40] <syyl> http://gtwr.de/web/wp-content/uploads/2014/08/pro_ritzspitze_3.jpg
[17:13:09] <syyl> works even on glas,,,kinda
[17:13:11] <syyl> http://gtwr.de/web/wp-content/uploads/2014/08/pro_ritzspitze_6.jpg
[17:13:28] <PetefromTn_> Nice man...
[17:13:31] <PetefromTn_> Looks good.
[17:13:42] <PetefromTn_> Did you buy the bits or grind them yourself.
[17:13:56] <syyl> thanks :)
[17:14:05] <syyl> they are ground from 3mm carbide shanks
[17:14:11] <syyl> on the cutter grinder
[17:14:55] <PetefromTn_> Sweet. Looks like you made a few.
[17:15:08] <anarchos2> I'm so out of touch with PC hardware these days. Will a mesa PCI card work with all flavours of PCI?
[17:15:13] <anarchos2> like...if it fits, it works?
[17:15:31] <anarchos2> because there's all sorts of express x16 stuff that i don't understand :P
[17:15:55] <syyl> yeah, one or two for myself, and the others as giveaways to hobby machinists around here..
[17:16:15] <PetefromTn_> LOL well that leaves me out
[17:16:57] <syyl> far away from germany? ;)
[17:17:05] <PetefromTn_> WAY
[17:17:20] <syyl> :D
[17:18:26] <PetefromTn_> Altho I may need to make one myself here. I usually use some single flute engravers I have here and they work for most stuff but those allow you to engrave on radiused surfaces which is nice.
[17:19:29] <syyl> thats the beauty of it, yes
[17:19:42] <syyl> and the incredible fine line it produces
[17:24:28] <jdh> I have a bunch of trashed 1/8" carbide mills you could grind for me.
[17:25:51] <XXCoder> heys
[17:55:53] <Connor> anarchos2: the 5i25 will only work with the legacy PCI slot. the 6i25 is for PCIE, You can put a PCI x1 in a x1, x4, x8, x16 slot
[17:56:39] <cpresser> is there any particular reason to chose a 6i25 or 5i25 if you have both slots available in your system?
[17:56:54] <Connor> Nope.
[17:57:02] <Connor> The core of the card is the same.
[17:57:58] <Connor> The 6I25 can be completely software compatible with the 5I25 if 5I25 bitfiles are loaded in the 6I25's EEPROM, and its PCI clock is set for 33 MHz. This is the current default setup of 6I25 cards. Configured this way, the 6I25 will report itself as a 5I25 and will be completely compatible with 5I25 software. These is a small speed advantage and some additional 6I25 features available if the card is runs as a native 6I25. To do this, a 6I25 bitfile must be
[17:59:23] <cpresser> ah okay. thank you for that clarification. i think ill get a 6i25, mainly because i can move it to newer mainboards that dont have the 'legacy' PCI slot anymore
[19:04:25] <anarchos2> Connor, awesome, thanks for the info :D
[19:04:34] <anarchos2> will probably go for a 6i25
[19:05:22] <anarchos2> has anyone used a 3d print service before?
[19:05:36] <anarchos2> i think it's the only hope for getting motor covers that will fit my steppers
[19:06:18] <jdh> odd motors? slightly overize 570s?
[19:06:41] <anarchos2> oversized 425s
[19:06:52] <anarchos2> 60mm
[19:08:42] <anarchos2> I have a stl from Hoss of covers that will fit...just need to find somewhere to make them
[19:09:12] <anarchos2> shapeways.com wants $48/ea :(
[19:09:13] <XXCoder> well
[19:09:24] <XXCoder> making crappy holders so you can use machine to make em
[19:09:37] <XXCoder> thats a option
[19:11:50] <jdh> I saw some from .au I think. Connor made me some
[19:12:43] <XXCoder> anarchos2: or maybe has something in aliexpress
[19:14:24] <anarchos2> I have been unsuccessful in locating any
[19:14:56] <anarchos2> the company that makes the regular sized covers has some that will fit the 60mm motors, but are "out of stock" and have been apparently for two years
[19:15:12] <anarchos2> i've checked aliexpress, ebay, tons of google searches..
[19:15:21] <jdh> http://www.dyengineering.com/60mm%20Cover.html
[19:15:22] <Connor> anarchos2: Those are made out of aluminum and are WAY too expensive..
[19:15:48] <Connor> CNC machined from aluminium alloy
[19:15:56] <anarchos2> jdh: unavailable...
[19:16:02] <jdh> yeah. and pricey.
[19:16:18] <Connor> Plus, I like my design better.. protects the connector.
[19:16:18] <XXCoder> ana maybe consider new motors
[19:16:34] <XXCoder> compitable and much more common
[19:17:05] <jdh> Connor: it does protect it, but the cable angle also stresses the housing. One of mine snapped.
[19:17:24] <Connor> jdh: Really ?
[19:17:28] <Connor> Which one ?
[19:17:36] <jdh> my X
[19:18:07] <Connor> The cable or the connector itself ?
[19:18:09] <XXCoder> http://www.aliexpress.com/item/HIGH-VOLTAGE-BLDC-MOTOR-10W-60mm/1328590235.html
[19:18:23] <jdh> the glue joint
[19:18:27] <anarchos2> Connor, have an url?
[19:18:54] <XXCoder> also 60mm http://www.aliexpress.com/item/new-design-200w-60mm-AC-servo-motor/1085008787.html
[19:19:00] <Connor> jdh: Ah. You glue it back ?
[19:19:18] <Connor> anarchos2: On CNZzone in my G0704 build thread..
[19:19:34] <jdh> Connor: yeah. Black JB-weld looks good.
[19:20:16] <Connor> jdh: I was found out later on that I was using BAD pvc glue.. it wasn't holding very well on some of those.. that might have been a bad joint..
[19:20:59] <jdh> could be. It held up for a long time.
[19:21:45] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=160668&amp;d=1338270657
[19:21:51] <jdh> I finally mounted my enclosure on the wall and almost cleaned up the wiring.
[19:21:55] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=160669&amp;d=1338270663
[19:22:04] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=160670&amp;d=1338270672
[19:22:19] <Connor> I redesigned it a tad from tha tone.. that was my first one..
[19:22:29] <Connor> you might have to be logged into cnczone to see that..
[19:22:47] <Connor> the center hub was made oblong to make it a tad easier to install.
[19:23:18] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=160699&amp;d=1338341548
[19:23:20] <jdh> http://tinyurl.com/omt8c65
[19:23:27] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=160700&amp;d=1338341554
[19:23:49] <anarchos2> maybe i just need to buy a 3d printer to make my own :P
[19:23:58] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=162149&amp;d=1340478621
[19:23:58] <anarchos2> i suppose it would be a nice little project to make on my mill, though
[19:24:05] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=162150&amp;d=1340478627
[19:24:11] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=162151&amp;d=1340478635
[19:24:16] <Connor> http://www.cnczone.com/forums/attachment.php?attachmentid=162152&amp;d=1340478641
[19:24:23] <Connor> Those are milled out.. not 3D printed.
[19:24:49] <anarchos2> yea
[19:24:51] <Connor> I used PVC lumber.. did the first layer.. left it mounted on the machine and glued the next layer on top...
[19:25:07] <Connor> then milled that layer out.. then glued the finial layer on.. and finished milling..
[19:25:17] <Connor> really not that hard.
[19:25:31] <anarchos2> maybe i'll take hoss' stl and try to modify it into something i could build on the mill
[19:25:37] <Connor> I made 5 or 6 in one run the complete span of the G0704 table
[19:26:02] <jdh> http://tinyurl.com/l3tvj3w
[19:26:11] <jdh> I got those this w/e. Middle one is 6.25"
[19:26:50] <anarchos2> brb gonna switch to the windows pc
[19:39:36] <XXCoder> http://eliogenuine.eliomotors.com/
[19:42:38] <jdh> looks like JT's thing with a shell around it
[19:43:28] <XXCoder> well im buying it
[19:43:42] <XXCoder> 84 mph and it is pretty cheap
[19:44:22] <Connor> It's not a new concept.
[19:44:23] <jdh> you also post nationalreport url's like they are real :)
[19:44:38] <Connor> Forget who came up with that design.. way back when...
[19:44:53] <XXCoder> never said it was new :)
[19:45:32] <Connor> I want a air powered car.
[19:45:45] <Connor> No batteries..better for the environment..
[19:45:46] <XXCoder> yeah but airpowered seem to have failed to come to uysa
[19:45:52] <XXCoder> bad contractors in usa :(
[19:45:58] <Connor> Yea.. :(
[19:46:06] <XXCoder> that pissed me off
[19:48:34] <XXCoder> 6 hours left for bonus of 50% added to reserve
[19:48:49] <XXCoder> I can afford $250 so went for it. can always upgrade later
[19:52:05] <jdh> do you have a motorcycle license?
[19:52:17] <jdh> or does your state have a different 3-wheel license?
[20:01:05] <roycroft> thoughts on this as a spindle for a router that will handle wood/plastic/occasional non-ferrous metals?
[20:01:08] <roycroft> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=251627004739&_trksid=e11051.m203&_trkparms=algo%3DCRX%26itu%3DLM%252BUCI%252BUCC%26otn%3D5&ssPageName=ADME:X:RTQ:US:1348
[20:02:24] <roycroft> it might not run slow enough for wood
[20:02:28] <roycroft> and plastic
[20:04:37] <SpeedEvil> Slow enough?
[20:05:04] <roycroft> 4000rpm is the minimum speed
[20:05:10] <SpeedEvil> 24000RPM isnot an unusual speed for wood routers
[20:05:39] <roycroft> hmm, my wood routers don't go that fast
[20:05:46] <roycroft> but they're mostly pretty big
[20:06:02] <roycroft> it all depends on what tooling i use, of course
[20:06:28] <SpeedEvil> http://www.ebay.com/itm/Electric-Plunge-Router-Wood-Cutting-Machine-24000-rpm-1-4-3-8-1-2-1850W-3HP-/230952199184?pt=Routers_Bits&hash=item35c5d2e410
[20:06:31] <SpeedEvil> first router Ihit
[20:06:43] <roycroft> perhaps 4000rpm is not a problem
[20:07:33] <jdh> I have a 1.5kw version
[20:07:58] <roycroft> similar to the one i posted?
[20:08:04] <jdh> yeah
[20:08:08] <roycroft> it has good specs
[20:08:12] <roycroft> 0.005mm tir is pretty nice :)
[20:08:17] <jdh> chinese TIR
[20:08:21] <roycroft> yes
[20:08:25] <roycroft> big mm there
[20:08:43] <roycroft> although it says it uses japanese bearings
[20:08:50] <jdh> mine is amazingly quiet
[20:08:52] <roycroft> so it might not be too far out of spec
[20:09:12] <roycroft> 80mm seems a pretty standard size for those spindles
[20:09:28] <jdh> yeah. Mine only has an ER11
[20:09:30] <roycroft> so if i got that one and made a mount for it i could potentially use that mount for other spindles
[20:09:41] <jdh> but I wouldn't use anything bigger than 6mm anyway
[20:09:51] <roycroft> i'll be using pretty small cutters
[20:10:17] <roycroft> in fact, the reason i mentioned that it might not be suitable for wood/plastic was because i would tend to use larger cutters with those than with aluminium or brass
[20:10:37] <SpeedEvil> Carbide cutters can go really quite fast indeed in wood
[20:10:37] <roycroft> but i don't think i'll be putting any panel raising router bits in a cnc router
[20:11:05] <roycroft> does the price seem decent?
[20:11:09] <jdh> I've only used 1/8" cutters with mine. Mainly HDPE, testing on PCB and 6061
[20:11:22] <roycroft> assuming it could get it at the $289 price (+$89 shipping)
[20:11:43] <roycroft> for a water-cooled spindle + vfd that seems like a good price to me
[20:12:01] <SpeedEvil> http://www.vortextool.com/index.cfm?fuseaction=category.display&category_id=11&CFID=7269122&CFTOKEN=15b53c04967847f4-D2FFF42B-DCE5-434C-7C97A0478E506236
[20:12:03] <SpeedEvil> funky
[20:12:47] <jdh> http://www.ebay.com/itm/221354796303
[20:14:05] <roycroft> that's about the same price
[20:15:40] <roycroft> it would probably be a little easier for me to get a 110vac vfd instead of 220vac
[20:15:45] <roycroft> but i can deal with either
[20:15:58] <jdh> they will sell you either
[20:16:02] <jdh> are you in .us?
[20:16:31] <roycroft> yes
[20:17:18] * roycroft bookmarks
[20:17:26] <roycroft> they ship from the us, whereas the one i posted ships from china
[20:17:32] <roycroft> i like domesting shipping better
[20:17:37] <roycroft> domestic
[20:17:41] <jdh> keling probably has something similar and slightly more
[20:17:51] <jdh> who ships from uS?
[20:18:12] <roycroft> the one you posted
[20:18:24] <jdh> that's odd.
[20:18:31] <roycroft> odd in a good way though
[20:18:37] <roycroft> free standard shipping
[20:18:41] <roycroft> item location: united states
[20:19:00] <roycroft> i'm not getting a spindle yet anyway
[20:19:11] <roycroft> i'm just starting the design of the machine, and looking at spindle options
[20:19:23] <jdh> how big?
[20:19:47] <roycroft> 3' x, 2' y, 8" z
[20:20:07] <roycroft> i just bought the ball screws yesterday
[20:20:30] <roycroft> i'm going to design around them, so those dimensions will not be exact
[20:20:35] <roycroft> but that's roughly the size
[20:22:05] <roycroft> the spindle will be the last thing i buy
[20:22:18] <roycroft> i'll probably test with a laminate router that i already have first
[20:22:50] <roycroft> but it's good to get an idea of what to get up front, for design and budget purposes
[21:09:11] <jymmm> Tom_itx: If you happen to be in the plagerizing spirit... http://thecustomgeek.com/store/products/one-square-inch-of-goodness/
[21:28:27] <Tom_itx> not very useful since you can't plug it into a breadboard
[21:28:41] <Tom_itx> i think you can get those in dip though
[21:31:46] <Tom_itx> can't see much reason for that board really
[21:36:21] <jymmm> justsize mostly
[21:38:13] <jymmm> alex_joni: https://www.youtube.com/watch?v=rBmMzabdEKQ
[22:26:46] <anarchos2> well, it's not the best solution but it will have to do for now. freed up a ton of space on my workbench, too http://imgur.com/vicKFCS
[22:28:00] <LeelooMinai> anarchos2: Where did you get those adapters/orange cables for the stepper drivers?
[22:28:41] <LeelooMinai> They were part of the bob?
[22:29:07] <Tom_itx> they look like short ether cables
[22:29:16] <Tom_itx> i've got some short jumpers like that
[22:29:16] <anarchos2> not part of the bob, but pretty much designed only for it
[22:29:19] <anarchos2> cnc4pc
[22:29:22] <anarchos2> they are ethernet cables
[22:29:23] <LeelooMinai> Yes, but at the end they have small adapters
[22:29:33] <Tom_itx> the thumb release?
[22:29:40] <anarchos2> just regular ones, with an adaptor to fit my keling/leadshine drivers
[22:29:45] <LeelooMinai> No, the ones that plugin into terminals
[22:29:48] <LeelooMinai> gray ones
[22:30:07] <anarchos2> yeah there's a terminal->rj45 adaptor
[22:30:33] <LeelooMinai> http://i.imgur.com/uyE2932.jpg
[22:31:08] <Tom_itx> those should be easy enough to make
[22:31:09] <LeelooMinai> Hmm... I guess I never saw bobs with rj-45 instead of plain terminals
[22:31:21] <anarchos2> http://www.cnc4pc.com/Store/osc/index.php?cPath=33_59
[22:31:33] <anarchos2> they have them for a bunch of different drivers
[22:32:25] <anarchos2> so basically my BOB is designed to take everything in rj45, really.
[22:32:40] <anarchos2> plus of course you can hardwire whatever you want into it
[22:32:49] <anarchos2> my limit switches are rj45 too
[22:32:56] <LeelooMinai> Interesting, but I guess I will have to use plain terminals anyways as I plan to buy mesa kit
[22:33:24] <anarchos2> you might be able to rig something up if you wanted
[22:33:48] <anarchos2> or use the cnc4pc bob with a mesa board (if you're using step/dir)
[22:35:00] <LeelooMinai> I was planning to buy a kit that already has the bob of theirs - it has plain terminals, but it's pretty nice otherwise
[22:35:27] <anarchos2> yes if i had known about them when i started my build i probably would have gone mesa
[22:35:50] <anarchos2> i started out trying to do it on a strict budget, but now i enjoy it so much i don't mind spending some more on it :P
[22:39:33] <XXCoder> nice
[22:39:47] <XXCoder> too bad ethernet cables cant drive stepper motors
[22:39:52] <XXCoder> too thin cables
[22:46:03] <Valen> i have some steppers they could drive ;->
[22:46:12] <anarchos2> heh
[22:46:19] <XXCoder> tiny ones im sure lol
[22:46:29] <Valen> smaller than my pinky finger
[22:46:39] <XXCoder> wow small. microcnc? lol
[22:46:57] <Valen> about 6mm diamiter
[22:47:05] * LeelooMinai imagines Valen as Shrek saying that
[22:47:07] <jymmm> XXCoder: No, just big ass fingers!
[22:47:21] <XXCoder> thicker than nema 23 lol
[22:47:26] <XXCoder> or even 17
[22:47:31] <Valen> thicker?
[22:47:40] <Valen> i am talking about the dia of the motor, not the shaft
[22:47:55] <XXCoder> same
[22:48:13] <Valen> nema 23 is quite a bit bigger than 6mm?
[22:48:30] <XXCoder> yesh I was talking about nema 23 motor not shaft
[22:48:37] <XXCoder> 2.3 inch lolk
[23:10:38] <XXCoder> interesting
[23:10:41] <anarchos2> https://www.grizzly.com/products/18-x-24-x-3-Granite-Surface-Plate-No-Ledge/G9654
[23:10:43] <XXCoder> so youre milling granite or something
[23:11:06] <anarchos2> +/- .00015"
[23:12:54] <XXCoder> interesting
[23:12:59] <XXCoder> but isnt it small
[23:13:06] <anarchos2> the base of my X2 is 12x6x3
[23:13:21] <anarchos2> not including the dovetails
[23:13:25] <toastyde2th> the general rule of thumb is that you can comfortably work on a part half the size of the plate
[23:13:25] <XXCoder> 12"x6"x3"?
[23:13:30] <XXCoder> thats timny
[23:13:39] <anarchos2> it's a small mill :P
[23:13:48] <XXCoder> thought mine would be tuny
[23:13:58] <XXCoder> but its huge compared wit yours
[23:14:40] <anarchos2> heh
[23:14:55] <XXCoder> sigh if I ever build it
[23:15:55] <anarchos2> so i'm thinking two sizes, 18x24 for the larger mill, 12x18 for the smaller one, so still bigger in all dimensions than an x2
[23:16:22] <XXCoder> mill 2"x2"x2", but with insanely fine resolution lol
[23:16:56] <XXCoder> so fine it could reproduce used coin, including dents and straches lol
[23:17:08] <anarchos2> then drill three holes in the end and sink in some expanding anchor bolts, and attach a second one at 90 for the column
[23:17:15] <anarchos2> i hope that would be rigit enough
[23:17:22] <anarchos2> would have to do some tests
[23:17:31] <anarchos2> rigid*
[23:17:35] <roycroft> if it's not, just use a lot of duct tape
[23:17:59] <anarchos2> lol
[23:18:12] <roycroft> hey
[23:18:12] <roycroft> i live in america
[23:18:12] <roycroft> duct tape can fix anything
[23:18:16] <anarchos2> *'murica
[23:20:14] <XXCoder> if it moves and shouldnt use duct tape, if it dont move and should, use wd-40. http://static.neatorama.com/images/2013-02/duct-tape-wd40.jpg
[23:20:14] <anarchos2> so then i have requested a quote on some hardened boxed ways that would fit the 18x24 size (ends up being 18x21 with the configuration i plan on using for bolting togther)
[23:20:22] <anarchos2> we'll see how much that's gonna cost :P
[23:21:29] <roycroft> anything that duct tape cannot fix is commie and not worth fixing
[23:21:52] <XXCoder> did you see pic I linked to? it was real product.
[23:21:57] <roycroft> yes
[23:22:13] <roycroft> i buy wd-40 by the gallon
[23:22:23] <roycroft> it's the best lubricant when machining alminium
[23:22:34] <anarchos2> yes?
[23:22:38] <anarchos2> i should get some :P
[23:22:39] <roycroft> aluminium
[23:22:43] <XXCoder> heh yeah I used a lot when I was working at cnc router dept at work
[23:22:49] <anarchos2> i plan on only doing aluminum, really.
[23:22:54] <roycroft> it really is the best
[23:22:59] <roycroft> the best i've found, at least
[23:23:02] <XXCoder> special no propellant wd-40. just liquid
[23:23:14] <roycroft> yeah, i buy it in gallon cans
[23:23:18] <roycroft> and put it in a squirt bottle
[23:23:22] <XXCoder> yeah
[23:23:27] <anarchos2> yeah i've seen the cans before
[23:23:49] <anarchos2> actually almost impulse bought one last week but then "am i really gonna need that much?"
[23:23:55] <anarchos2> but maybe i will....
[23:24:02] <roycroft> you will
[23:24:37] <XXCoder> buy a dollar wd-40 for now while your drum are in shipping
[23:24:39] <XXCoder> ;)
[23:26:26] <anarchos2> heh
[23:26:42] <anarchos2> maybe i should just order a tanker truck, just to be sure
[23:26:56] <XXCoder> lol
[23:32:20] <XXCoder> http://www.geeksaresexy.net/2014/08/31/the-scariest-wallpaper-ever-pic/ awesome
[23:34:19] <Valen> XXCoder: rofl!
[23:34:33] <XXCoder> yeh
[23:34:40] <roycroft> or have a wd-40 pipeline put in
[23:34:57] <roycroft> you can have hot and cold running wd-40 in your shop
[23:35:10] <anarchos2> lol
[23:35:20] <anarchos2> i do like the smell of wd-40.
[23:35:29] <anarchos2> not as good as tri-flo, but pretty good!
[23:38:15] <XXCoder> lol ok
[23:42:49] <XXCoder> interesting
[23:42:50] <XXCoder> http://makezine.com/2014/08/30/a-new-type-of-3d-printer-at-maker-faire-trondheim/
[23:44:49] <Valen> stacked rotary axies, thats going to be super accurate
[23:47:43] <anarchos2> if they added a second column
[23:47:45] <anarchos2> might be ok
[23:49:09] <anarchos2> ok nm, didn't realize the platter moved