Back
[00:00:54] <furrywolf> not too much at yard sales today... just got a few random tools and a toaster.
[00:01:15] -!- skunksleep has quit [Read error: Connection reset by peer]
[00:06:39] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[00:09:54] -!- gonzo_nb has quit [Remote host closed the connection]
[00:10:02] -!- skunksleep [skunksleep!~AndChat14@69.4.98.27] has joined #linuxcnc
[00:10:09] -!- mozmck_lp [mozmck_lp!~mozmck_lp@67.210.159.245] has joined #linuxcnc
[00:24:27] -!- skunkworks has quit [Ping timeout: 256 seconds]
[00:25:45] -!- mozmck_lp has quit [Quit: Leaving.]
[00:26:07] -!- f1oat3 has quit [Ping timeout: 252 seconds]
[00:28:36] -!- anth0ny_ has quit [Quit: anth0ny_]
[00:37:26] -!- skunkworks [skunkworks!~chatzilla@69.4.98.27] has joined #linuxcnc
[00:39:16] -!- ASRock_pc [ASRock_pc!~Tom@ip68-102-196-57.ks.ok.cox.net] has joined #linuxcnc
[00:39:34] steve_stallings is now known as steves_logging
[00:39:55] -!- ASRock_pc has quit [Client Quit]
[00:50:18] -!- DGMurdockIII has quit [Quit: Leaving]
[01:01:08] -!- tinkerer has quit [Quit: Leaving.]
[01:08:00] -!- aventtini [aventtini!bc1996bc@gateway/web/cgi-irc/kiwiirc.com/ip.188.25.150.188] has joined #linuxcnc
[01:08:09] -!- dnaleromj has quit [Ping timeout: 245 seconds]
[01:09:10] -!- aventtini has quit [Client Quit]
[01:25:05] -!- per_sonne has quit [Ping timeout: 256 seconds]
[01:25:22] -!- Loetmichel2 [Loetmichel2!~cylly@p54B11595.dip0.t-ipconnect.de] has joined #linuxcnc
[01:27:30] -!- Loetmichel has quit [Ping timeout: 252 seconds]
[01:28:54] -!- scooty_puff [scooty_puff!~barbs@cpe-76-184-202-111.tx.res.rr.com] has joined #linuxcnc
[01:50:22] -!- Felix29 [Felix29!~coors@c-67-166-12-95.hsd1.co.comcast.net] has joined #linuxcnc
[01:54:05] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[01:55:58] -!- eventor [eventor!5f59d9d7@gateway/web/freenode/ip.95.89.217.215] has joined #linuxcnc
[02:10:40] -!- eventor has quit [Ping timeout: 246 seconds]
[02:26:46] -!- fablab has quit [Ping timeout: 272 seconds]
[02:29:04] -!- moorbo [moorbo!~moorbo@dyn-21-121.mdm.its.uni-kassel.de] has joined #linuxcnc
[02:30:37] -!- moorbo has quit [Read error: No route to host]
[02:30:46] -!- moorbo [moorbo!~moorbo@dyn-21-121.mdm.its.uni-kassel.de] has joined #linuxcnc
[02:39:12] -!- fablab [fablab!~fablab@2001:a60:13ee:701:70ad:b8cd:25c0:9c49] has joined #linuxcnc
[02:41:23] -!- jerkey [jerkey!~jake@artsf4.spaz.org] has joined #linuxcnc
[02:47:08] -!- moorbo has quit [Read error: Connection reset by peer]
[02:47:12] -!- moorbo_ [moorbo_!~moorbo@dyn-21-121.mdm.its.uni-kassel.de] has joined #linuxcnc
[02:52:32] -!- moorbo_ has quit [Remote host closed the connection]
[02:59:56] <LeelooMinai> Hmm, looked at source code of that gs2_vfd linuxcnc hal driver and there's that: if ((haldata->motor_RPM < 600) || (haldata->motor_RPM > 5000)) haldata->motor_RPM = 1800;
[03:00:09] <LeelooMinai> Kind of a pita...
[03:01:39] <LeelooMinai> If not that everything would work fine. Right now I can still make it work, but I have to pretend in g-code that s1200, for example, means s12000
[03:02:03] <LeelooMinai> Not sure why they have to clip it on 5000:/
[03:03:46] <LeelooMinai> Unless there's some way of scaling the value coming from g-codes (?)
[03:04:34] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[03:06:52] <LeelooMinai> Hmm, maybe I can divide motion.spindle-speed-out
[03:08:31] <LeelooMinai> Also, do people use some, say, polycarbonate "shields" around the spindles? I thought of making something that moves with the table and protected the area around the workpiece and spindle end. Because if some bit breakes at those speeds, I am afraid I will end up with a shrapnel in my body (?)
[03:08:57] <SpeedEvil> not a bad plan
[03:09:19] <LeelooMinai> Well, I never saw anything like this though - I wonder why
[03:09:20] <SpeedEvil> transparent fexible PVC is another option
[03:09:56] <SpeedEvil> Or just box the whole thing
[03:10:02] <LeelooMinai> I mean I saw big CNC that are enclosed with doors, etc., but never saw this on small hobby machines.
[03:10:35] <SpeedEvil> The risk is generally smaller
[03:10:55] <SpeedEvil> you're probably not going to lose an arm if a quarter inch bit breaks
[03:10:58] <LeelooMinai> Yes, long time ago I thought about big box, but now I think I would rather have smaller protection that goes over the table (hinged etc.) which would also prevent all the chips and stuff polluting the machine.
[03:11:20] <LeelooMinai> SpeedEvil: I don't know... at 24k rpm it would be like a sharp bullet...
[03:11:27] <SpeedEvil> Sure.
[03:11:35] <SpeedEvil> Now compute the actual tip-speed
[03:11:40] <SpeedEvil> it's not _that_ high
[03:11:56] <SpeedEvil> If it gets you in an eye - yes - you're screwed
[03:12:42] <LeelooMinai> Hmm, well, lets see
[03:12:59] <SpeedEvil> Eyewear is probably a good plan if you don't have
[03:13:46] <LeelooMinai> I can only fit max, say, 7mm in there, so that's 22mm diameter
[03:13:53] -!- per_sonne has quit [Ping timeout: 256 seconds]
[03:14:11] <SpeedEvil> circumference
[03:14:27] <LeelooMinai> Right
[03:14:47] <LeelooMinai> So 484m / minute
[03:15:02] <LeelooMinai> 8 m/s
[03:15:06] <LeelooMinai> Well, no, thx:)
[03:15:19] <SpeedEvil> Sure - it's quite fast for a sharp thing thrown at you.
[03:15:31] <SpeedEvil> But it is really slow compared to the slowest bullet.
[03:16:19] <LeelooMinai> 28 km/h - right, maybe would not kill me:)
[03:16:21] -!- johtso has quit [Quit: Connection closed for inactivity]
[03:17:06] <SpeedEvil> Noting of course that faiing cutters can go lots faster thna the tip speed - if wound up and springing
[03:17:33] <LeelooMinai> In any case, I want to have some protection on there
[03:17:45] <LeelooMinai> I don't want the chips falling on rails, etc.
[03:18:25] -!- veek [veek!~veek@117.192.11.113] has joined #linuxcnc
[03:18:30] -!- veek has quit [Changing host]
[03:18:30] -!- veek [veek!~veek@unaffiliated/veek] has joined #linuxcnc
[03:18:34] -!- veek [veek!~veek@unaffiliated/veek] has parted #linuxcnc
[03:20:11] <LeelooMinai> Hmm, I don't know if to patch this 5000 out for myself or what
[03:23:47] <LeelooMinai> E, no
[03:39:59] <LeelooMinai> ok, finally everything is agreed on the display (including gs2):
http://i.imgur.com/oP3jkvk.png
[03:41:42] <LeelooMinai> Though when I set it to 24000 it's like starting a helicopter - pretty scary
[03:52:37] -!- FreezingCold has quit [Ping timeout: 264 seconds]
[04:03:40] -!- MacGalempsy [MacGalempsy!~AndChat50@2600:100b:b01a:dd85:3cf0:ab6c:8a2a:854a] has joined #linuxcnc
[04:04:00] <MacGalempsy> :]
[04:08:44] -!- anth0ny_ has quit [Ping timeout: 272 seconds]
[04:17:49] -!- AR_ has quit [Ping timeout: 264 seconds]
[04:23:43] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[04:32:29] -!- Brunetty has quit [Quit: Follow me]
[04:36:58] <furrywolf> I broke a 1/8 carbide endmill once that I never found. heard the snap from the mill and the thud against the opposite wall of the room simultaneously. why I always wear eye protection even with tiny bits...
[04:42:04] <furrywolf> I'm sure it wouldn't have gone through clothes, but it'd definitely have taken a chunk out of an eyeball.
[04:42:39] -!- luiscr [luiscr!~luis@201.144.174.26] has joined #linuxcnc
[04:44:57] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[04:48:56] -!- luiscr has quit [Quit: leaving]
[04:51:39] -!- Felix29 has quit []
[04:58:29] <furrywolf> grrrrr. I hate china. My 50W (that draws 30W) LED lamp just burned out. smells nice and burnt.
[04:58:29] -!- luiscr [luiscr!~luis@201.144.174.26] has joined #linuxcnc
[04:58:35] <furrywolf> maybe 2 hours of use on it since I bought it.
[05:00:29] -!- anth0ny_ has quit [Quit: anth0ny_]
[05:02:47] -!- Brunetty [Brunetty!~Home@unaffiliated/brunetty] has joined #linuxcnc
[05:03:15] -!- per_sonne has quit [Ping timeout: 256 seconds]
[05:03:52] -!- Connor has quit [Ping timeout: 255 seconds]
[05:05:21] -!- luiscr has quit [Quit: leaving]
[05:06:23] <furrywolf> Are there any US manufacturers of high-brightness LED bulbs?
[05:11:04] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[05:12:51] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[05:18:14] <LeelooMinai> Hmm, anyone used some software like this, but not commercial/free?
http://www.graficalc.com/index.php
[05:18:30] -!- Connor [Connor!~Connor@24.214.127.194] has joined #linuxcnc
[05:19:21] <LeelooMinai> Something where one would enter some mechanical contraption, some joints, levers, etc, and it could show what movements it would be capable of
[05:21:59] <furrywolf> I've heard solidworks does that, possibly solvespace, geometer's sketchpad, umm...
[05:22:30] <LeelooMinai> Solidworks is a behemoth though and not free:)
[05:23:30] <LeelooMinai> This looks like could work for basic idea testing:
http://www.edu-ctr.pref.kanagawa.jp/LinkWeb/index_e.htm
[05:24:16] <LeelooMinai> Kind of ancient
[05:27:22] -!- mal`` has quit [Ping timeout: 245 seconds]
[05:27:24] -!- djinni` has quit [Ping timeout: 245 seconds]
[05:28:48] -!- tjtr33 [tjtr33!~tjtr33@d47-69-239-176.try.wideopenwest.com] has joined #linuxcnc
[05:29:19] <tjtr33> disney mechanical animations
https://www.youtube.com/watch?v=DfznnKUwywQ
[05:29:21] -!- djinni` [djinni`!~djinni@105.ip-167-114-152.net] has joined #linuxcnc
[05:30:19] <LeelooMinai> Not sure what that is...
[05:30:22] -!- FinboySlick has quit [Quit: Leaving.]
[05:40:41] <furrywolf> bbl, wolfy bedtime
[05:44:22] -!- syyl_ [syyl_!~sg@p200300632C26867864133DF5D386AD8B.dip0.t-ipconnect.de] has joined #linuxcnc
[05:47:52] -!- syyl has quit [Ping timeout: 256 seconds]
[05:50:18] -!- luis_ [luis_!~luis@189.254.162.26] has joined #linuxcnc
[05:50:37] -!- luis_ has quit [Client Quit]
[05:51:59] -!- furrywolf has quit [Ping timeout: 256 seconds]
[05:54:33] -!- theorbtwo [theorbtwo!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[05:57:40] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[06:07:08] -!- kwallace2 has quit [Ping timeout: 256 seconds]
[06:12:47] <ssi> HI
[06:22:17] -!- Demiurge has quit [Read error: Connection reset by peer]
[06:25:03] -!- ve7it has quit [Remote host closed the connection]
[06:48:20] -!- amiri_ has quit [Ping timeout: 272 seconds]
[06:52:03] -!- per_sonne has quit [Ping timeout: 256 seconds]
[06:58:51] -!- anth0ny_ has quit [Quit: anth0ny_]
[07:12:08] -!- eeFuchs has quit [Quit: No Ping reply in 180 seconds.]
[07:13:14] -!- eFuchs [eFuchs!~home_swee@2001:4dd0:ff00:8d54:222:15ff:fecf:933d] has joined #linuxcnc
[07:14:38] -!- aventtini [aventtini!bc1996bc@gateway/web/cgi-irc/kiwiirc.com/ip.188.25.150.188] has joined #linuxcnc
[07:15:38] -!- aventtini has quit [Client Quit]
[07:16:04] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:16:34] <archivist> LeelooMinai, there is something called a gear mate in solidworks that other systems need as well
[07:17:35] -!- aventtini has quit [Client Quit]
[07:18:34] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:19:34] -!- aventtini has quit [Client Quit]
[07:20:31] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:22:20] -!- aventtini has quit [Client Quit]
[07:23:28] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:24:29] -!- aventtini has quit [Client Quit]
[07:25:52] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:30:12] -!- tjtr33 has quit [Quit: Leaving]
[07:33:25] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[07:34:57] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:36:39] -!- aventtini has quit [Client Quit]
[07:37:44] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:38:44] -!- aventtini has quit [Client Quit]
[07:39:46] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:41:35] -!- aventtini has quit [Client Quit]
[07:42:34] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:43:34] -!- aventtini has quit [Client Quit]
[07:44:33] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:46:14] -!- aventtini has quit [Client Quit]
[07:47:31] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[07:48:31] -!- aventtini has quit [Client Quit]
[08:00:17] -!- Komzzzpa has quit [Remote host closed the connection]
[08:01:02] -!- karavanjo has quit [Quit: karavanjo]
[08:03:54] -!- zeeshan|2 [zeeshan|2!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[08:06:01] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:06:34] -!- zeeshan has quit [Ping timeout: 255 seconds]
[08:07:42] -!- aventtini has quit [Client Quit]
[08:09:11] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:10:11] -!- aventtini has quit [Client Quit]
[08:11:22] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:12:40] -!- aventtini has quit [Client Quit]
[08:13:50] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[08:13:56] <Deejay> moin
[08:14:41] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:17:38] -!- aventtini has quit [Client Quit]
[08:19:10] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:20:10] -!- aventtini has quit [Client Quit]
[08:21:21] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:28:29] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[08:29:45] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:30:45] -!- aventtini has quit [Client Quit]
[08:31:51] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:31:53] -!- f1oat3 [f1oat3!~f1oat@AMontsouris-553-1-24-149.w92-151.abo.wanadoo.fr] has joined #linuxcnc
[08:38:43] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[08:40:28] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:41:28] -!- aventtini has quit [Client Quit]
[08:43:01] -!- per_sonne has quit [Ping timeout: 264 seconds]
[08:43:06] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:49:58] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[08:50:26] -!- MacGalempsy has quit [Quit: Bye]
[08:51:15] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:51:31] <Jymmm> MY linseed oil container had a microhole in it. YAY for saved soda bottles =)
[08:52:31] -!- aventtini has quit [Client Quit]
[08:55:38] <Deejay> cheers
[08:55:38] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[08:55:38] -!- micges [micges!~micges@afv32.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[09:00:34] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[09:01:50] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[09:02:50] -!- aventtini has quit [Client Quit]
[09:03:59] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[09:05:19] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[09:11:03] <archivist> CaptHindsight, may interest you
http://www.opticsinfobase.org/boe/abstract.cfm?uri=boe-5-5-1626
[09:11:32] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[09:12:35] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[09:13:35] -!- aventtini has quit [Client Quit]
[09:17:19] -!- SpeedEvil has quit [Ping timeout: 245 seconds]
[09:18:59] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[09:58:34] -!- per_sonne has quit [Ping timeout: 245 seconds]
[09:58:35] -!- swingley has quit [Read error: Connection reset by peer]
[10:06:39] -!- adb [adb!~IonMoldov@2a02:1205:c6a9:72a0:baac:6fff:fe67:305f] has joined #linuxcnc
[10:16:17] -!- swingley has quit [Remote host closed the connection]
[10:19:46] -!- theorb [theorb!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[10:35:11] -!- swingley has quit [Read error: Connection reset by peer]
[10:59:20] -!- per_sonne has quit [Ping timeout: 246 seconds]
[11:11:53] -!- eventor [eventor!~eventor@p5DDD6921.dip0.t-ipconnect.de] has joined #linuxcnc
[11:14:42] -!- eventor has quit [Client Quit]
[11:15:36] -!- eventor [eventor!~eventor@p5DDD6921.dip0.t-ipconnect.de] has joined #linuxcnc
[11:17:27] -!- swingley_ has quit [Read error: Connection reset by peer]
[11:20:18] <MrSunshine> hmm how to fixate blocks in a jig ... i want a pattern of say like 10 x 10 blocks and all need to be firmly in there
[11:21:06] <archivist> have enough space for the 20 clamps needed
[11:21:45] <MrSunshine> 10 X 10 ...
[11:21:55] <MrSunshine> can that be done with 20 clamps? :P
[11:22:18] <SpeedEvil> MrSunshine: Vacuum? hot-melt? Magnets?
[11:22:25] <MrSunshine> SpeedEvil: wood
[11:22:37] <SpeedEvil> Wood magnets should be a thing.
[11:22:37] <MrSunshine> dont know about vacuum ... would be neat but its such a small area
[11:22:42] <MrSunshine> they are like 40x40mm
[11:22:46] <MrSunshine> wouldnt be much force
[11:23:06] <SpeedEvil> How many times do you need to do this?
[11:23:30] <MrSunshine> atm i got like 2000 pieces or so to do =)
[11:24:04] -!- micges has quit [Quit: Ex-Chat]
[11:24:21] <archivist> cheat, one part, carve 100, separate afterwards
[11:24:25] <SpeedEvil> The thought comes up of two bits of plywood, with each the 100 holes in - slightly oversized, diagonally clamped
[11:24:31] <SpeedEvil> That too
[11:25:28] <MrSunshine> i guess i could make a clamp sheet ... say i do holes in the bottom then a sheet that clamps it from the top .. or is that what you mean ?
[11:25:44] <MrSunshine> archivist: problem with this stuff is that they are bent and warped etc .. its not metal :/
[11:25:51] <archivist> not really a cheat, many processes work on a panel then separate
[11:26:19] <SpeedEvil> MrSunshine: clamp it harder :)
[11:26:21] <MrSunshine> if i could do them out of sheet goods i would do it .. but its not the design of the pieces =)
[11:26:38] <archivist> what are the end parts
[11:26:49] <MrSunshine> archivist: a block with a hole in it .. but its made out of solid wood
[11:26:55] <MrSunshine> no sheet goods allowed =)
[11:27:03] <SpeedEvil> MrSunshine: There are many ways.
[11:27:44] <archivist> strip of wood, bore, slice
[11:28:07] <SpeedEvil> For example - if you want a 40mm cube, get some 50*100mm timber, slot down 45mm deep every 40mm
[11:28:31] <SpeedEvil> Then do the machining, and then put thrugh a bandsaw with a fence at 40mm to chop it off
[11:28:36] <MrSunshine> yeah sure .. but now i got 8 boxes of 40x50mm pieces
[11:28:43] <SpeedEvil> ah
[11:29:06] <archivist> start with 40x40 strip!
[11:29:35] <SpeedEvil> MrSunshine: how much on the bottom can you clamp
[11:29:37] <MrSunshine> fact still stands that i got 2000 pieces of 40x50mm pieces that needs holes in them :P
[11:31:14] <SpeedEvil> And how many holes each?
[11:31:18] <MrSunshine> but realy .. im thinking of doing two sheets of plywood with boxholes cut out of them then clamp it with a sheet from top .. tho that sheet would idealy be warped in some way to get a even preasure on all pieces .. or have 10 strips that presses on the edges of the blocks ... problem is .. wood ... they can be all from say 30mm thick to 32mm thick to 28mm thick ...
[11:31:20] <archivist> machine a bottom plate and top plate to hold the array with some clamping
[11:31:22] <MrSunshine> SpeedEvil: 1
[11:31:31] <SpeedEvil> MrSunshine: I would consider a drill-press.
[11:31:33] -!- swingley has quit [Remote host closed the connection]
[11:31:36] <MrSunshine> SpeedEvil: nooo
[11:31:41] <MrSunshine> drillpresses are stupid
[11:31:47] <SpeedEvil> Well, yes.
[11:31:59] <archivist> I would not worry about parts rattling too much
[11:31:59] <MrSunshine> first of all the holes wont be smooth .. atleast not with a single drill ive used
[11:31:59] <SpeedEvil> But you're going to need to clamp and unclamp each bit of wood anyway
[11:32:08] <SpeedEvil> Fair enough
[11:32:09] <MrSunshine> seconds i need to stand there changing every freakin block :P
[11:32:27] <SpeedEvil> You woud need to clamp and unclamp every single block anywayt
[11:32:27] <MrSunshine> and my father has done it with drillpress before .. and every freakin hole is crooked some way
[11:32:48] <SpeedEvil> Stop-blocks and proper clamp fixtures, and it should be dead straight
[11:32:51] <MrSunshine> SpeedEvil: yes but when they are there i can go something else while machine runs ... and i get a smooth and nice hole =)
[11:33:30] <archivist> easy way is a sprung clamp with taper inlet, you only need to load to a stop, drip, eject load new
[11:33:42] <archivist> drip/drill
[11:34:15] <SpeedEvil> Is this one through-hole?
[11:34:20] <archivist> I am thinking of a machine that made balsa fishing floats I saw
[11:35:59] <archivist> probably an easy process to cnc with classicladder
[11:37:01] <SpeedEvil> MrSunshine: Are the blocks identical in size X/Y?
[11:39:34] -!- moorbo [moorbo!~moorbo@dyn-21-121.mdm.its.uni-kassel.de] has joined #linuxcnc
[11:57:17] -!- micges has quit [Client Quit]
[12:11:30] -!- amiri has quit [Ping timeout: 244 seconds]
[12:16:54] -!- swingley has quit [Ping timeout: 245 seconds]
[12:29:11] <MrSunshine> SpeedEvil: "kinda"
[12:29:30] <MrSunshine> one blind hole
[12:30:40] <MrSunshine> but im gonna try with a locating plate, then a bent laminated plate to push down on the blocks and see if that works
[12:31:02] <MrSunshine> locating plate will have sandpaper in the bottom for extra friction for blocks not to move if they are tad bit to small ...
[12:31:16] <MrSunshine> only problem is if the blocks arent totaly equal in Z height
[12:31:16] <SpeedEvil> Or you could just clamp them between bars with rubber on.
[12:31:37] <SpeedEvil> If you have 2000 blocks, simply first sort by height
[12:31:39] <SpeedEvil> :)
[12:31:44] <MrSunshine> SpeedEvil: thats about what im thinking here =) but want them easy to get out and in so dont want to remove whole bars =)
[12:32:51] <SpeedEvil> Or just hot-melt
[12:33:13] * SpeedEvil may over-use hotmelt
[12:36:56] <MrSunshine> hehe :P
[12:40:34] -!- heathmanc [heathmanc!~heathmanc@host86-181-126-101.range86-181.btcentralplus.com] has joined #linuxcnc
[12:40:48] <heathmanc> Anybody up around here?
[12:41:24] <archivist> no
[12:41:53] <SpeedEvil> I am definitely not up.
[12:41:58] <heathmanc> Just getting ready to offload some unused mesa cards and wanted to give the guys here a shot first..
[12:41:59] <SpeedEvil> I got dressed and went back to bed.
[12:42:11] <heathmanc> Bought a ton of things before I finally figured out what I really wanted
[12:42:20] <SpeedEvil> Got it working now?
[12:42:36] <archivist> hmm in the uk too :)
[12:43:26] -!- theorb_ [theorb_!~theorb@agaton.scsys.co.uk] has joined #linuxcnc
[12:43:26] <heathmanc> I am stationed in the UK, around RAF Lakenheath
[12:43:51] -!- theorb_ has quit [Client Quit]
[12:43:53] <heathmanc> have several allen bradley drives also
[12:43:59] <heathmanc> ultra 3000's
[12:44:10] <heathmanc> by several, probably 8
[12:44:27] -!- theorbtwo has quit [Quit: Lost terminal]
[12:44:30] <heathmanc> I have a hoarding problem
[12:45:55] <archivist> hoarding, dunno how that can be a problem :)
[12:46:17] <heathmanc> well... It takes up space, and I have a ton invested and just want it out of my life
[12:46:42] <heathmanc> Ametek reel to reel motors, allen bradley AC servos
[12:48:10] -!- theorbtwo [theorbtwo!~theorb@agaton.scsys.co.uk] has joined #linuxcnc
[12:48:24] -!- per_sonne has quit [Ping timeout: 252 seconds]
[12:52:24] <heathmanc> Even a bunch of Galil stuff, for my ill advised foray into mach3
[12:54:29] -!- swingley has quit [Ping timeout: 252 seconds]
[12:54:35] <andypugh> heathmanc: There is a for-sale section on the forum
[12:54:38] <andypugh> http://www.linuxcnc.org/index.php/english/forum/54-user-exchange
[12:54:42] <archivist> robh not on at the moment is nearest you
[12:55:06] <archivist> 280 mile round trip for me
[12:56:02] <heathmanc> Awesom Andy, I will have a look there. This stuff has got to go.
[12:56:15] <andypugh> Well roger of f1-2000 is probbaly closer.
[12:57:46] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[12:57:47] <archivist> not seen updates to the f1 site, is he too busy playing?
[13:01:09] -!- koo6 has quit [Ping timeout: 246 seconds]
[13:03:33] <archivist> andypugh, found a display error in
http://www.archivist.info/cnc/tooldatabase/ it shows the recorded pressure angle now
[13:04:42] <andypugh> It did seem to be a surprising omission
[13:05:05] <andypugh> archivist: He is too busy working on an all-servo DLP printer.
[13:05:32] <archivist> ah, the too many hobbies problem we all have
[13:06:43] <archivist> I started entering hob and cutter data after the talk on the mailing list about tool databases
[13:07:41] <archivist> just to show when full enough some of the variation in data, the one size does not fit all problem
[13:08:17] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[13:08:43] <andypugh> Roger has basically fallen into the “linuxCNC trap” of spending too much time building, configuring and writing software for CNC machines and not enough time making parts.
[13:10:02] <archivist> I think the odd break and do something else can be as much fun
[13:11:33] <archivist> my next project should be something to measure cutter tooth form
[13:15:54] -!- adb has quit [Ping timeout: 252 seconds]
[13:20:43] <andypugh> I like being able to bounce from project to project, but it’s been over a year since I looked at the Rivett.
[13:20:59] <SpeedEvil> It's a pity - the F1-2000 is mind-bendingly awesome.
[13:26:43] -!- Flipp__ [Flipp__!Flipp@nat/google/x-wajtvsnittwaelyo] has joined #linuxcnc
[13:29:23] -!- adb [adb!~IonMoldov@2a02:1205:c6a9:72a0:baac:6fff:fe67:305f] has joined #linuxcnc
[13:37:24] <andypugh> You can get an idea what he is up to from his Youtube channel:
https://www.youtube.com/user/rooj65/videos
[13:38:54] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc
[13:47:31] -!- gonzo_nb [gonzo_nb!~gonzo@host-92-14-209-118.as43234.net] has joined #linuxcnc
[13:49:40] <SpeedEvil> Ah. He's now given up the F1 project, and has gone into collanders.
[14:05:50] -!- sirdancealot [sirdancealot!~koo5@236.152.broadband3.iol.cz] has joined #linuxcnc
[14:07:06] -!- skunksleep has quit [Read error: Connection reset by peer]
[14:20:06] * JT-Shop guesses he should look in the Machinist Handbook for drill point information
[14:20:37] <Tom_itx> JT-Shop did you ever decide on a reprap design?
[14:22:53] <JT-Shop> the delta one
[14:23:07] <Tom_itx> delta?
[14:23:09] <andypugh> JT-Shop:
http://www.amazon.co.uk/Tool-Cutter-Sharpening-Workshop-Practice/dp/1854862413/ref=sr_1_1?ie=UTF8&qid=1427034153&sr=8-1&keywords=harold+hall+sharpening
[14:23:12] <Tom_itx> abandon those other two?
[14:25:33] -!- veek [veek!~veek@unaffiliated/veek] has joined #linuxcnc
[14:25:41] -!- veek [veek!~veek@unaffiliated/veek] has parted #linuxcnc
[14:26:46] <Tom_itx> http://www.mmsonline.com/articles/choose-the-best-drill-point-geometry
[14:29:34] <Tom_itx> http://neme-s.org/2005%20May%20Meeting/drills.pdf
[14:31:04] <heathmanc> Do you guys know if pncconf has the 4i69 card added in the most recent version? I have a 4i65 and a 4i69 card and the 4i65 works fine in 2.5
[14:32:05] <Tom_itx> i've never used pncconf
[14:32:39] <Tom_itx> pdf has interesting details about drills
[14:32:48] <JT-Shop> reading it now
[14:32:51] <heathmanc> Most people don't, but I am pretty retarded when it comes to setting it up by hand
[14:33:12] <heathmanc> in 2.5, the hm2 firmware didn't support it out of the box
[14:36:58] <pcw_home> I dont know if pncconf supports the 4I69, but theres no reason you could not create hal and ini files
[14:36:59] <pcw_home> for a 4i65 with pncconf and then just globally replace 4i65 with 4i69 in those files
[14:37:05] -!- per_sonne has quit [Ping timeout: 250 seconds]
[14:40:05] <heathmanc> that's what i did originally, but if i remember, there were some pinout problem then too..
[14:40:13] <heathmanc> who knows... been a year since i touched it
[14:40:59] <pcw_home> There wont be any pinout problems, though the connector names vs I/O pin might differ
[14:41:52] <heathmanc> I am going to get 2.6 and see what's up
[14:42:16] -!- b_b has quit [Changing host]
[14:42:22] -!- swingley has quit [Ping timeout: 244 seconds]
[14:43:35] <heathmanc> got a 5i20, a 4i65, and a 4i69.. and only need one
[14:45:31] <pcw_home> actually the 4i69 and 4I65 connectors are named the same so the global replace is perfect even if you use pncconfs connector names to wire things up
[14:46:56] <heathmanc> Ok, will give it a shot
[14:48:50] <pcw_home> of course you have to have matching firmware for the 4i69 (and I'm not sure if the 4i69 is supported with linuxcnc 2.5)
[14:49:46] <heathmanc> it's not, i got a custom one from you over a year ago
[14:51:09] -!- shurshur has quit [Ping timeout: 244 seconds]
[14:51:46] <heathmanc> i had it running with 2.5 and some allen bradley ultra 3000's
[14:55:30] <pcw_home> well if you have a working config maybe you don't really need pncconf again
[14:57:20] -!- scooty_puff has quit [Read error: Connection reset by peer]
[14:59:10] -!- [cube] has quit []
[14:59:45] <heathmanc> Well, that machine has moved, the computer has changed... I don't remember anything about what I was even doing
[15:00:02] <heathmanc> And I moved to a h-bridge setup instead of the AB drives and servos
[15:00:15] <heathmanc> things got overcomplicated
[15:01:06] -!- moorbo has quit []
[15:04:49] -!- nofxx has quit [Ping timeout: 245 seconds]
[15:15:22] -!- [cube] [[cube]!~cube@bas17-ottawa23-1177694387.dsl.bell.ca] has joined #linuxcnc
[15:18:07] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[15:18:28] -!- heathmanc has quit []
[15:21:08] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[15:27:03] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc
[15:27:28] -!- Brunetty has quit [Quit: Follow me]
[15:36:53] -!- swingley has quit [Ping timeout: 250 seconds]
[16:00:58] -!- Nick001-shop [Nick001-shop!~chatzilla@74-37-1-119.dr01.brvl.mn.frontiernet.net] has joined #linuxcnc
[16:22:15] -!- furrywolf [furrywolf!~randyg@70.0.179.118] has joined #linuxcnc
[16:23:16] sirdancealot is now known as sirsleepalot
[16:26:30] -!- per_sonne has quit [Ping timeout: 256 seconds]
[16:29:14] -!- toastyde1th [toastyde1th!~toast@c-69-244-86-195.hsd1.md.comcast.net] has joined #linuxcnc
[16:29:15] -!- toastydeath has quit [Read error: Connection reset by peer]
[16:29:48] -!- rob_h [rob_h!~robh@90.208.148.35] has joined #linuxcnc
[16:30:49] -!- swingley has quit [Ping timeout: 252 seconds]
[16:52:27] -!- Mr_Sheesh has quit [Remote host closed the connection]
[16:53:53] -!- Mr_Sheesh [Mr_Sheesh!~mr_s@unaffiliated/mr-sheesh/x-0757054] has joined #linuxcnc
[16:54:05] -!- b_b has quit [Remote host closed the connection]
[16:58:35] amnesic_away is now known as amnesic
[17:06:38] amnesic is now known as amnesic_away
[17:10:44] Tecan is now known as shvrmecnc
[17:14:53] -!- unfy [unfy!~Miranda@wsip-184-185-82-30.om.om.cox.net] has joined #linuxcnc
[17:15:23] -!- jack16 [jack16!~shadowjac@37-144-180-248.broadband.corbina.ru] has joined #linuxcnc
[17:15:34] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[17:17:22] <jack16> what's best method to wire estop button? Cut power to vfd and stepper drivers? And also let linuxcnc know button was pressed?
[17:19:13] <archivist> cutting power to a vfd can mean it spins longer
[17:19:55] <Jymmm> use of a safety relay would be my first step.
[17:21:10] <archivist> you have to way up stopping motion under control v uncontrolled
[17:21:29] -!- furrywolf has quit [Ping timeout: 245 seconds]
[17:21:29] <zeeshan|2> hi jack
[17:21:30] <zeeshan|2> https://www.dropbox.com/home?preview=IO.PDF
[17:21:37] <zeeshan|2> im doing it similar to what you're saying
[17:22:04] <Jymmm> zeeshan|2: requires login?
[17:22:20] <zeeshan|2> the transmission on my mill slows the spindle down in adequate time
[17:22:48] <zeeshan|2> Jymmm: doesnt
[17:22:52] <Jymmm> Does
[17:22:58] <archivist> think about rigid tapping cycle
[17:23:30] <zeeshan|2> in rigid tapping theres even more friction to stop it
[17:23:42] <Jymmm> Does (Red-X) Corona Dope dry hard/brittle or remain soft like cured silicone?
[17:23:52] <zeeshan|2> https://www.dropbox.com/s/pz1o87ru9cyhgwm/IO.PDF?dl=0
[17:23:59] * SpeedEvil imagines an 'ejector seat' to throw the mill out through the ceiling to a safe distance.
[17:24:00] <archivist> Z needs to be geared during the stop
[17:24:11] <zeeshan|2> SpeedEvil: rofl
[17:25:00] <Jymmm> zeeshan|2: O_o
[17:27:40] <jack16> what if linuxcnc itself malfunctions? maybe give it 1 second to stop and than cut power?
[17:27:59] <zeeshan|2> if linuxcnc malfunctions that'll kill 7i77
[17:28:05] <zeeshan|2> and drop all the connections to the drives anyway
[17:29:56] <zeeshan|2> if youre not using a mesa card
[17:29:57] <jack16> I mean archivist's comment about Z tapping
[17:30:05] <zeeshan|2> you'll need an external charge pump
[17:30:49] <archivist> also known as a watchdog
[17:31:04] <Jymmm> Woof
[17:32:53] <archivist> watchdog timer is built into some/many mesa cards
[17:33:41] <zeeshan|2> i need to add a couple of wires to my vfds
[17:34:05] <zeeshan|2> to cause them to stop motor if there is a fault
[17:34:09] <zeeshan|2> (machine power)
[17:34:21] <zeeshan|2> i noticed, relying on the communication modbus fault isn't reliable
[17:35:08] <jack16> zeeshan, is it 4 separate contractors in your schematics?
[17:35:14] <zeeshan|2> jack16: yes
[17:35:20] <zeeshan|2> a couple for vfds
[17:35:24] <zeeshan|2> and a couple for drives
[17:35:26] <jack16> why?
[17:35:59] <zeeshan|2> https://www.dropbox.com/s/abmmue9j5bwostk/Master%20Wiring%20Diagram.pdf?dl=0
[17:36:01] <zeeshan|2> that might help
[17:36:14] <jack16> can't you just cut 110/220?
[17:36:22] <zeeshan|2> you could
[17:36:30] <zeeshan|2> but i wanted to maintain power to my computer
[17:36:48] <zeeshan|2> and 24vdc logic supply
[17:38:13] <zeeshan|2> also the other reason was the wire gauge size
[17:38:26] <zeeshan|2> going to the vfds can be smaller if you have each individual contactor
[17:38:50] <zeeshan|2> because they'd be on seperate branch fuses
[17:39:22] <jack16> you can cut 220 after it splits to comp/mill (cut only mill).
[17:40:12] <jack16> You can use 3 phase contactor - 1 coil, 3 power contact groups and 1 signal.
[17:41:25] <zeeshan|2> many ways to do it :p
[17:41:31] <zeeshan|2> http://c4.staticflickr.com/8/7471/16081023790_ea7e9061b0_h.jpg
[17:41:52] <zeeshan|2> my main comes to that fuse distribution block
[17:42:03] <jack16> also you can make it self-holding - even if you disengage estop, power will not restore until you press button.
[17:48:35] <Jymmm> jack16: Are you talking about wiring a relay into a self-latching configuraton?
[17:50:18] <jack16> yes.
[17:51:16] <Jymmm> jack16: Bad Idea for a E-stop; It has a flaw in that it can remain engaged/power/active even after hitting the stop button.
[17:51:34] <Jymmm> use a safety relay instead.
[17:53:50] <Jymmm> zeeshan|2: what is that pcb(s) top-right of the mesa beakout board?
[17:54:10] <zeeshan|2> interpolators for glass scales
[17:54:27] <Jymmm> are they mounted stacked?
[17:54:40] <zeeshan|2> yea
[17:54:41] <zeeshan|2> :P
[17:54:44] <Jymmm> offset stacked?
[17:54:51] <jack16> Jymmm, you mean relay can lock in closed state?
[17:54:55] <zeeshan|2> nah just on top of each other with spacers
[17:54:56] <Jymmm> by about 1/4" or so?
[17:55:01] <zeeshan|2> 3/4"
[17:55:15] amnesic_away is now known as amnesic
[17:55:20] <Jymmm> jack16: the circuit can, yes.
[17:56:11] <Jymmm> zeeshan|2: Hmm, looks like a mirrored reflection
[17:59:13] -!- gimps has quit [Ping timeout: 264 seconds]
[17:59:33] -!- Bushman has quit [Ping timeout: 252 seconds]
[18:00:19] <jack16> Jymmm, are we talking about same circuit? I imagined something like this:
https://youtu.be/YZdO9v38KHI
[18:01:19] <Jymmm> yes
[18:02:21] amnesic is now known as amnesic_away
[18:04:24] <zeeshan|2> http://img.photobucket.com/albums/v381/MartinPeitz/Rundtische003.jpg
[18:04:29] <zeeshan|2> anyone know what these are called
[18:04:31] <zeeshan|2> i need one!
[18:05:25] <Jymmm> t-slot table top?
[18:06:15] <Jymmm> http://www.ebay.com/bhp/t-slot-plate
[18:06:30] <zeeshan|2> nice :)
[18:06:39] <jack16> I think this circuit fails only if relays fails (stuck in closed state). Or button fails (do not open circuit then pressed), but any circuit will fail if button fails.
[18:08:40] <archivist> zeeshan|2,
http://www.ebay.com/itm/28-W-20-H-Unknown-Cast-Iron-w-Coolant-Trough-BOX-Tbl-T-Slotted-on-Face-Top-/400882335597
[18:08:59] <jack16> as I understand safety relay is just high-reliability relay.
[18:10:08] <zeeshan|2> too expensive
[18:10:13] <zeeshan|2> will make 2-4-6 blocks work for now
[18:10:13] <zeeshan|2> :p
[18:10:37] <zeeshan|2> https://www.flickr.com/photos/128539016@N05/16047553003/
[18:10:41] <zeeshan|2> im trying to avoid that :)
[18:11:07] <archivist> zeeshan|2, go to local machine second hand dealer, I got a slotted box for £25
[18:11:49] <jack16> I think you can use two relays in series, and this will give you very high reliability if you do not trust usual contactors.
[18:12:35] <archivist> zeeshan|2, under the column
http://www.collection.archivist.info/archive/DJCPD/PD/2009/2009_07_10_cnc_with_LCD_P4/IMG_0268.JPG
[18:14:17] <zeeshan|2> that would work sweet
[18:14:22] <zeeshan|2> how tall is it?
[18:14:24] <zeeshan|2> i need like 6"
[18:15:23] -!- per_sonne has quit [Ping timeout: 265 seconds]
[18:16:58] <archivist> about 6x8x10
[18:17:03] <zeeshan|2> nice
[18:17:43] <archivist> awkward to get at for a measure
[18:19:05] <archivist> zeeshan|2, other pic of it
http://www.collection.archivist.info/archive/DJCPD/PD/2009/2009_06_29_Tool_dealer_hardinge_lathe/IMG_0261.JPG
[18:20:12] <zeeshan|2> that is a nice find :)
[18:20:49] <archivist> search for box plate in metal working
[18:21:10] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[18:21:54] <archivist> more reasonable price
http://www.ebay.co.uk/itm/CAST-IRON-ANGLE-BOX-PLATE-CUBE-12-X-10-X-9-3-T-slots-/161630559699
[18:22:39] <archivist> even cheaper
http://www.ebay.co.uk/itm/Engineers-Box-Drilling-Plate-/181692428007
[18:25:08] <zeeshan|2> looks like all the good stuff is in the uk!
[18:25:25] <archivist> I bet there is plenty over there
[18:33:20] -!- toner has quit [Remote host closed the connection]
[18:33:56] <CaptHindsight> https://www.kickstarter.com/projects/1853707494/pancakebot-the-worlds-first-pancake-printer I won't be impressed until it prints waffles without a heated mold
[18:35:08] -!- gimps [gimps!~noone@unaffiliated/gimps] has joined #linuxcnc
[18:35:50] <_methods> put a silicon pad over this
[18:35:52] <_methods> http://www.amazon.com/Pin-Point-Impression-Needle-Frame/dp/B004N7HEYG
[18:35:55] <_methods> and heat the pins
[18:36:00] <_methods> cook 3d waffles lol
[18:36:38] <CaptHindsight> one on each side
[18:36:43] <_methods> you got it
[18:37:16] <SpeedEvil> How do you tell a machinists waffles?
[18:37:21] <SpeedEvil> They've got t-slots.
[18:37:25] <_methods> heheh
[18:38:09] <CaptHindsight> 3d printed baked goods
[18:38:49] <SpeedEvil> http://en.wikipedia.org/wiki/Aerated_Bread_Company is sort of related.
[18:38:51] <CaptHindsight> new shapes for cookies, crackers, cakes etc
[18:39:04] amnesic_away is now known as amnesic
[18:39:12] <zeeshan|2> lol
[18:39:12] <SpeedEvil> Instead of yeast, directly form the dough, and then carbonate with gas at high pressure
[18:39:18] <zeeshan|2> that doesnt look too food friendly!
[18:39:39] <CaptHindsight> baking powder
[18:40:09] <CaptHindsight> As to the perfect cleanliness of this mechanical process for making bread there can be no question; it is immeasurably superior to the barbarous and old, but as Dr. Richardson remarked, not “time-honoured system of kneading dough by the hands and feet of the workman.”[
[18:40:23] <SpeedEvil> And yes - that's pretty specious
[18:40:37] <SpeedEvil> but it's useful for rapid production
[18:40:45] <SpeedEvil> https://www.youtube.com/watch?v=8YEdHjGMeho CNC cookie machine
[18:40:55] <SpeedEvil> Can do individual cookies with different recipies
[18:41:51] <CaptHindsight> automated dispenser
[18:42:32] <SpeedEvil> https://xkcd.com/720/
[18:42:48] <zeeshan|2> lol i like that cookie machine
[18:43:38] <CaptHindsight> wish FDM would focus on these apps vs trying to print everything
[18:44:12] <CaptHindsight> dieless cookie bakery
[18:44:45] <CaptHindsight> maybe a gummy printer
[18:45:42] <CaptHindsight> http://www.theverge.com/2013/3/22/4130250/tokyo-cafe-3d-prints-its-customers-as-gummi-sweets
[18:46:38] <SpeedEvil> https://www.youtube.com/watch?v=gId2HsHvSgs
[18:46:39] <CaptHindsight> probably quicker to mill polypropylene molds
[18:46:40] <zeeshan|2> http://www.kijiji.ca/v-tool-other/kitchener-waterloo/angle-plate-and-riser-block/1042779643?enableSearchNavigationFlag=true
[18:46:41] <zeeshan|2> wtf
[18:46:42] <_methods> http://dicksbymail.com/
[18:46:45] amnesic is now known as amnesic_away
[18:46:51] <_methods> bag of gummi bear dicks
[18:46:51] <zeeshan|2> 500 for that riser block lol
[18:46:59] <zeeshan|2> i might as well just buy rectangular steel stock
[18:47:04] <zeeshan|2> and make my own for that much.
[18:48:00] <archivist> cheaper new
[18:48:07] <zeeshan|2> yea
[18:48:17] <CaptHindsight> zeeshan|2: but those are hand lapped with a centuries old process
[18:48:27] <zeeshan|2> hand lapped my ass
[18:48:31] <CaptHindsight> high in the Himalayas
[18:48:34] <zeeshan|2> that shit is rougher than my .. __________
[18:48:37] <_methods> lol
[18:48:39] <CaptHindsight> by shaman
[18:48:47] <_methods> hand ground with himalayan rock salt
[18:48:53] <zeeshan|2> haha
[18:49:28] <_methods> lubricated with sherpa blood
[18:49:46] <archivist> anti rust with the shamans ear wax
[18:49:55] <CaptHindsight> comes with a certificate of authenticity
[18:50:01] -!- Komzzzpa has quit [Ping timeout: 256 seconds]
[18:50:03] <zeeshan|2> rofl
[18:50:05] <_methods> lol
[18:50:17] <zeeshan|2> i should post this conversation and email it to the seller
[18:50:21] <_methods> printed on trash left on climbs by european mountaineers
[18:50:21] <zeeshan|2> and offer $60
[18:50:31] <archivist> delivered
[18:51:09] <CaptHindsight> maybe it's an ad by a non-machinist and they were told that they are of significant value
[18:51:17] <CaptHindsight> nah
[18:52:20] <zeeshan|2> likely.
[18:52:35] <zeeshan|2> i have angle plate similar to that
[18:52:39] <zeeshan|2> made in usa that i picked up for $40
[18:52:45] <zeeshan|2> 800 for that hahahahaha
[18:53:11] <zeeshan|2> the only reason i want that riser block is because i could machine it flat
[18:53:18] <zeeshan|2> and bolt it down to my table fairly easily i'd think
[18:53:24] <zeeshan|2> vs just buy a rectangular tube
[18:58:29] -!- theorb has quit [Remote host closed the connection]
[19:01:49] <CaptHindsight> http://www.shars.com/products/view/577/Slotted_Angle_Plate_10x8x6quot
[19:01:51] -!- toudi [toudi!~toudi@afv32.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[19:05:55] <zeeshan|2> yea man
[19:05:55] <zeeshan|2> lol
[19:06:18] <zeeshan|2> it frustrates me to see ads that areant even close to reasonably priced
[19:06:22] <zeeshan|2> yea not everything can be a barage
[19:06:24] <zeeshan|2> *bargain
[19:06:30] -!- theorb [theorb!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[19:06:33] <zeeshan|2> but when you're asked 3-5x what it's worth
[19:06:34] <zeeshan|2> its stupid
[19:07:24] <CaptHindsight> https://www.kickstarter.com/projects/178590870/the-nomad-cnc-mill wtf? it's got a wooden frame
[19:07:45] <zeeshan|2> hence the name
[19:07:46] <zeeshan|2> nomad
[19:08:12] <zeeshan|2> carbide 3d llc
[19:08:19] <CaptHindsight> looking farther down it's actually aluminum
[19:08:20] <zeeshan|2> arent those trhe guy that made the carbon fiber 3d printer?
[19:08:50] <CaptHindsight> http://carbide3d.com/
[19:09:00] <zeeshan|2> guys lets make our own kickstarter
[19:09:15] <zeeshan|2> ROFL
[19:09:17] <zeeshan|2> i love the second pic.
[19:09:21] <zeeshan|2> they have a chinese caliper
[19:09:27] <zeeshan|2> and under it "make accurate parts every time"
[19:09:29] <zeeshan|2> BAHAAHAH
[19:09:41] * zeeshan|2 is such a hater sometimes
[19:09:53] <CaptHindsight> nah
[19:10:02] <_methods> that caliper just shows their dedication to quality
[19:10:11] <zeeshan|2> we all know a caliper is a precise tool!
[19:10:12] <zeeshan|2> :)
[19:10:32] <CaptHindsight> what has cleverly happened is that the snake oil salespeople started calling people "haters" when they get called out on their cons games
[19:10:53] <CaptHindsight> we are not come me, you are a hater
[19:11:00] <CaptHindsight> come/con
[19:11:05] <CaptHindsight> me/men
[19:11:13] -!- anth0ny_ has quit [Quit: anth0ny_]
[19:11:26] <CaptHindsight> and I need new fingers or a new keyboard
[19:11:59] <zeeshan|2> fk, this really makes me think
[19:12:04] <zeeshan|2> any idea will take off on kickstarter
[19:12:15] <zeeshan|2> we should really make a dog shit version of a 3d printer
[19:12:19] <zeeshan|2> and sell it for 1000
[19:12:22] <zeeshan|2> and make money and bounce.
[19:12:23] <zeeshan|2> :)
[19:12:58] <CaptHindsight> i have a few projects lined up
[19:13:39] <CaptHindsight> zeeshan|2: did you see the mill/printer/laser etcher that was just a Chinese mill with a few attachments?
[19:13:58] <zeeshan|2> no
[19:16:09] <CaptHindsight> http://3dprintingindustry.com/2015/03/11/all-in-one-3d-printer-cnc-machine-laser-engraver-funded/ this is the latest one, but thee was one earlier this year that was just a Chinese mill
[19:17:23] <CaptHindsight> http://www.3ders.org/articles/20150220-an-all-in-one-cnc-3d-printing-and-laser-engraving-machine-launches-on-kickstarter.html found it
[19:17:37] <CaptHindsight> https://www.kickstarter.com/projects/1718930271/cnc-piranha-fx-make-anything
[19:18:00] <zeeshan|2> lol
[19:18:05] <zeeshan|2> that looks exactly like the cvhinese one
[19:18:16] -!- theorb has quit [Remote host closed the connection]
[19:18:19] <CaptHindsight> looks better than the boxzy
[19:18:33] <CaptHindsight> it is the Chinese one
[19:18:34] <shvrmecnc> someone will end up loosing a finger in one of those
[19:18:47] <shvrmecnc> its hard to see in them without hunching over
[19:18:55] <shvrmecnc> or work on anything
[19:19:58] <CaptHindsight> does this one have finger guards?
https://www.kickstarter.com/projects/boxzy/boxzy-rapid-change-fablab-mill-laser-engraver-3d-p
[19:23:40] <CaptHindsight> http://www.3dprinterworld.com/article/fabtotum-launches-indiegogo
[19:24:05] <CaptHindsight> https://www.indiegogo.com/projects/fabtotum-personal-fabricator it's even smaller
[19:25:39] <zeeshan|2> ROFL
[19:25:42] <zeeshan|2> i just saw a funny pic.
[19:25:46] <CaptHindsight> zeeshan|2: it might have to run on *duino to be popular
[19:25:47] <zeeshan|2> for boxzy
[19:25:54] <zeeshan|2> https://ksr-ugc.imgix.net/assets/003/161/614/bb2bd5fb39a62d8e59580eedd16423fb_original.jpg?v=1421728804&w=700&h=&fit=max&auto=format&q=92&s=a94c96cd5b61af38ad599e6cf09ed8ac
[19:25:56] <zeeshan|2> right under it:
[19:26:00] <zeeshan|2> BoXZY Industrial C5 Ballscrew with sealed gasket bearings
[19:26:04] <zeeshan|2> more like
[19:26:22] <zeeshan|2> Linearmotionbearings2008 C5 Ballscrews fresh from china!
[19:27:46] <CaptHindsight> but can you stand on it?
http://d2oadd98wnjs7n.cloudfront.net/file_attachments/86170/files/20130908133525-STRUCTURAL_SUPERIORITY.jpg?1379695664
[19:29:13] <t12> does it play dubstep
[19:29:24] <t12> the video implies this
[19:29:34] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[19:29:40] <CaptHindsight> runs Raspberry pi's Raspbian linux distribution
[19:29:53] <CaptHindsight> so it's better than duino :)
[19:30:04] <zeeshan|2> i love the rp2
[19:30:09] <zeeshan|2> once you set it up
[19:30:18] <zeeshan|2> you literally need nothing hooked up to it but power
[19:30:20] <zeeshan|2> and you can ssh in
[19:30:28] <zeeshan|2> will make a decent daq
[19:30:28] -!- theorb [theorb!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[19:30:46] <CaptHindsight> I guess to really be popular it should include both the Rpi2 and a duino
[19:31:12] <zeeshan|2> i was asking the rp2 guys if it needs heatsinks
[19:31:14] <zeeshan|2> theyre like it runs cold
[19:31:16] <zeeshan|2> bullshit it runs cold
[19:31:21] <zeeshan|2> this thing starts cooking at 50C
[19:31:22] <zeeshan|2> without heatinks
[19:31:24] <zeeshan|2> *stinks
[19:31:25] <zeeshan|2> sadlkjassla
[19:31:35] <t12> depends on how hard you run it i guess
[19:31:38] <CaptHindsight> you can smell it?
[19:31:38] <t12> at idle its just over rt
[19:31:49] <zeeshan|2> when you're utilizing it 100%
[19:31:50] <zeeshan|2> it gets hot
[19:31:53] <zeeshan|2> heatsinks are mandatory
[19:32:07] <zeeshan|2> i dont know why they were suggesting heatsinks are a scam
[19:32:12] <zeeshan|2> heatsinks reduce heat.
[19:32:15] <zeeshan|2> heat kills ic's
[19:32:16] <CaptHindsight> don't racing engines get hot?
[19:32:32] <zeeshan|2> yes, but they're also well cooled if its an endurance engine
[19:32:48] <zeeshan|2> if its a drag engine, its air cooled, but it only needs to run for couple seconds :)
[19:33:34] <CaptHindsight> but it gets hot
[19:33:45] <CaptHindsight> so it's like a racing engine :)
[19:34:06] <CaptHindsight> don't be hater
[19:34:35] <CaptHindsight> i like that logic
[19:34:55] <CaptHindsight> listen to me or you're a hater
[19:34:55] <zeeshan|2> :-)
[19:36:41] <_methods> the church has been doing it for millenia
[19:36:53] <_methods> it's an effective strategy lol
[19:37:01] <jack16> I run water-cooled spindle, can coll dozen rpm
[19:37:11] <jack16> *rpi too
[19:37:34] <jack16> *cool
[19:38:30] <CaptHindsight> well churches and schools have their own rules where logic is left at the door and does not apply
[19:39:50] <jack16> humans in general do not operate using logic
[19:40:13] <zeeshan|2> whats with the world these days and anti-religion
[19:40:15] <zeeshan|2> fak off
[19:42:15] <andypugh> MattyMatt:
https://www.youtube.com/watch?v=LxPXLIALJJI
[19:43:32] -!- skunkworks has quit [Ping timeout: 272 seconds]
[19:50:41] -!- furrywolf [furrywolf!~randyg@72.57.52.143] has joined #linuxcnc
[20:04:15] -!- per_sonne has quit [Ping timeout: 256 seconds]
[20:05:37] -!- zeeshan|2 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/ - 64bit Windows version by http://kvirc.d00p.de/]
[20:05:58] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:07:16] -!- zeeshan has quit [Client Quit]
[20:08:30] <CaptHindsight> http://replicatorinc.com/blog/wp-content/uploads/2008/10/a_ring_made_for_3d_wax.jpg upon closer inspection, I can't find a really high res 3d printed lost wax mold example
[20:08:41] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:08:44] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:09:16] <CaptHindsight> http://www.kudo3d.com/wp-content/uploads/2014/11/casted-rings.jpg
[20:09:41] <CaptHindsight> plus jewelry isn't precision
[20:10:00] -!- heathmanc [heathmanc!~heathmanc@host86-181-126-101.range86-181.btcentralplus.com] has joined #linuxcnc
[20:10:33] <heathmanc> Think I have found my problem all along. I have the 4i69-25, the firmware package on the site is for the 4i69-16
[20:10:39] <heathmanc> anyway to easily resolve this?
[20:10:43] -!- aventtini has quit [Client Quit]
[20:11:57] -!- zeeshan has quit [Client Quit]
[20:12:28] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:13:39] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:13:43] <zeeshan> ok one last part join!
[20:13:48] -!- zeeshan has quit [Client Quit]
[20:14:12] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:14:18] <zeeshan> finally
[20:14:23] <zeeshan> got this auto nick identifying working
[20:14:33] -!- Connor has quit [Quit: Leaving.]
[20:14:47] CaptHindsight is now known as not-zeeshan
[20:14:55] -!- Connor [Connor!~Connor@24.214.127.194] has joined #linuxcnc
[20:15:03] not-zeeshan is now known as CaptHindisght
[20:19:56] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[20:21:34] <CaptHindisght> https://www.youtube.com/watch?v=gV57MDNmfdc from the looks of all these they all require secondary machining or polishing
[20:21:43] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:22:43] -!- aventtini has quit [Client Quit]
[20:23:25] <CaptHindisght> even inkjet wax at 5000dpi still requires secondary operations after casting
https://www.youtube.com/watch?v=gM86qxW7vP8
[20:23:31] <zeeshan> is there a 3d printer that deposits powdered metal?
[20:23:35] <zeeshan> so you can sinter it
[20:23:57] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:24:03] <CaptHindisght> yea, and also requires secondary operations
[20:24:03] <zeeshan> not sls
[20:24:08] <zeeshan> but just powder
[20:24:16] <zeeshan> so you can literally stick it in the oven, make the binder melt etc
[20:24:22] <zeeshan> and have a high performance part
[20:24:40] <CaptHindisght> yes, but it's porous, it that matters
[20:25:09] <zeeshan> okay then its pointless :p
[20:25:13] <zeeshan> might as well mill a mold
[20:25:17] -!- aventtini has quit [Client Quit]
[20:25:22] <zeeshan> and use conventional molds to press the powder into shape
[20:25:36] <CaptHindisght> I mean the power metal method is porous
[20:25:48] <zeeshan> not when you do it using molds
[20:25:55] <zeeshan> the molds compact the powder
[20:26:00] <zeeshan> they use this for connecting rods for example
[20:26:21] <CaptHindisght> but if you print with powdered metal and then form a mold around it and then melt then it could be solid
[20:27:06] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[20:27:07] <CaptHindisght> I have to prove that out with single crystal alloys
[20:27:34] amnesic_away is now known as amnesic
[20:28:30] <CaptHindisght> for parts like jewelry they seem to be happy with lost wax methods, I was just looking at speeding that up
[20:28:42] <CaptHindisght> 3d print the plaster mold
[20:29:07] <zeeshan> im looking at a cheap way to make custom exhaust manifolds
[20:29:17] <zeeshan> out of a castable stainless alloy
[20:29:23] <CaptHindisght> 3d printed sand casting for that
[20:29:24] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:29:37] <zeeshan> i was thinking that
[20:29:37] <CaptHindisght> you don't need the precision for that
[20:29:40] <zeeshan> but like
[20:29:49] <zeeshan> it might cheaper to make a mold out of wood
[20:29:53] <CaptHindisght> yeah, it's pretty simple
[20:30:17] <CaptHindisght> the inkjet tech is kept secret by the suppliers
[20:30:44] -!- aventtini has quit [Client Quit]
[20:31:27] <CaptHindisght> if you're making one pair of headers
[20:31:42] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:31:46] <zeeshan> see it might end up being complex depending on how i do it
[20:31:51] <zeeshan> i might want to cast the turbine housing
[20:31:53] <zeeshan> right into the manifold
[20:32:00] <zeeshan> so its one piece to keep it super compact
[20:32:09] <CaptHindisght> easy with sand and inkjet
[20:32:38] <Tom_itx> wouldn't make the turbine very serviceable
[20:32:52] <zeeshan> Tom_itx: the chra (center housing)
[20:32:55] <zeeshan> will bolt onto it
[20:33:04] <Tom_itx> ok
[20:33:05] <CaptHindisght> you stand with a green sand mix with resin already in it, then you just inkjet the surface layers so it can hold itself while baking
[20:33:18] <zeeshan> my #1 priority is compact ness
[20:33:20] <CaptHindisght> stand/start
[20:34:29] <CaptHindisght> zeeshan:
https://youtu.be/LFGnjkoeDng?t=2m35s
[20:34:44] <pcw_home> heathmanc: what firmware do you need?
[20:35:02] <heathmanc> for the 4i69-25 hm2
[20:35:19] <zeeshan> nice surface finish on that casting
[20:35:22] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[20:35:30] <heathmanc> the included support software on mesanet is for the 4i69-16
[20:35:51] <heathmanc> and linuxcnc throws an error
[20:36:19] <heathmanc> using a 7i48 on connector p1
[20:36:25] <CaptHindisght> zeeshan: I want to make them for precision parts that require very little surface finishing
[20:36:35] <CaptHindisght> maybe just polish or buff
[20:36:42] <zeeshan> i dunno about that :p
[20:36:46] <zeeshan> even with investment casting
[20:36:51] <zeeshan> you need to machine the mating surfaces
[20:37:33] <CaptHindisght> I wonder what the best overall surface finish is now
[20:37:54] <CaptHindisght> 100um, 50um ?
[20:38:25] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[20:38:32] <CaptHindisght> if you use sand that is sub-micron what do you end up with for finish?
[20:38:44] <zeeshan> ceramic is the best
[20:39:40] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:39:42] <CaptHindisght> I can get particles down in the few nanometer dia
[20:39:44] <zeeshan> http://www.engineershandbook.com/Tables/surfaceroughness.htm
[20:40:00] <zeeshan> according to this table
[20:40:11] <zeeshan> you can hit 16 microinches RA
[20:40:13] <zeeshan> Ra
[20:40:59] -!- aventtini has quit [Client Quit]
[20:41:07] <CaptHindisght> take the particle radius and it's pretty much that
[20:41:22] <zeeshan> i dont think its that simple :P
[20:41:48] <zeeshan> based on the fluid flow and temps
[20:41:48] <CaptHindisght> what it ends up being around is all I'm saying
[20:41:49] -!- aventtini [aventtini!050c8127@gateway/web/cgi-irc/kiwiirc.com/ip.5.12.129.39] has joined #linuxcnc
[20:41:51] <zeeshan> it might flash freeze
[20:44:44] <zeeshan> http://www.maxabledieselparts.com/photo/pl2165946-td06h_journal_bearing_turbo_turbine_shaft_9_blades_58_8x67_2mm.jpg
[20:44:54] <zeeshan> looks like the back side of the turbine blades isnt machined
[20:45:05] <zeeshan> interesting!
[20:46:24] <CaptHindisght> for jewelry it looks like direct 3d printing of ceramic molds is the fastest process
[20:47:04] <CaptHindisght> there's no burn out required
[20:48:04] -!- aventtini has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[20:48:14] <SpeedEvil> CaptHindisght: Machining of graphite molds
[20:48:39] <SpeedEvil> Or direct SLS of course of precious metal
[20:48:48] <CaptHindisght> slower
[20:49:02] <SpeedEvil> Then again - who says jewlery can't be made of PLA?
[20:49:06] <CaptHindisght> since it requires the secondary operations and SLS is also slower
[20:49:32] <zeeshan> direct sls doesnt seem strong..
[20:49:42] <zeeshan> vs compacting in a mold and sintering after
[20:50:16] <SpeedEvil> SLS doesn't have to require secondary operations
[20:50:20] <SpeedEvil> the crappy versions do
[20:52:34] <CaptHindisght> time to SLS a tray of 100 rings vs print ceramic molds
[20:53:02] <CaptHindisght> it also depends on the finish expected or required
[20:53:05] * SpeedEvil imagines a 10kW e-beam scanning printer.
[20:54:13] <CaptHindisght> the longest time for the ceramic printer is the time to cure the molds
[20:54:13] <Jymmm> SpeedEvil: That would be called A Death Ray.
[20:54:34] <Jymmm> SpeedEvil: war of the worlds shit
[20:54:46] <zeeshan> wow
[20:54:47] <SpeedEvil> https://www.youtube.com/watch?v=9fO07POv5IU
[20:54:49] <zeeshan> any of you guys use weechat?
[20:55:02] <Jymmm> Worlds first Social Engineering project =)
[20:55:11] <SpeedEvil> https://www.youtube.com/watch?v=A10XEZvkgbY
[20:55:16] <zeeshan> https://weechat.org/media/images/screenshots/weechat/medium/weechat_2009-08-03_kron4eg.png
[20:55:18] <zeeshan> looks leet
[20:55:36] * furrywolf uses bitchx
[20:55:53] <CaptHindisght> ebeam is pretty low res
[20:56:04] <SpeedEvil> CaptHindisght: not inherently
[20:56:17] <zeeshan> furrywolf: it looks more userfriendly :)
[20:56:18] <SpeedEvil> As commonly done - yes
[20:56:22] <CaptHindisght> sciakys is
[20:56:25] <SpeedEvil> yes
[20:56:50] <CaptHindisght> do I have to finish that metalicrap prpject?
[20:57:04] <furrywolf> why the heck would you want to cram all that stuff onto the screen at once, all the time? heh
[20:57:42] <SpeedEvil> CaptHindisght: Simply take a nice 21" 0.1mm pixel pitch CRT,
[20:57:55] <SpeedEvil> And boost the beam currrent a little
[20:58:01] <CaptHindisght> I knw how they work
[20:58:11] <CaptHindisght> that would be to slow
[20:58:16] <SpeedEvil> (no, I know not quite really)
[20:58:18] <Jymmm> telnet irc.freenode.net 6667
[20:58:45] <furrywolf> Jymmm: I've done that more than a few times.
[20:58:59] <furrywolf> if you give me c/n lines, I'll pretend to be a server. :P
[20:59:10] <CaptHindisght> http://reprap.org/wiki/MetalicaRap still not done
[20:59:26] <Jymmm> haha
[20:59:26] <furrywolf> (and if it's bahamut, I might even be able to remember how to pretend I'm a TS3 server, but probably not, as it's been a very long time)
[21:00:14] -!- theorb has quit [Ping timeout: 246 seconds]
[21:00:33] <Jymmm> furrywolf: I mostly telnet mta 25
[21:00:44] <furrywolf> Metallica Rap, eh? For whom the bell tolls because I shot them niggas? Beatmaster of puppets?
[21:07:14] <CaptHindisght> green sand sets up in minutes, would have to get ceramics to under an hour
[21:08:01] -!- swingley has quit [Remote host closed the connection]
[21:09:02] -!- mhaberler has quit [Ping timeout: 272 seconds]
[21:09:06] toudi is now known as micges
[21:10:07] <furrywolf> I still want to try laser+MIG wire... although electron beam and mig wire would be very similar. use a consumable you can get at the local hardware store, not an exotic item.
[21:11:19] <CaptHindisght> http://3dprint.com/23868/cheap-metal-3d-printer-welder/ it's all that they did
[21:13:53] -!- mhaberler [mhaberler!~mhaberler@extern-171.stiwoll.mah.priv.at] has joined #linuxcnc
[21:14:16] <furrywolf> yes, that's using an arc from the wire for energy input, just like a normal mig welder. I mean using a more precise heat source to melt just the very tip of the wire
[21:15:32] <CaptHindisght> cnc tig
[21:19:46] -!- zeeshan-pi [zeeshan-pi!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[21:20:46] -!- swingley has quit [Read error: Connection reset by peer]
[21:21:27] <zeeshan-pi> sweet
[21:21:30] <zeeshan-pi> this works!
[21:22:37] -!- tocka has quit [Quit: tocka]
[21:23:21] <zeeshan-pi> http://i.imgur.com/PDvlwh8.png
[21:23:43] <zeeshan> the things i can do with this pi!
[21:24:03] <zeeshan> im almost tempted to use this one in the car
[21:24:30] <heathmanc> is this a rpi2?
[21:24:38] <zeeshan> yers
[21:24:41] <heathmanc> i bought 3 of them for use with xbmc
[21:24:48] <heathmanc> been fantastic
[21:25:04] <zeeshan> i bought it for a data logging base
[21:25:08] <zeeshan> seems perfect for it
[21:25:10] <zeeshan> and more..!
[21:25:14] * furrywolf has no rpis
[21:25:18] <zeeshan> im suprised at how quick it is
[21:25:22] -!- swingley has quit [Ping timeout: 244 seconds]
[21:25:38] <heathmanc> i know. my dad runs his railroad off it and jmri java package
[21:25:39] <zeeshan> and the setup process was very userfiendly.
[21:26:02] * furrywolf hopes a _model_ railroad
[21:26:09] <heathmanc> lol, yes
[21:26:39] <heathmanc> i have all 3 of mine connected to a mysql server for library syncing
[21:27:10] <zeeshan> did you set them to 900mhz in the raspi-config?
[21:27:16] <heathmanc> yes
[21:27:18] <zeeshan> i noticed by default theyre set to like 600 or 700
[21:27:20] <zeeshan> which was odd.
[21:28:12] <furrywolf> overheats?
[21:28:18] <heathmanc> none at all
[21:28:19] <zeeshan> nahh
[21:28:28] <heathmanc> i watch blurays on them with no issues
[21:28:35] <furrywolf> marginal timing for some external accessory?
[21:29:25] <zeeshan> http://i.imgur.com/Pwo3d0Q.png
[21:32:14] <heathmanc> will be interesting to see what the windows 10.1 free version will bring to them
[21:33:35] <zeeshan> https://www.dropbox.com/s/uu6uwjkm1zgdijo/circuit.pdf?dl=0
[21:33:37] <zeeshan> thats my goal for it
[21:39:05] <furrywolf> ... windows? you want to install windows on an rpi?
[21:39:15] <zeeshan> yea thats a big thing
[21:39:17] <zeeshan> apparently
[21:39:22] <zeeshan> some people have already done it
[21:40:10] <LeelooMinai> I think Windows 10 is supposed to work on RP 2 or something like this.
[21:40:17] <zeeshan> https://dev.windows.com/en-us/featured/raspberrypi2support
[21:40:25] <LeelooMinai> I mean officially supported by Microsoft
[21:40:35] <zeeshan> its free too :-)
[21:40:56] <zeeshan> im gonna stick with raspbian
[21:41:18] <zeeshan> LeelooMinai: hows your vfd stuff goin
[21:41:22] <furrywolf> I'll pick up an rpi if I spend more time developing my solar system logger, because I suspect other people would want it to run on one.
[21:41:53] <LeelooMinai> zeeshan: Got it working - including accessing modbus through my linux machine on windows
[21:42:05] <zeeshan> cool
[21:42:19] <LeelooMinai> Though it's a bit lol, let me see if I have the solution
[21:42:59] -!- micges has quit [Quit: Wychodzi]
[21:43:13] -!- swingley has quit [Ping timeout: 252 seconds]
[21:43:21] <furrywolf> Today's Rain: 1.10 in today is a good day to stay inside, speaking of logging things.
[21:44:06] <LeelooMinai> O, found it: GS2 VFD -> RS485 -> SERIAL -> FTDI IC -> USB -> linuxcnc PC -> FTDI driver -> /dev/ttyUSB0 -> ser2net -> TCP/IP -> my Windows PC -> HW VSP3 -> virtual COM4 -> qModMaster
[21:44:11] <LeelooMinai> How about that? :)
[21:44:20] <furrywolf> lol
[21:44:45] <LeelooMinai> Direct and simple, no? :)
[21:45:15] <LeelooMinai> But, as a bonus that GS2 Windows software that is free works with this setup too.
[21:45:16] <zeeshan> nice
[21:45:54] <LeelooMinai> And got the linuxcnc + speedometer needle working too, so it's pretty much done.
[21:46:52] <LeelooMinai> I need to design some contraption though to enclose the table with acrylic sheets or polycarbonate so it's safer to mill in my room
[21:47:37] <heathmanc> Well, I'm off to bed, firmware will have to wait for another day
[21:47:37] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[21:47:40] <LeelooMinai> And cleaner
[21:48:17] <furrywolf> I just wear safety googles whenever I'm around a running machine.
[21:48:46] <furrywolf> neither of my machines are large enough they're going to eject a part that can cause serious injury to other than an eye
[21:48:54] <LeelooMinai> btw, I found software that can simulate 2d machines with joints, belts, etc. and calculate the motion.
[21:49:22] <LeelooMinai> http://i.imgur.com/OufUoQv.png
[21:49:31] <LeelooMinai> But I run it in demo mode, so no saves:/
[21:50:45] <LeelooMinai> But it is pretty much what I had in mind when trying to find something similar.
[21:51:16] <zeeshan> matlab kinematics module does the same thing :P
[21:51:32] <zeeshan> same with inventor, solidworks , nx
[21:51:43] <zeeshan> maybe freecad has it too?
[21:52:36] <LeelooMinai> Yes, I realize that, but those are big generic apps, and this is specialized at exactly this and much nicer/simpler to use probably and you can figure it out in 10 minutes.
[21:53:03] <LeelooMinai> But it has some nice features - graphs of motion, force calculation, etc.
[21:53:09] -!- per_sonne has quit [Ping timeout: 264 seconds]
[21:53:20] <zeeshan> they all do also too :P
[21:53:28] -!- furrywolf has quit [Ping timeout: 256 seconds]
[21:53:34] -!- heathmanc has quit []
[21:54:31] <LeelooMinai> I am not going to buy $$ inentor, spend a month lerning it, to calculate a path of two sticks:)
[21:54:51] <zeeshan> you could easily do that with some highschool physics
[21:54:52] <zeeshan> :-)
[21:54:59] <zeeshan> if that is truly all youre try ing to do
[21:55:17] -!- furrywolf [furrywolf!~randyg@99.204.193.248] has joined #linuxcnc
[21:55:36] <LeelooMinai> That doesn't make sense - I want to experiment with different parameters and see the motion, not numbers.
[21:55:50] <zeeshan> you open excel
[21:55:52] <zeeshan> type the equation
[21:55:56] <zeeshan> you get the motion path
[21:55:57] <zeeshan> done
[21:56:09] <zeeshan> what do you think is happening behind these software? :p
[21:57:07] <LeelooMinai> zeeshan: Don't try to be a smartass, because you will trigger my response mode and I will troll you for next half a year... do you really want that? :p
[21:57:26] <zeeshan> LeelooMinai: i'm a smart ass when it comes to mechanics :-)
[21:57:41] <zeeshan> just like you are with electronics
[21:57:43] <LeelooMinai> Yes, and I could write all the software you speak about.
[21:57:56] <LeelooMinai> EE is only me hobby for past 3 years or so.
[21:58:01] <LeelooMinai> my*
[21:58:07] <zeeshan> i'm just saying
[21:58:13] <zeeshan> you'd be suprised what excel
[21:58:16] <zeeshan> and a few math equations can do
[21:58:20] <zeeshan> nothing complex
[21:58:49] <LeelooMinai> zeeshan: I can use excel, Mathematics, and 10 other apps to calculate many things - doesn't mean they are best tools for this particular task.
[21:58:55] <LeelooMinai> Mathematica*
[21:58:59] <zeeshan> you said
[21:59:04] <zeeshan> you wanted to see the motion of two sticks
[21:59:04] <zeeshan> lol
[22:00:03] <zeeshan> https://www.youtube.com/watch?v=CKxjikVs_4Q
[22:00:03] <zeeshan> WEEE
[22:00:19] <LeelooMinai> Yes, well, something close, but they will be hinged to the table and restricted in motion at some ends - doesn't make sense to calculate this using equation if I can use an app like that SAM.
[22:00:45] <zeeshan> so yea you use equations like v=rw
[22:00:47] <zeeshan> for example
[22:00:59] <zeeshan> can integrate to get position
[22:01:04] -!- eventor has quit []
[22:01:39] <zeeshan> like for example a stick that is pinned @ one end, and you have a velocity at the other end
[22:01:42] <LeelooMinai> Yes, ok, do it by hand for things like that:
http://i.imgur.com/mwinuou.png
[22:01:51] <LeelooMinai> Will take you 20 times longer.
[22:02:10] <zeeshan> but itll be free! :)
[22:02:27] <LeelooMinai> If I wanted free and long I would buold a model from wood:)
[22:02:31] <LeelooMinai> build*
[22:02:36] <zeeshan> thats not free! :P
[22:02:44] <LeelooMinai> If wood is free...
[22:03:26] <zeeshan> are you trying the sticks as a rigid body?
[22:03:39] <zeeshan> *treating
[22:03:40] <LeelooMinai> Anyways, it's pretty focused app - if you need to make some contraption and maybe even calculate forces
[22:03:58] -!- skunkworks has quit [Read error: Connection reset by peer]
[22:04:09] -!- Nick001-shop [Nick001-shop!~chatzilla@74-37-1-119.dr01.brvl.mn.frontiernet.net] has joined #linuxcnc
[22:04:19] <LeelooMinai> Yes, I just need to make the protective sheet of acrylic on the table to move sensibly as the table moves
[22:04:31] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[22:04:34] <LeelooMinai> So that it always covers the spindle from the front.
[22:05:38] <LeelooMinai> I will hinge it on the table edge and make some kind of, I don't know, slider or maybe one-joint guide for it
[22:06:02] <Deejay> gn8
[22:06:14] <zeeshan> just enclose the whole thing! :P
[22:06:20] <zeeshan> it'll look pretty
[22:06:23] -!- Deejay has quit [Quit: bye]
[22:06:27] <LeelooMinai> First I wanted to enclose the machine completely, but not I have this plan to cover only the table
[22:06:27] -!- furrywolf has quit [Ping timeout: 250 seconds]
[22:06:53] <zeeshan> pics of your machine again?
[22:06:54] <zeeshan> :p
[22:07:00] <LeelooMinai> The advantage is: less materials needed, lest cost, and it will also protect the cnc parts from debrees
[22:07:19] <LeelooMinai> Hmm, let me take a photo of it in the current state
[22:08:43] <LeelooMinai> Took one photo and it ran out of battery - typical
[22:09:59] <LeelooMinai> O, ok, it's decent though - a sec
[22:11:10] <LeelooMinai> Here:
https://www.flickr.com/photos/100017731@N03/16691429357/
[22:12:18] <LeelooMinai> So the main protective sheet will be probably hinged at front of the table and then as the table moves the other end will follow more or less front of the spindle.
[22:13:02] <LeelooMinai> The simplest way would be the end sliding vertically, but not sure if I want to do that.
[22:13:07] <zeeshan> front is the plane where those 2 lcd screens are?
[22:13:48] <LeelooMinai> Yes, but the sheet will be hinged at the table - the lcds are on the base which does not move:)
[22:14:05] -!- toner [toner!~ink@73.189.30.247] has joined #linuxcnc
[22:15:11] <LeelooMinai> I thought of having two connected aluminum thin bars with ball berring as a hinge, on both sides of the table, so that sheet rests on those.
[22:15:46] <LeelooMinai> As the table moves this would more or less assure that the sheet does not run into the spindle.
[22:16:20] <LeelooMinai> So, as you can see this SAM app will be nice to get length of those right
[22:16:35] <zeeshan> im trying to figure out how your machine works :)
[22:16:49] <zeeshan> your table looks like its sitting on some slides
[22:16:51] <zeeshan> so it moves
[22:16:59] <zeeshan> your gantry looks like it's fixed to the base
[22:17:03] <LeelooMinai> Yes, it's a normal fixed gantry setup.
[22:17:04] <CaptHindisght> LeelooMinai: just ad an extruder, laser and touchprobe and you'll have a kickstarter :)
[22:17:06] <zeeshan> so it's stationary. it only moves in x and y.
[22:17:13] <zeeshan> thats not normal in my books
[22:17:19] <zeeshan> usually the gantry moves in x y and z.
[22:17:28] <zeeshan> the table stays stationary
[22:17:35] <zeeshan> cause you don't want to be moving 3/4" steel plate around
[22:17:41] <zeeshan> you rather move the light gantry around
[22:17:43] <LeelooMinai> Well, the table moves on the Y axis, the z-base moves on the x axis, and there is Z
[22:17:49] <zeeshan> anyway, thats not the q :P
[22:18:08] <LeelooMinai> Yes, but this was designed for maximum rigidity for not too large footprint
[22:18:34] <LeelooMinai> I don't need a football-sized area
[22:18:41] <zeeshan> the table moving makes your machine have a larger footprint
[22:18:44] <zeeshan> than a stationary table :P
[22:18:56] <LeelooMinai> Yes, but then you don't have a fixed gantry
[22:19:07] <LeelooMinai> And more rigidity problems.
[22:19:19] <LeelooMinai> I don't mind that the table moves.
[22:19:24] <zeeshan> you use support slides
[22:19:29] <zeeshan> lets not argue :p
[22:19:37] <zeeshan> im jusst saying what's normal in your books isn't normal in mine! :P
[22:19:47] <zeeshan> im used to seeing laser , plasma waterjets move around the gantry
[22:19:47] <Jymmm> Mortal Combat... FIGHT !!!!!!!!!!!!!!!
[22:19:50] <zeeshan> not the other way around
[22:20:10] <zeeshan> if the table did move, it was a machine with an automatic plate/sheet loader
[22:20:14] <LeelooMinai> Well, ok, I will not insist that this is normal setup - it's just what I wanted.
[22:20:24] <zeeshan> when you say hinge
[22:20:29] <zeeshan> you're meaning like a piano hinge?
[22:20:48] <LeelooMinai> Yes, just so that the sheet can change angle, as it will
[22:20:59] <CaptHindisght> https://www.youtube.com/watch?v=S3I5XcsReT0 Your mother is a hamster, and your father smells of ELDER BERRIES!
[22:21:15] <zeeshan> okay i can visualize it now
[22:21:17] <LeelooMinai> Is it from Monty? :)
[22:21:18] <zeeshan> you want a hinge in the front
[22:21:23] <zeeshan> and maybe in the back too?
[22:21:30] <zeeshan> with sheets that move together
[22:21:30] <CaptHindisght> Holy Grail
[22:21:40] <LeelooMinai> FOr the back I think I will just put small vertical piece
[22:22:05] <LeelooMinai> As I do not worry about someone being there and being hit by a broken bit:)
[22:22:08] <Jymmm> screw piano hinges... magnetic levetation!!!
[22:22:09] <zeeshan> is there a reason you dont want to just fix vertical sheets
[22:22:12] <zeeshan> to your table itself?
[22:22:14] -!- sumpfralle [sumpfralle!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[22:22:16] <zeeshan> around the perimeter?
[22:22:30] <LeelooMinai> zeeshan: But that would not cover the spindle
[22:22:41] <zeeshan> yes but when youre milling
[22:22:44] <zeeshan> usually the chips flow across
[22:22:47] <zeeshan> *fly
[22:23:06] <LeelooMinai> What if a bit brokes and flies into my eye? :)
[22:23:10] <LeelooMinai> breaks*
[22:23:22] <zeeshan> you should be wearing safety glasses regardles :)
[22:23:25] <LeelooMinai> I cannot type and spell today
[22:23:33] <zeeshan> acrylic isn't the best protector
[22:23:37] <LeelooMinai> Yes, but still, it can cat a face
[22:23:42] <LeelooMinai> cut*
[22:23:56] <zeeshan> so with your idea
[22:23:59] <zeeshan> how do you cover the sides?
[22:24:07] <zeeshan> thats where your 2 rod idea comes in?
[22:24:07] <LeelooMinai> But it's cheap, and yesterday we calculated about 36km/h maximum speed of the bit
[22:24:28] <zeeshan> yes but it loses momentum really quickly
[22:24:34] <LeelooMinai> FOr sides I don't know yet, but I guess anything will work - just some hanging pieces of material will stop anything
[22:24:40] <zeeshan> its like a pipe bursting at 1000 psi
[22:24:46] <zeeshan> thats enough to puncture your skin
[22:24:58] <zeeshan> but if youre 12" away from it, its not really going to do anything :P
[22:25:04] <LeelooMinai> Right, that's why I rather want that main sheet to cover the spindle
[22:25:36] <LeelooMinai> Just in case, and also to stop small flying stuff from going all over the romm... my bed is lik half a meter from the cnc...
[22:25:43] <zeeshan> how does the hinged sheet attach to the spindle area?
[22:26:13] <LeelooMinai> It will rest on those arms on both sides and just move up and down in the front of the spindle
[22:26:16] -!- adb has quit [Ping timeout: 252 seconds]
[22:26:33] -!- furrywolf [furrywolf!~randyg@72.62.246.9] has joined #linuxcnc
[22:26:37] <LeelooMinai> As the table moves that is
[22:26:53] <furrywolf> fucking china. I took apart my burnt-out LED lamp. rather than a proper ballast, it has some big film capacitors in series with the line, and that's about it.
[22:27:21] <LeelooMinai> That's the new proper - what you want some fancy old tech?
[22:27:25] <zeeshan> LeelooMinai: where will the back side be fixed?
[22:28:09] <LeelooMinai> zeeshan: So it does not drop in the middle, maybe on additional thin aluminum piece?
[22:29:36] <furrywolf> I can't identify any obviously burnt out parts, and it's not worth real troubleshooting.
[22:29:37] <zeeshan> the big problem i forsee with a hinged design is
[22:29:44] <zeeshan> if your part is really weird shaped
[22:29:46] <furrywolf> it doesn't have many parts.
[22:30:00] <zeeshan> the flat acrylic sheet will hit it
[22:30:09] <zeeshan> btw my gf is like "so pretty and shiny" at your router lol
[22:30:16] -!- nofxx [nofxx!~nofxx@unaffiliated/nofxx] has joined #linuxcnc
[22:31:01] <LeelooMinai> zeeshan: Yes, I though about it - I could consider some that the front part (where the hinges are) wil be adjustable in some way, so I can move it vertically, say up to 4 inches.
[22:31:22] <LeelooMinai> zeeshan: You trained here well it seems:)
[22:31:26] <LeelooMinai> her*
[22:31:29] <zeeshan> rofl
[22:31:47] <pcw_home> furrywolf: capacitors make a decent ballast until you cycle the power just right...
[22:32:02] <LeelooMinai> Normally I would expect "Oh my GOD - why this metal monster in the bedroom!?"
[22:32:49] <furrywolf> pcw_home: like plugging it into my modified sine inverter? :P
[22:33:25] <pcw_home> Yeah or just bad luck or line transients or...
[22:33:46] <LeelooMinai> I guess Chinese calculated that it will happen once in 100 times and said "Good! Good! Produce, produce."
[22:33:49] -!- gimps has quit [Ping timeout: 252 seconds]
[22:33:54] <furrywolf> I had it plugged into a little 300W inverter on my 12V bank, that I use for light if I have to do wiring on the main system.
[22:34:12] -!- mhaberler has quit [Quit: mhaberler]
[22:34:23] <furrywolf> I never imagined it'd have a stupid ballast...
[22:34:38] <furrywolf> most chinese lights these days are 85-265v switchers
[22:34:48] <pcw_home> Yeah
[22:34:57] <zeeshan> LeelooMinai: i think a square box around the table would work :P
[22:35:00] <zeeshan> with sliding top
[22:35:02] <zeeshan> that is removable
[22:35:18] <LeelooMinai> When I turn on my led light on my desk my oscilloscope shows something that resembles an earthquate
[22:35:21] <LeelooMinai> quake*
[22:35:34] <pcw_home> capacitors are fine if there something to limit the max current at turn-on and transients
[22:36:00] <zeeshan> pcw_home: dont remind me of this nonsense
[22:36:03] <LeelooMinai> zeeshan: That would be a huge box though and would not protect the rails, blocks, etc.
[22:36:04] <zeeshan> and the bs i went through!
[22:36:25] <zeeshan> LeelooMinai: sec :P
[22:36:31] <furrywolf> pcw_home: my guess is it very much didn't like the high-frequency components of the "modified sine" (aka square) inverter.
[22:38:08] <pcw_home> Ahh, no it would not :-)
[22:38:43] <zeeshan> shrug i give up :P
[22:38:53] -!- lnr [lnr!~lnr@aim.engr.arizona.edu] has joined #linuxcnc
[22:39:43] <LeelooMinai> I think from the side those two aluminum pieces would look and behave like that:
http://i.imgur.com/8wXNSzR.png
[22:39:57] <zeeshan> http://i.imgur.com/XSIXH5L.jpg
[22:39:57] <LeelooMinai> And the sheet could rest on the long one.
[22:39:59] <zeeshan> i was thinking like this
[22:40:11] <furrywolf> I put back in the CFL which has been working fine on said inverter for ages...
[22:40:13] -!- gimps [gimps!~noone@unaffiliated/gimps] has joined #linuxcnc
[22:40:18] <zeeshan> but will be too much work
[22:40:22] <LeelooMinai> zeeshan: Ok, but what about the top?
[22:40:25] <furrywolf> zeeshan-pi: finish your microscope project yet?
[22:40:26] <zeeshan> and im not sure how the top sliding covers remove
[22:40:38] <zeeshan> furrywolf: yea i did analysis and conclusion is i need more test data
[22:40:39] <zeeshan> :-)
[22:40:55] <LeelooMinai> zeeshan: You are making a microscope?
[22:41:06] <zeeshan> LeelooMinai: no we were hacking the output files from the 3d scope
[22:41:15] <furrywolf> lol
[22:41:18] <zeeshan> with sucess furrywolf found the addresses
[22:41:21] <zeeshan> to all the hidden data
[22:41:34] <zeeshan> and now i have an automated python script + matlab code to process it all
[22:41:47] <LeelooMinai> Hidden data in microscope files? :)
[22:42:01] <LeelooMinai> What do they hide...
[22:42:08] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[22:42:09] <zeeshan> all the 3d data
[22:42:10] <zeeshan> http://i.imgur.com/acG78Sq.gif
[22:42:18] -!- sumpfralle [sumpfralle!~lars@megumi.opennet-initiative.de] has joined #linuxcnc
[22:42:23] <zeeshan> http://i.imgur.com/SZjelxl.gif
[22:42:37] <LeelooMinai> Is this some height map?
[22:42:40] <zeeshan> yea
[22:42:42] <zeeshan> http://i.imgur.com/8dhzOAc.png
[22:42:44] -!- gonzo_nb has quit [Remote host closed the connection]
[22:42:52] <zeeshan> furrywolf: if you look @ the last graph
[22:42:57] <zeeshan> you can see that first data point is bs
[22:43:03] <zeeshan> then it jumps to around 130 um
[22:43:13] <zeeshan> and then the next 3 data points are bs and then 2 points at 130 um
[22:43:26] <zeeshan> and then it starts transitioning at the glass transition temperature
[22:43:26] <furrywolf> you still haven't made it properly align to the top of the piece instead of the bottom. :P
[22:43:31] <LeelooMinai> Ok, that's some strange microscope - what is it for?
[22:43:33] <zeeshan> furrywolf: not a big deal :)
[22:43:36] <zeeshan> i just need this graph out of it
[22:43:49] <zeeshan> because there is published data of other materials i can compare it with
[22:43:57] <LeelooMinai> Soem kind of metalurgy surface scanning?
[22:44:14] -!- swingley has quit [Ping timeout: 252 seconds]
[22:44:16] <zeeshan> LeelooMinai: you can do whatever you want with it
[22:44:20] <zeeshan> its got 5000x magnification
[22:44:25] <zeeshan> if you wanna look @ metals sure
[22:44:30] <zeeshan> electrical chips, sure
[22:44:36] <LeelooMinai> But it's optical and just processes images, or what?
[22:44:47] <zeeshan> its a "digital" scope
[22:44:48] <furrywolf> find the median value of the four strips on the outside edge of the height map
[22:44:57] -!- skunksleep [skunksleep!~AndChat14@69.4.98.27] has joined #linuxcnc
[22:45:15] <LeelooMinai> But how does it figure the height?
[22:45:20] <zeeshan> LeelooMinai: it has a 3 ccd cameras i think 54mp each
[22:45:30] <zeeshan> and it takes 50 samples per sec of images
[22:45:35] <zeeshan> while changing the focus of each one
[22:45:38] <furrywolf> or did you already do some math to the find the actual imprint depth, not just the difference between the center and the maximum?
[22:45:44] <zeeshan> figures out the height from that
[22:45:56] <LeelooMinai> So it processes images from different points of views to get the height data?
[22:46:03] <zeeshan> furrywolf: i extracted the pixel value @ the center point
[22:46:13] <LeelooMinai> 54mp sounds expensive
[22:46:13] <furrywolf> which is always 0-ish, no?
[22:46:15] <zeeshan> and unfortunately no math is there for smp
[22:46:24] <zeeshan> no
[22:46:48] <zeeshan> all the values are relative to 0
[22:46:55] <zeeshan> so it'll spit out 130 um @ deepest point
[22:47:04] <zeeshan> LeelooMinai: yes
[22:47:07] <zeeshan> and yes it was 100k
[22:47:09] <furrywolf> LeelooMinai: it rapidly refocuses the image on different heights, and sees which areas are most in focus, I think.
[22:47:33] <furrywolf> zeeshan: what are you subtracting the center point height from?
[22:47:38] <LeelooMinai> Right, so it's not one of those $30 usb scopes
[22:47:42] <zeeshan> furrywolf: nothing
[22:47:52] <zeeshan> all the measurements are relative to 0
[22:47:56] <furrywolf> if you're just using the scale saved in the images as the surface height, it has some serious issues with outliers at the corners...
[22:48:29] <zeeshan> actually i might be wrong.
[22:48:30] <zeeshan> ill need to see
[22:48:50] <zeeshan> ah. that might be the reason of the variation.
[22:48:55] <zeeshan> lemme show you something
[22:49:40] <furrywolf> the 3d data returned from the microscope doesn't seem consistent frame-frame.
[22:50:18] -!- skunkworks [skunkworks!~chatzilla@69.4.98.27] has joined #linuxcnc
[22:50:35] <furrywolf> I think your graph can be improved by processing the data better
[22:51:14] <furrywolf> my first thought is to find the median value of the heights of a strip around the edge of the images (say, 10 points wide), and normalize that.
[22:51:38] <furrywolf> (median, not mean - you have some bad outlier points in places)
[22:52:32] <zeeshan> im trying to work with raw data
[22:52:36] <zeeshan> without much processing
[22:53:00] <zeeshan> gimme a sec
[22:53:02] <furrywolf> if you look a couple frames in, your bottom is being shifted upwards by low-reading spikes randomly throughout your data. without normalizing to the actual surface height, I think this is causing the stupid data points, not actual measurement errors of the bottom of the indentation.
[22:53:03] <zeeshan> or a few min
[22:53:32] -!- syyl_ has quit [Ping timeout: 256 seconds]
[22:54:34] <ssi> you're still doing this? :P
[22:55:09] <furrywolf> ssi: he's still doing it wrong. :P
[22:55:16] * furrywolf hides
[22:56:00] <ssi> hahaha
[22:56:07] <ssi> that's to be expected
[22:56:09] <ssi> he's canadian
[22:56:40] <furrywolf> lol
[22:56:50] <ssi> or is it because he's a mechanical engineer?
[22:56:52] <ssi> not sure whit
[22:56:54] <ssi> but one of those
[22:58:01] -!- bobo_ [bobo_!63283ad9@gateway/web/freenode/ip.99.40.58.217] has joined #linuxcnc
[22:59:21] <furrywolf> zeeshan-pi: re-watching the animations and looking at the graph, I'm even more convinced your graph is wrong, but could be correct with better data processing.
[23:00:56] <zeeshan> yes it is wrong
[23:01:12] <zeeshan> i did a cross section of the images
[23:01:47] <zeeshan> interval1:
http://i.imgur.com/bqzQlnc.png ; interval 8:
http://i.imgur.com/vrlGEDc.png
[23:02:15] <zeeshan> i need to draw a line across
[23:02:22] <zeeshan> and then measure the height relative to that
[23:03:21] <furrywolf> that would work, but I like my idea of a strip around the outside edge better.
[23:03:35] <furrywolf> a line gives you more chance of picking up bad points
[23:04:00] <zeeshan> ssi fkr
[23:04:01] <zeeshan> :-)
[23:04:48] <furrywolf> or four strips not including the corners. the microscope seems to randomize the corners a bit.
[23:04:58] <zeeshan> yea the corners are f'ed
[23:05:12] <zeeshan> its like the area around the 600 pixel range in the height
[23:05:16] <zeeshan> is the good region
[23:05:38] * furrywolf should charge more for consulting. :P
[23:05:46] <zeeshan> i was just gonna do more testing
[23:05:52] <zeeshan> and would have realize
[23:05:53] <zeeshan> so fu!
[23:05:53] <zeeshan> :P
[23:06:05] <zeeshan> relying on one data set isn't good enough
[23:06:27] <furrywolf> relying on one dataset being mis-processed is even worse.
[23:06:32] <zeeshan> :-)
[23:06:34] <zeeshan> its raw
[23:06:36] <zeeshan> thats the problem
[23:07:04] <zeeshan> the questrion is
[23:07:14] <zeeshan> how to get a consistent way to average the "top plane"
[23:07:19] <zeeshan> aka relative plane
[23:08:30] <furrywolf> <furrywolf> my first thought is to find the median value of the heights of a strip around the edge of the images (say, 10 points wide), and normalize that.
[23:08:58] -!- tinkerer has quit [Quit: Leaving.]
[23:09:01] <furrywolf> <furrywolf> or four strips not including the corners. the microscope seems to randomize the corners a bit.
[23:15:01] <zeeshan> going to use 2 strips cause the top and bottom area corners
[23:15:20] <zeeshan> not corners, but edges of the end of the picture have part of the indent in it, so it will throw off things
[23:18:00] <furrywolf> I'm hoping the median value of those pixels is pretty consistent
[23:22:34] -!- sumpfralle1 [sumpfralle1!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[23:25:41] -!- sumpfralle has quit [Ping timeout: 265 seconds]
[23:28:37] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[23:33:20] -!- moorbo [moorbo!~moorbo@dyn-21-121.mdm.its.uni-kassel.de] has joined #linuxcnc
[23:36:52] -!- anth0ny_ has quit [Quit: anth0ny_]
[23:41:39] -!- per_sonne has quit [Ping timeout: 240 seconds]
[23:44:57] -!- swingley has quit [Ping timeout: 252 seconds]
[23:47:06] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[23:47:18] -!- DGMurdockIII [DGMurdockIII!~dgmurdock@c-73-168-14-247.hsd1.in.comcast.net] has joined #linuxcnc
[23:57:38] -!- luiscr [luiscr!~luiscr@189.248.167.248] has joined #linuxcnc