#linuxcnc | Logs for 2012-11-13

Back
[00:00:31] -!- zzolo has quit [Quit: zzolo]
[00:00:31] <SWPadnos> probably true
[00:00:45] <andypugh> If you were looking earlier when I posted an STL slicer, the key to that is the two lines of code that build a list of all facets through the slicing plane.
[00:01:22] <Tom_itx> reprap guys are using slic3r currently
[00:01:32] <SWPadnos> depends on whether the benchmark is complex enough that a compiler or some objecty environment could end up more efficient than a person thinking about the problem
[00:01:42] <andypugh> Firstly those with one node > z, plus those with 2 nodes >z. That would be rather more code in a non-vectorised language
[00:02:37] <L84Supper> skeinforge also still works
[00:03:16] <L84Supper> there is also work on using voxels and the GPU to slice in real time on the fly
[00:03:17] <andypugh> Err, I was discussing programming languages, I have no actual need to slice STL files :-)
[00:03:17] <jp1> repsnapper wored well too!
[00:03:27] <L84Supper> sorry
[00:03:36] <jp1> ditto
[00:03:39] <SWPadnos> andypugh, but what happens under the hood? sure, you wrote 2 lines of code, but did the library your code uses make 10 passes over the data or something else silly
[00:03:39] <Tom_itx> andypugh did you hand laminate those layers?
[00:03:57] <Tom_itx> in the handle pic
[00:04:02] <SWPadnos> andypugh, yeah, I had to think about the standard template library vs. the 3D model file format :)
[00:04:30] <andypugh> SWPadnos: Oh, yes, it's horribly inefficient under the hood. It's best thought of as a very high level data manipulation scripting language. But it definitely has uses.
[00:05:22] <andypugh> Tom_itx: Yes, though the plotter cut two little holes in each piece, so I only had to slot them on to pegs and rub them down/
[00:05:39] <Tom_itx> wondered how you aligned them
[00:06:10] -!- logger[mah] has quit [Remote host closed the connection]
[00:06:26] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc
[00:06:27] <andypugh> Even then it was spectacularly dull. One of those jobs that has you clenching your legs and feeling a bit sick. Or is that just me?
[00:09:03] <t12> theres an even rougher compiler problem
[00:09:18] <t12> can you optimize code for opecode and io power efficency
[00:09:22] <t12> opcode even
[00:10:14] <jp1> andypugh: have you seen the ic haus interpolator ic's
[00:10:28] <andypugh> No.
[00:10:47] <andypugh> What do they do? (Or, more specifically, what do they interpolate?)
[00:10:58] <jp1> was thinking of trying them out on some scales
[00:11:11] <jp1> interpolate sin cos
[00:11:22] -!- ybon has quit [Quit: WeeChat 0.3.8]
[00:11:23] <andypugh> Ah, OK. I might have seen them then.
[00:11:34] <andypugh> Slightly spendy?
[00:13:14] <jp1> yeah but not terible
[00:13:25] <andypugh> AH, Actually I was thinking of http://uk.rs-online.com/web/p/resolver-to-digital-converters/7094709/
[00:14:26] <jp1> think there like 15-30 for the ic depending on the type
[00:14:51] <andypugh> (To be fair, there are £20 variants with less resolution, that one is a bit special)
[00:17:13] <jp1> not bad to use as a converter even if you just want quad output
[00:18:19] <andypugh> jp1: You could probably use my Arduino code (you can throw away the sine-wave excitation generator)
[00:18:43] <jp1> yeah im playing with that now
[00:19:01] <andypugh> Though then all you are left with is a fast integer arctan and quadrature emulation, and you can probably do that yourself.
[00:19:31] -!- wavesounds has quit [Remote host closed the connection]
[00:19:41] <jp1> just thought the ic would be faster than the arduino
[00:19:46] <andypugh> I confess I gave up on it, 1mS update rate seemed a bit slow.
[00:19:50] -!- Caanon_work has quit [Quit: Caanon_work]
[00:20:03] <andypugh> I bought the Mesa 7i49.
[00:20:07] -!- adb has quit [Ping timeout: 252 seconds]
[00:21:26] <Tom_itx> what's it do?
[00:21:41] <jp1> resolver card
[00:21:46] <Tom_itx> oh
[00:21:53] <Tom_itx> to replace your arduino?
[00:22:04] <andypugh> (The Arduino stopped working, I scoped the excitation signal and it had gone very funny, and I couldn't be bothered to debug it. Probably a bad capacitor, might have been a 3.3V one)
[00:22:29] -!- mhaberler has quit [Quit: mhaberler]
[00:24:16] <andypugh> SWPadnos: Do you know what saicannon is for? It seems to be a partial duplicate of emccannon but with surprisingly little common code.
[00:32:18] <JT-Shop> http://www.youtube.com/watch?v=FQMbXvn2RNI
[00:33:48] <andypugh> cradek: What happens if three code files share a header with a function declaration in it, then all files contain different definitions of the function? Specifically, what controls which function gets executed by a call from a 4th file?
[00:35:18] <kwallace> Isn't SAI = Stand Alone Interpreter?
[00:37:06] <andypugh> Ah, yes, that rings a bell.
[00:38:12] <kwallace> I recall there being a section on the SAI in the NIST/EMC1 documentation.
[00:40:17] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[00:41:16] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[00:42:33] <kwallace> http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.57.6516&rep=rep1&type=ps
[00:45:00] <andypugh> OK, that is what it is. So, it looks like saicannon, emccannon and gcodemodule all do similar but different things at the same hierarchy level. The digging continues...
[00:46:53] <kwallace> ftp://ftp.isd.mel.nist.gov/pub/emc/
[00:48:53] -!- the_wench has quit [Ping timeout: 245 seconds]
[00:48:55] -!- archivist has quit [Ping timeout: 240 seconds]
[00:49:59] -!- jp1 has quit [Remote host closed the connection]
[00:55:51] -!- Brandonian has quit [Quit: Brandonian]
[00:56:01] -!- Nick001-Shop has quit [Remote host closed the connection]
[00:59:59] <JT-Shop> http://www.secretlifeofmachines.com/
[01:01:41] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[01:01:58] -!- asdfasd has quit [Ping timeout: 246 seconds]
[01:03:42] -!- djheinz has quit [Ping timeout: 264 seconds]
[01:05:08] <andypugh> Right, time to sleep.
[01:05:10] <andypugh> Night all
[01:05:16] <JT-Shop> night
[01:05:29] -!- andypugh has quit [Quit: andypugh]
[01:06:05] -!- rob_h has quit [Ping timeout: 252 seconds]
[01:16:49] -!- djheinz [djheinz!~henning@164.90.45.31.customer.cdi.no] has joined #linuxcnc
[01:17:26] -!- Tecan has quit [Remote host closed the connection]
[01:20:46] -!- Valen has quit [Quit: Leaving.]
[01:28:47] -!- Nick001 [Nick001!~Nick001@plns-66-33-245-168-pppoe.dsl.plns.epix.net] has joined #linuxcnc
[01:34:03] -!- syyl has quit [Quit: Leaving]
[01:43:12] -!- erictheise has quit [Quit: erictheise]
[01:44:40] -!- erictheise has quit [Client Quit]
[01:45:29] -!- erictheise has quit [Client Quit]
[01:53:54] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[02:10:08] -!- skunkworks has quit [Remote host closed the connection]
[02:17:53] -!- the_wench [the_wench!~the_wench@81.149.189.98] has joined #linuxcnc
[02:27:40] -!- liam__ has quit [Quit: Page closed]
[02:32:39] -!- abetusk [abetusk!~abetusk@cpe-24-58-232-122.twcny.res.rr.com] has joined #linuxcnc
[02:32:55] <abetusk> does anyone do PCB milling? What is your clearance?
[02:33:31] <abetusk> also, has anyone made their own pick and place machine?
[02:34:35] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[02:35:47] <mutilator> clearance?
[02:35:53] <Tom_itx> i've done laser toner transfer but no milling to speak of
[02:36:08] <Tom_itx> mutilator, between traces
[02:37:54] -!- davec_ has quit [Ping timeout: 264 seconds]
[02:43:43] <mutilator> oh
[02:43:59] <mutilator> i've only done 47 mils on mine and only twice as a test
[02:44:07] <abetusk> yeah, as in the minimum track you can take out with your endmill
[02:44:20] <abetusk> I was hoping to get down to around 10 mil...
[02:44:23] <mutilator> i have some smaller buts i want to try but i have to test speeds
[02:44:32] <mutilator> i imagine it'd have to cut really slow
[02:44:39] <mutilator> bits*
[02:44:42] <abetusk> how slow?
[02:44:57] <mutilator> i dont know i havnt tested it
[02:45:03] <mutilator> just based on them being so fragile
[02:45:18] <abetusk> I have some v-bits, they seem pretty sturdy...
[02:45:48] <mutilator> oh yea i have some flat endmill flutes
[02:48:10] <abetusk> speaking of which, I can only find ones that are .1 mm at the end, do you know of any source to get sharper ones?
[02:49:20] <mutilator> i just bought a nice one from cmt
[02:49:21] <Tom_itx> you need high rpm
[02:49:40] <abetusk> cmt?
[02:49:45] <abetusk> and what rpm would you recommend?
[02:49:51] <mutilator> http://www.amazon.com/CMT-858-001-11-Cutting-Diameter-16-Inch/dp/B000P4NSYG
[02:50:12] <mutilator> nice and big
[02:50:13] <Tom_itx> abetusk figure your chip load and tool diameter
[02:50:18] <Tom_itx> the numbers don't lie
[02:50:21] <Tom_itx> http://tom-itx.dyndns.org:81/~webpage/etching/mills1.jpg
[02:50:30] <Tom_itx> i tried but my spindle is just too slow
[02:51:37] <Tom_itx> i'd suspect around 10k rpm
[02:51:38] <abetusk> mutilator, what is the end width?
[02:51:57] <mutilator> i cant measure it..
[02:52:09] <mutilator> it goes to a point
[02:52:13] <Tom_itx> use carbide too as FR4 is quite abrasive
[02:52:26] <t12> these desktop centrifuges appear to have some really nice little 3ph motors in them
[02:52:34] <Tom_itx> and copper is crap to mill anyway
[02:52:35] <t12> 13.5krpm, 170w, 115v
[02:53:02] <abetusk> Tom_itx, I have an 8k rpm spindle...
[02:53:14] <mutilator> i just tried engraving a old copper block from a heatsink yesterday
[02:53:20] <mutilator> needs some tweaking to speeds for sure heh
[02:54:06] <mutilator> glad it was pretty thick, i can just mill off the top layer and start over
[03:01:43] <abetusk> mutilator, I'm really hesitant to just buy a $20 bit without knowing what the end width is. If you try it, report back
[03:02:44] <mutilator> yea i dont think i'll use a v to cut it
[03:02:54] <mutilator> i'll use my flat end mills
[03:17:42] -!- Flipp has quit [Ping timeout: 260 seconds]
[03:20:29] -!- karavanjo has quit [Remote host closed the connection]
[03:43:18] <mutilator> abetusk?
[03:43:31] <mutilator> https://dl.dropbox.com/u/24715738/IMG_20121112_224222.jpg
[03:43:56] <mutilator> my tablet cant focus that close
[03:44:04] -!- pfred1 [pfred1!~pfred1@unaffiliated/pfred1] has joined #linuxcnc
[03:44:13] <mutilator> but it comes down to as much of a point as you can get..
[03:44:30] <pfred1> the linuxcnc website is just the wiki now?
[03:45:07] <abetusk> mutilator, hmm, so .1mm or .2mm at least? It's really hard to differentiate with the naked eye when it's that small
[03:45:47] <mutilator> it looks like half the width of the pin but i dunno how deep you need to go
[03:45:51] <mutilator> so you'd have to calc the width
[03:46:08] <mutilator> whats 1oz cupper like 1.5mil
[03:46:41] <abetusk> 1.34 mil
[03:46:48] <abetusk> about
[03:47:06] -!- herron has quit [Ping timeout: 265 seconds]
[03:47:08] <pfred1> ought oh I smell a PCB miller
[03:50:06] <tjb1> What is the advantage of placing things on the servo thread vs the base thread?
[03:50:57] <tjb1> or disadvantage…or reason
[03:55:13] <Tom_itx> with mesa cards i'm told to use the servo thread
[03:55:27] <Tom_itx> my config doesn't define a base thread
[03:56:33] <tjb1> I could put all servo items on the base thread and it wouldnt matter and vise versa if the speed was the same?
[03:57:54] <Tom_itx> i'm not sure
[03:58:03] <Tom_itx> i just did what i was recomended to do
[03:59:00] -!- Keknom has quit [Quit: Leaving.]
[03:59:26] -!- herron [herron!~herron@80.175.14.110] has joined #linuxcnc
[04:04:53] <kwallace> The base thread is for software signal generation, such as step pulses. The servo thread is for reading the machine status and calculating the number pulses to put out.
[04:06:28] <Tom_itx> well in the case of mesa cards the pulses are generated on board i think
[04:07:28] <kwallace> That's why the base thread isn't needed.
[04:07:35] <Tom_itx> yeah
[04:08:43] <kwallace> Also, functions that need floating point calculations can't be done in the base thread, but only in the slower servo thread.
[04:10:37] -!- Flipp [Flipp!~Caanon@c-50-132-33-199.hsd1.wa.comcast.net] has joined #linuxcnc
[04:10:46] <pfred1> the Swiss really do make nice stuff don't they? https://www.youtube.com/watch?v=S8qkaTsr2_o
[04:21:10] -!- FinboySlick has quit [Remote host closed the connection]
[04:32:26] <Tom_itx> yup
[04:40:44] <pfred1> when I hit the lottery I'm getting one of those P&P machines just so I can watch it.
[04:41:03] <Tom_itx> i didn't click
[04:41:23] <Tom_itx> i just know swiss machines are good
[04:41:45] <pfred1> it looks like the video is speeded up but it isn't
[04:41:55] <Tom_itx> oh, pick n place..
[04:42:03] <Tom_itx> yeah some of those are pretty impressive
[04:42:28] <pfred1> that one is a Swiss one and they're calling it ultra high speed
[04:43:02] <pfred1> needless to say it is slamming some parts into boards
[04:43:47] <Tom_itx> i wonder if it detects if a part slips in transit
[04:43:51] <Tom_itx> i would suppose so
[04:44:10] <Tom_itx> you see the good parts of it but i bet sometimes they crash
[04:44:20] <Tom_itx> just wonder how the crash recovery works
[04:45:20] <pfred1> I don't know something tells me it runs like a Swiss watch though :)
[04:49:07] <theos> :)
[04:52:43] -!- davec [davec!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[04:55:21] -!- cevad has quit [Ping timeout: 255 seconds]
[04:59:35] -!- davec has quit [Ping timeout: 255 seconds]
[05:10:46] <Aero-Tec> I upgraded EMC
[05:11:15] <Aero-Tec> now have my max jitter real high again
[05:11:37] <pfred1> SMI interrupt?
[05:11:45] -!- mazafaka [mazafaka!~Mufasa@unaffiliated/mazafaka] has joined #linuxcnc
[05:11:51] <Aero-Tec> any one of the gurus here?
[05:11:58] <Aero-Tec> I would guess that
[05:12:05] <Aero-Tec> that is what fixed it last time
[05:12:32] <Aero-Tec> I checked the file and the SMI fix is there
[05:12:44] <Aero-Tec> unless it is using a new file
[05:13:12] <Aero-Tec> in the home dir is where the file is
[05:13:28] <Aero-Tec> is there a new place for it?
[05:14:16] -!- tjb1_ [tjb1_!~tjb1@74.43.50.197] has joined #linuxcnc
[05:14:39] <Aero-Tec> rtapi.conf file
[05:15:00] <Aero-Tec> looks to still have the SMI update in it
[05:17:07] <Aero-Tec> looks like the one I looked at may be a backup copy I made
[05:17:30] <Aero-Tec> will look where the instructions say to look
[05:18:03] -!- tjb1 has quit [Ping timeout: 245 seconds]
[05:18:04] tjb1_ is now known as tjb1
[05:18:29] -!- pfred1 has quit [Quit: OPINIONS ARE FACTS WHEN IN ALL CAPS!]
[05:18:40] <Aero-Tec> also I did a test set up of a simple 5 axis cnc for testing out the new update
[05:19:02] <Aero-Tec> it brings up what looks to be a model of the CNC machine
[05:19:13] <Aero-Tec> is that normal?
[05:19:26] <Aero-Tec> 2.4 did not do that
[05:35:51] <Aero-Tec> calling emc guru
[05:36:20] <Aero-Tec> the rtapi.conf will not allow me to edit it
[05:37:06] <Aero-Tec> the file belongs to root, I can load it into editor but can not save it
[05:37:19] <Aero-Tec> any help on how to fix this?
[06:01:44] <tjb1> Im sorry, I can only tell you how to destroy it
[06:02:15] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[06:02:41] <Aero-Tec> destroy?
[06:03:09] <Aero-Tec> how will that help?
[06:03:21] <Aero-Tec> could I rename it?
[06:03:51] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-5f7456a5.pool.mediaWays.net] has joined #linuxcnc
[06:04:23] <Aero-Tec> if I can change the name I could do a save as possibly
[06:05:04] <Aero-Tec> with a file one might have to edit, why give ownership to root?
[06:05:19] <Aero-Tec> is there a way I can log in as root?
[06:05:36] <Aero-Tec> maybe su root
[06:06:06] <Aero-Tec> not sure if that is even a command
[06:06:35] <Aero-Tec> tjb1: you still there?
[06:06:57] <tjb1> Im sorry Aero-Tec, it was a joke…im horrible with linuxcnc
[06:07:13] <Aero-Tec> ok
[06:07:15] <Aero-Tec> np
[06:07:28] <tjb1> :)
[06:07:32] <Aero-Tec> will try a few thing and see how it goes
[06:07:41] <tjb1> 1. grab hammer 2. smash computer 3. ??? 4. profit!
[06:07:54] <Aero-Tec> lol
[06:08:11] <tjb1> adult swim is mighty weird :(
[06:08:12] <Aero-Tec> some day it sure is tempting
[06:08:24] <Aero-Tec> why?
[06:08:34] <tjb1> Im watching an ass with legs walk around and talk
[06:08:36] <Aero-Tec> you talking at the rec center?
[06:08:58] <tjb1> hmm?
[06:09:21] <Aero-Tec> your watching TV?
[06:09:43] <tjb1> Im in my dorm room
[06:09:44] <Aero-Tec> or you were at the pool?
[06:10:04] <tjb1> Its a show on adult swim called "Assey Mcgee"
[06:10:26] <Aero-Tec> never heard of it
[06:10:43] <tjb1> *assy
[06:11:04] <tjb1> me either…I think some of the people that work for adult swim do a little too many drugs
[06:12:10] <Aero-Tec> one time I was at the rec center swimming, when it ended I was in the change room and this retarded, for real, he was missing lots of blocks, or cards or what ever
[06:12:53] <Aero-Tec> he was walking around beating his manhood looking for a gay partner
[06:13:05] <Aero-Tec> that was weird
[06:14:27] <Aero-Tec> talk about advertizing, he had it down pat
[06:14:29] <Aero-Tec> lol
[06:14:48] <tjb1> missing lots of blocks?
[06:15:01] <Aero-Tec> he was simple
[06:15:05] <Aero-Tec> not all there
[06:15:21] <Aero-Tec> very low IQ
[06:18:06] <Aero-Tec> as far as I know every one ignored him, not sure as I ignored him so did not see if he found a playmate or not
[06:19:58] <Aero-Tec> going to bed now
[06:19:59] <Aero-Tec> night
[06:25:18] -!- Maluseth1 [Maluseth1!~Maluseth@99.235.138.30] has joined #linuxcnc
[06:26:06] -!- Maluseth has quit [Ping timeout: 240 seconds]
[06:26:15] <tjb1> night
[06:31:06] -!- bradsimantel has quit [Read error: Connection reset by peer]
[06:46:57] -!- oyildirim [oyildirim!~oyildirim@176.40.224.189] has joined #linuxcnc
[06:47:18] -!- theos has quit [Disconnected by services]
[06:47:37] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[06:49:54] -!- mevon_ has quit [Ping timeout: 264 seconds]
[06:51:43] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[06:54:27] -!- oyildirim_ [oyildirim_!~oyildirim@176.40.224.189] has joined #linuxcnc
[06:58:03] -!- oyildirim has quit [Ping timeout: 245 seconds]
[06:59:21] -!- kwallace [kwallace!~kwallace@smb-218.sonnet.com] has parted #linuxcnc
[07:03:59] -!- tjb1 has quit [Quit: tjb1]
[07:10:51] -!- rob_h [rob_h!~rob_h@027c18ae.bb.sky.com] has joined #linuxcnc
[07:16:36] -!- herron has quit [Ping timeout: 240 seconds]
[07:22:31] -!- bradsimantel has quit [Quit: bradsimantel]
[07:22:47] -!- holst [holst!~rasmus@h196.natout.aau.dk] has joined #linuxcnc
[07:23:27] -!- holst has quit [Client Quit]
[07:24:02] -!- holst [holst!~rasmus@h196.natout.aau.dk] has joined #linuxcnc
[07:30:21] -!- herron [herron!~herron@80.175.14.110] has joined #linuxcnc
[07:39:52] -!- ve7it has quit [Remote host closed the connection]
[07:39:56] <Jymmm> JT-Shop: alex_joni archivist https://www.youtube.com/watch?v=N1HZztie5ac&feature=related
[07:41:10] <archivist> random video and no subject and I am on a data cap(price hike if over)
[07:42:54] -!- emel has quit [Excess Flood]
[07:45:27] <Jymmm> It's a con shaped "screw" attached the hub of a car wheel up on jacks splitting logs pretty impressively
[07:45:30] <Jymmm> cone
[07:55:49] -!- mk0 [mk0!~x-ray@plasmoteg-1.bas-net.by] has joined #linuxcnc
[07:56:06] -!- bmwyss has quit [Quit: bmwyss]
[07:57:52] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:58:07] <DJ9DJ> moin
[08:16:13] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[08:35:50] -!- Mave has quit [Client Quit]
[08:40:26] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[08:41:21] -!- Thetawaves [Thetawaves!~Thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[08:44:18] -!- Simooon [Simooon!~simon@h196.natout.aau.dk] has joined #linuxcnc
[08:49:48] -!- educasoft [educasoft!~educasoft@35.241-201-80.adsl-static.isp.belgacom.be] has joined #linuxcnc
[08:51:05] <educasoft> Hi, is it possible that mail drom linuxcnc forum is down ? I try to register for hours now and there is not coming any mail to activate my account. I tried a lot of times with different mail accounts and I'm pretty sure there is ntothing wrong here with my mail or spam settings
[08:53:17] <archivist> forum has some anti spam
[08:53:34] <educasoft> I actually had a question I wanted to ask on forum. Currently I use linuxcnc with Axis, but is there a way that I could run linuxcnc in verbose command line mode? I mean if I know I want to send file myfile.nc to my lasercutter, can't I somehow start emc/linuxcnc from the terminal screen and give myfile.nc as param ?
[08:53:52] <educasoft> archivist, I did complete it multiple times and am 100% sure I did it right
[08:55:03] <archivist> the forum was getting thousands of registrations until the anti spam was upgraded, it may be too clever for its own good
[08:55:40] <educasoft> yes, but if I'm 100% sure that I did it correct, then I cannot access the forum ??
[08:56:17] <archivist> you may just need to wait for a moderator to ok
[08:56:59] <archivist> but having experimented I can see a moderator thinking spam :(
[08:57:52] <archivist> are you sure you want to run a machine that way with little ability to stop it etc
[08:57:55] <educasoft> Well I registered once, thats all, but then the system asked me to wait for the mail to arrive
[08:58:06] -!- Simooon has quit [Ping timeout: 240 seconds]
[08:58:11] <educasoft> archivist, yes, I am sure I want to run it that way
[08:58:23] <archivist> er once is not "I tried a lot of times"
[08:58:26] <educasoft> IF stop is needed I have hardware in place to shut down all signals
[08:58:46] <educasoft> I tried a lot of times to get that mail, by loggin in and then system tells me it will resend the mail
[08:59:53] <educasoft> anyway, if it needs to pass a moderator, then I guess it'll just take time :)
[09:01:22] <educasoft> archivist, is it possible to give .nc file as command line parameter and have linuxcnc start immediately executing that file ?
[09:02:13] <archivist> what state is the machine in
[09:03:41] <educasoft> the machine is nicely at its 0 point when I start linuxcnc
[09:03:59] <archivist> no homing?
[09:04:17] <educasoft> no, it is assumed that the machine is at x0 y0 z0 when starting
[09:04:36] <educasoft> its a laser cutter and I set the laser head with my hand to where on the plate I want to cut
[09:04:44] <educasoft> then the system assumes this to be 0,0
[09:05:08] -!- asdfasd [asdfasd!grgrgrgrg@149.241.153.128] has joined #linuxcnc
[09:05:13] <archivist> that is touch off when under control
[09:05:41] <educasoft> I know that this risks me running too far in X and Y but my gcodes will only go max 200mm in X and Y and they do have more then 600mm of space
[09:06:00] <archivist> you wont know if your file will fit on remaining sheet that way
[09:06:17] <educasoft> yes I will, but I don't want linuxcnc to worry about that
[09:06:27] <educasoft> it will fit surely
[09:06:37] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[09:06:41] <educasoft> I agree that normally you let linuxcnc keep an eye on that
[09:06:45] <archivist> it is open source you can modify to suit
[09:06:52] <educasoft> but here it is not
[09:07:19] -!- Simooon [Simooon!~simon@h196.natout.aau.dk] has joined #linuxcnc
[09:07:26] <educasoft> yes, I was hoping that you could just start ./linuxcnc myfile.nc and let it go do its work
[09:10:39] <archivist> once you have crashed a machine a few times you wont think that way
[09:12:39] <educasoft> well anyway, the only thing you told me is that its a bad idea (which I can understand if you don't know what I really want to do with it) but that was not actually the question. I do understand the risks but like i said security is built in in hardware, I don't need the soft to look for it
[09:14:25] <archivist> and I said the software is open source you can remove stuff and modify and there is a remote control method you could leverage
[09:15:49] <educasoft> ok tnx
[09:17:04] <cncbasher> educasoft: theirs reasons for software and hardware limits and control , and many of us using lasers
[09:18:18] <educasoft> yes, I do also understand these reasons, I don't want to say they are not needed
[09:18:34] <educasoft> with me they are built into the hardware when something would go wrong
[09:18:35] <Jymmm> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Emcrsh
[09:18:57] <educasoft> emcrsh works with 2.5.1 too? not only emc2 ?
[09:19:36] <cncbasher> emcrsh works with all versions
[09:19:44] <Jymmm> http://linuxcnc.org/docs/devel/html/man/man1/halcmd.1.html
[09:20:53] <Jymmm> http://www.linuxcnc.org/index.php/english/forum/22-pyvcp/18468-on-the-fly-command-line-control
[09:21:38] -!- racycle has quit [Quit: racycle]
[09:21:59] <educasoft> ok thanks
[09:23:38] <cncbasher> educasoft: i run my lasers remotely just fine with emcrsh to a headless pc in the laser
[09:23:54] -!- Cylly [Cylly!cylly@p54B13AA4.dip.t-dialin.net] has joined #linuxcnc
[09:25:36] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[09:26:53] <educasoft> and you login from a remote pc with a simple telnet client ?
[09:28:52] -!- Cylly has quit []
[09:29:00] -!- Loetmichel [Loetmichel!cylly@p54B13AA4.dip.t-dialin.net] has joined #linuxcnc
[09:30:16] <cncbasher> i run Axis as the front end ,the office is infact in a different building
[09:30:44] <cncbasher> look on the linuxcnc website the information is their and in the manuals
[09:32:00] <cncbasher> later ...
[09:34:26] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[09:41:19] <cmorley1> cncbasher: what did you send me in the email?
[09:41:32] <cmorley1> it crashed firefox :)
[09:41:56] <r00t4rd3d> lol
[09:45:44] <archivist> I think it gets killed when it asks for too much memory sometimes
[09:48:29] -!- Maluseth1 has quit []
[09:55:00] -!- bassogigas [bassogigas!~x-ray@plasmoteg-1.bas-net.by] has joined #linuxcnc
[09:55:13] -!- bassogigas has quit [Read error: Connection reset by peer]
[09:57:55] -!- mk0 has quit [Ping timeout: 268 seconds]
[10:04:36] -!- Tugge [Tugge!~pi@a91-153-45-7.elisa-laajakaista.fi] has joined #linuxcnc
[10:12:00] -!- adb has quit [*.net *.split]
[10:12:00] -!- oyildirim_ has quit [*.net *.split]
[10:12:00] -!- markvandenborre has quit [*.net *.split]
[10:12:00] -!- JT-Shop has quit [*.net *.split]
[10:12:01] -!- xeen has quit [*.net *.split]
[10:12:01] -!- ZinovaS has quit [*.net *.split]
[10:12:01] -!- jdh has quit [*.net *.split]
[10:12:01] -!- mozmck has quit [*.net *.split]
[10:12:01] -!- ChanServ has quit [*.net *.split]
[10:12:01] -!- mazafaka has quit [*.net *.split]
[10:12:02] -!- logger[mah] has quit [*.net *.split]
[10:12:02] -!- tetbert has quit [*.net *.split]
[10:12:02] -!- Ekkeri has quit [*.net *.split]
[10:12:02] -!- rob_h has quit [*.net *.split]
[10:12:02] -!- pcw_home has quit [*.net *.split]
[10:12:03] -!- gambakufu has quit [*.net *.split]
[10:12:03] -!- ink- has quit [*.net *.split]
[10:12:03] -!- p0staL has quit [*.net *.split]
[10:12:03] -!- RagingComputer has quit [*.net *.split]
[10:15:44] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[10:15:44] -!- rob_h [rob_h!~rob_h@027c18ae.bb.sky.com] has joined #linuxcnc
[10:15:44] -!- oyildirim_ [oyildirim_!~oyildirim@176.40.224.189] has joined #linuxcnc
[10:15:44] -!- mazafaka [mazafaka!~Mufasa@unaffiliated/mazafaka] has joined #linuxcnc
[10:15:44] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc
[10:15:44] -!- pcw_home [pcw_home!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[10:15:44] -!- markvandenborre [markvandenborre!~mark@ubuntu/member/markvandenborre] has joined #linuxcnc
[10:15:45] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[10:15:45] -!- gambakufu [gambakufu!~mooznach@bzq-84-110-174-112.red.bezeqint.net] has joined #linuxcnc
[10:15:45] -!- jdh [jdh!~jdh@miranda.org] has joined #linuxcnc
[10:15:45] -!- ZinovaS [ZinovaS!~darius@client-178-16-37-153.inturbo.lt] has joined #linuxcnc
[10:15:45] -!- p0staL [p0staL!postal@nizzles.net] has joined #linuxcnc
[10:15:45] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc
[10:15:45] -!- tetbert [tetbert!~ubuntu@ec2-23-22-19-153.compute-1.amazonaws.com] has joined #linuxcnc
[10:15:45] -!- ink- [ink-!ink@katsu.triplehelix.org] has joined #linuxcnc
[10:15:45] -!- Ekkeri [Ekkeri!ekke@hilla.kapsi.fi] has joined #linuxcnc
[10:15:45] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[10:20:26] -!- Vq_ [Vq_!~vq@81-225-108-241-no123.tbcn.telia.com] has joined #linuxcnc
[10:20:37] -!- b_b has quit [*.net *.split]
[10:20:38] -!- KimK has quit [*.net *.split]
[10:20:38] -!- factor has quit [*.net *.split]
[10:20:38] -!- karavanjoW has quit [*.net *.split]
[10:20:38] -!- nots has quit [*.net *.split]
[10:20:38] -!- fragalot has quit [*.net *.split]
[10:20:39] -!- DJ9DJ has quit [*.net *.split]
[10:20:39] -!- moonlite has quit [*.net *.split]
[10:20:39] -!- r00t4rd3d has quit [*.net *.split]
[10:20:39] -!- jp_ has quit [*.net *.split]
[10:20:39] -!- roh has quit [*.net *.split]
[10:20:39] -!- mattions has quit [*.net *.split]
[10:20:39] -!- maximilian_h has quit [*.net *.split]
[10:20:40] -!- theos has quit [*.net *.split]
[10:20:40] -!- the_wench has quit [*.net *.split]
[10:20:40] -!- L84Supper has quit [*.net *.split]
[10:20:40] -!- djinni` has quit [*.net *.split]
[10:20:40] -!- e-ndy has quit [*.net *.split]
[10:20:41] -!- MattyMatt has quit [*.net *.split]
[10:21:50] -!- kent_ has quit [Ping timeout: 246 seconds]
[10:22:08] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[10:22:09] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[10:22:09] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[10:22:09] -!- the_wench [the_wench!~the_wench@81.149.189.98] has joined #linuxcnc
[10:22:09] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[10:22:09] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc
[10:22:09] -!- factor [factor!~factor@74.197.205.92] has joined #linuxcnc
[10:22:09] -!- r00t4rd3d [r00t4rd3d!~r00t4rd3d@unaffiliated/r00t4rd3d] has joined #linuxcnc
[10:22:09] -!- jp_ [jp_!~jp@CPEf07bcb8dc98f-CM001bd71cb794.cpe.net.cable.rogers.com] has joined #linuxcnc
[10:22:09] -!- roh [roh!~roh@yamato.hyte.de] has joined #linuxcnc
[10:22:09] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[10:22:09] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[10:22:09] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[10:22:09] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[10:22:09] -!- fragalot [fragalot!~thomas@gentoo/user/FamousToaster] has joined #linuxcnc
[10:22:39] -!- Vq has quit [Ping timeout: 260 seconds]
[10:23:24] -!- tronwizard has quit [*.net *.split]
[10:23:25] -!- djdelorie has quit [*.net *.split]
[10:23:25] -!- Poincare has quit [*.net *.split]
[10:23:52] -!- kent_ [kent_!~kent@81-225-108-241-no123.tbcn.telia.com] has joined #linuxcnc
[10:24:05] -!- tronwizard [tronwizard!~tronwizar@24.229.164.191.res-cmts.sm.ptd.net] has joined #linuxcnc
[10:24:05] -!- djdelorie [djdelorie!~dj@envy.delorie.com] has joined #linuxcnc
[10:24:05] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[10:25:37] -!- mattions has quit [*.net *.split]
[10:25:37] -!- maximilian_h has quit [*.net *.split]
[10:25:37] -!- theos has quit [*.net *.split]
[10:25:37] -!- the_wench has quit [*.net *.split]
[10:25:37] -!- L84Supper has quit [*.net *.split]
[10:25:38] -!- djinni` has quit [*.net *.split]
[10:25:38] -!- e-ndy has quit [*.net *.split]
[10:25:38] -!- MattyMatt has quit [*.net *.split]
[10:26:43] -!- DJ9DJ has quit [*.net *.split]
[10:26:43] -!- moonlite has quit [*.net *.split]
[10:26:43] -!- r00t4rd3d has quit [*.net *.split]
[10:26:43] -!- jp_ has quit [*.net *.split]
[10:26:43] -!- roh has quit [*.net *.split]
[10:27:00] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[10:27:00] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[10:27:00] -!- the_wench [the_wench!~the_wench@81.149.189.98] has joined #linuxcnc
[10:27:00] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc
[10:27:00] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[10:27:00] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[10:27:00] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[10:27:17] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[10:27:17] -!- r00t4rd3d [r00t4rd3d!~r00t4rd3d@unaffiliated/r00t4rd3d] has joined #linuxcnc
[10:27:17] -!- jp_ [jp_!~jp@CPEf07bcb8dc98f-CM001bd71cb794.cpe.net.cable.rogers.com] has joined #linuxcnc
[10:27:17] -!- roh [roh!~roh@yamato.hyte.de] has joined #linuxcnc
[10:28:18] -!- tris has quit [*.net *.split]
[10:28:18] -!- cherry_lin has quit [*.net *.split]
[10:28:42] -!- tris [tris!tristan@camel.ethereal.net] has joined #linuxcnc
[10:30:01] -!- KGB-linuxcnc has quit [*.net *.split]
[10:30:01] -!- BHSPiMonkey has quit [*.net *.split]
[10:30:01] -!- tris has quit [*.net *.split]
[10:30:01] -!- cherry_lin has quit [*.net *.split]
[10:30:01] -!- DJ9DJ has quit [*.net *.split]
[10:30:02] -!- moonlite has quit [*.net *.split]
[10:30:02] -!- r00t4rd3d has quit [*.net *.split]
[10:30:02] -!- jp_ has quit [*.net *.split]
[10:30:02] -!- roh has quit [*.net *.split]
[10:30:02] -!- mattions has quit [*.net *.split]
[10:30:02] -!- maximilian_h has quit [*.net *.split]
[10:30:03] -!- theos has quit [*.net *.split]
[10:30:03] -!- the_wench has quit [*.net *.split]
[10:30:03] -!- L84Supper has quit [*.net *.split]
[10:30:03] -!- djinni` has quit [*.net *.split]
[10:30:03] -!- e-ndy has quit [*.net *.split]
[10:30:04] -!- MattyMatt has quit [*.net *.split]
[10:30:04] -!- tronwizard has quit [*.net *.split]
[10:30:04] -!- djdelorie has quit [*.net *.split]
[10:30:04] -!- Poincare has quit [*.net *.split]
[10:30:04] -!- KimK has quit [*.net *.split]
[10:30:05] -!- factor has quit [*.net *.split]
[10:30:05] -!- karavanjoW has quit [*.net *.split]
[10:30:05] -!- nots has quit [*.net *.split]
[10:30:05] -!- fragalot has quit [*.net *.split]
[10:30:05] -!- adb has quit [*.net *.split]
[10:30:06] -!- oyildirim_ has quit [*.net *.split]
[10:30:06] -!- markvandenborre has quit [*.net *.split]
[10:30:06] -!- JT-Shop has quit [*.net *.split]
[10:30:06] -!- xeen has quit [*.net *.split]
[10:30:06] -!- ZinovaS has quit [*.net *.split]
[10:30:06] -!- jdh has quit [*.net *.split]
[10:30:07] -!- mozmck has quit [*.net *.split]
[10:30:07] -!- ChanServ has quit [*.net *.split]
[10:30:07] -!- mazafaka has quit [*.net *.split]
[10:30:07] -!- logger[mah] has quit [*.net *.split]
[10:30:07] -!- tetbert has quit [*.net *.split]
[10:30:08] -!- Ekkeri has quit [*.net *.split]
[10:30:08] -!- rob_h has quit [*.net *.split]
[10:30:08] -!- pcw_home has quit [*.net *.split]
[10:30:08] -!- gambakufu has quit [*.net *.split]
[10:30:08] -!- ink- has quit [*.net *.split]
[10:30:09] -!- p0staL has quit [*.net *.split]
[10:30:09] -!- RagingComputer has quit [*.net *.split]
[10:30:09] -!- horatio_cromwell has quit [*.net *.split]
[10:30:10] -!- Simooon has quit [*.net *.split]
[10:30:10] -!- Nick001 has quit [*.net *.split]
[10:30:10] -!- archivist has quit [*.net *.split]
[10:30:10] -!- Connor has quit [*.net *.split]
[10:30:10] -!- GargantuaSauce has quit [*.net *.split]
[10:30:10] -!- Theta9 has quit [*.net *.split]
[10:30:10] -!- capricorn_1 has quit [*.net *.split]
[10:30:11] -!- log_ybon has quit [*.net *.split]
[10:30:11] -!- hm2-buildmaster_ has quit [*.net *.split]
[10:30:11] -!- uwe_ has quit [*.net *.split]
[10:30:11] -!- aude has quit [*.net *.split]
[10:30:11] -!- SWPadnos has quit [*.net *.split]
[10:30:12] -!- XiXora has quit [*.net *.split]
[10:30:12] -!- phillipadsmith has quit [*.net *.split]
[10:30:12] -!- born2late has quit [*.net *.split]
[10:30:12] -!- grummund has quit [*.net *.split]
[10:30:12] -!- alex4nder has quit [*.net *.split]
[10:30:12] -!- vladimirek has quit [*.net *.split]
[10:30:13] -!- cpresser has quit [*.net *.split]
[10:30:13] -!- mhaberler has quit [*.net *.split]
[10:30:13] -!- bmwyss has quit [*.net *.split]
[10:30:13] -!- herron has quit [*.net *.split]
[10:30:13] -!- cncbasher has quit [*.net *.split]
[10:30:14] -!- Patang has quit [*.net *.split]
[10:30:14] -!- ybon has quit [*.net *.split]
[10:30:14] -!- educasoft has quit [*.net *.split]
[10:30:14] -!- i_tarzan has quit [*.net *.split]
[10:30:15] -!- toastydeath has quit [*.net *.split]
[10:30:15] -!- mikegg has quit [*.net *.split]
[10:30:15] -!- crib has quit [*.net *.split]
[10:30:15] -!- gentux has quit [*.net *.split]
[10:30:15] -!- Flipp has quit [*.net *.split]
[10:30:15] -!- djheinz has quit [*.net *.split]
[10:30:16] -!- Tom_itx has quit [*.net *.split]
[10:30:16] -!- Komzpa has quit [*.net *.split]
[10:30:16] -!- MarkusBec has quit [*.net *.split]
[10:30:16] -!- putnik has quit [*.net *.split]
[10:30:16] -!- toxx has quit [*.net *.split]
[10:30:16] -!- holst has quit [*.net *.split]
[10:30:17] -!- cmorley1 has quit [*.net *.split]
[10:30:17] -!- alex_joni has quit [*.net *.split]
[10:30:17] -!- olsson_ has quit [*.net *.split]
[10:30:17] -!- asbjornit has quit [*.net *.split]
[10:30:17] -!- uwe_mobile has quit [*.net *.split]
[10:30:18] -!- SadMan has quit [*.net *.split]
[10:30:18] -!- ssi_ has quit [*.net *.split]
[10:30:18] -!- mutilator has quit [*.net *.split]
[10:30:18] -!- Spida has quit [*.net *.split]
[10:30:18] -!- ReadError has quit [*.net *.split]
[10:30:18] -!- t12 has quit [*.net *.split]
[10:30:19] -!- ds3 has quit [*.net *.split]
[10:30:19] -!- Fox_Muldr has quit [*.net *.split]
[10:30:19] -!- beawesomeinstead has quit [*.net *.split]
[10:30:19] -!- MattyCNC has quit [*.net *.split]
[10:30:19] -!- sliptonic has quit [*.net *.split]
[10:30:20] -!- linuxcnc-build has quit [*.net *.split]
[10:30:20] -!- Yarl has quit [*.net *.split]
[10:30:20] -!- morfic has quit [*.net *.split]
[10:30:20] -!- theorbtwo has quit [*.net *.split]
[10:30:21] -!- zlog has quit [*.net *.split]
[10:30:21] -!- jthornton has quit [*.net *.split]
[10:30:21] -!- fenn has quit [*.net *.split]
[10:30:21] -!- steves_logging has quit [*.net *.split]
[10:30:21] -!- DaViruz has quit [*.net *.split]
[10:30:22] -!- mrsun has quit [*.net *.split]
[10:30:22] -!- mal`` has quit [*.net *.split]
[10:30:22] -!- Vq_ has quit [*.net *.split]
[10:30:22] -!- asdfasd has quit [*.net *.split]
[10:30:22] -!- emel has quit [*.net *.split]
[10:30:23] -!- abetusk has quit [*.net *.split]
[10:30:23] -!- pjm has quit [*.net *.split]
[10:30:23] -!- Aero-Tec has quit [*.net *.split]
[10:30:23] -!- theorb has quit [*.net *.split]
[10:30:24] -!- Farthen has quit [*.net *.split]
[10:30:24] -!- jst has quit [*.net *.split]
[10:30:24] -!- awallin has quit [*.net *.split]
[10:30:24] -!- seb_kuzminsky has quit [*.net *.split]
[10:30:25] -!- fatpandas has quit [*.net *.split]
[10:30:25] -!- cradek has quit [*.net *.split]
[10:30:25] -!- frysteev has quit [*.net *.split]
[10:30:25] -!- jaj has quit [*.net *.split]
[10:30:25] -!- kent_ has quit [*.net *.split]
[10:30:26] -!- Tugge has quit [*.net *.split]
[10:30:26] -!- hewball has quit [*.net *.split]
[10:30:26] -!- s1dev has quit [*.net *.split]
[10:30:26] -!- Loetmichel has quit [*.net *.split]
[10:30:26] -!- phantoneD has quit [*.net *.split]
[10:30:27] -!- spiderdijon has quit [*.net *.split]
[10:30:27] -!- _ink has quit [*.net *.split]
[10:30:27] -!- Jymmm has quit [*.net *.split]
[10:30:27] -!- The_Ball has quit [*.net *.split]
[10:30:27] -!- zod has quit [*.net *.split]
[10:30:40] -!- tris [tris!tristan@camel.ethereal.net] has joined #linuxcnc
[10:30:40] -!- roh [roh!~roh@yamato.hyte.de] has joined #linuxcnc
[10:30:40] -!- jp_ [jp_!~jp@CPEf07bcb8dc98f-CM001bd71cb794.cpe.net.cable.rogers.com] has joined #linuxcnc
[10:30:40] -!- r00t4rd3d [r00t4rd3d!~r00t4rd3d@unaffiliated/r00t4rd3d] has joined #linuxcnc
[10:30:40] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[10:30:40] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[10:30:40] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[10:30:41] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[10:30:41] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc
[10:30:41] -!- the_wench [the_wench!~the_wench@81.149.189.98] has joined #linuxcnc
[10:30:41] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[10:30:41] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[10:30:41] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[10:30:41] -!- djdelorie [djdelorie!~dj@envy.delorie.com] has joined #linuxcnc
[10:30:41] -!- tronwizard [tronwizard!~tronwizar@24.229.164.191.res-cmts.sm.ptd.net] has joined #linuxcnc
[10:30:41] -!- kent_ [kent_!~kent@81-225-108-241-no123.tbcn.telia.com] has joined #linuxcnc
[10:30:41] -!- fragalot [fragalot!~thomas@gentoo/user/FamousToaster] has joined #linuxcnc
[10:30:41] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[10:30:41] -!- factor [factor!~factor@74.197.205.92] has joined #linuxcnc
[10:30:41] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[10:30:41] -!- Vq_ [Vq_!~vq@81-225-108-241-no123.tbcn.telia.com] has joined #linuxcnc
[10:30:41] -!- frysteev [frysteev!~frysteev@miso.capybara.org] has joined #linuxcnc
[10:30:41] -!- ssi_ [ssi_!~ssi@app2.prototechnical.com] has joined #linuxcnc
[10:30:41] -!- SadMan [SadMan!sadman@sadman.net] has joined #linuxcnc
[10:30:41] -!- s1dev [s1dev!~s1dev@199.241.28.135] has joined #linuxcnc
[10:30:42] -!- cpresser [cpresser!~cpresser@rstenpresser.de] has joined #linuxcnc
[10:30:42] -!- ds3 [ds3!noinf@netblock-66-245-251-24.dslextreme.com] has joined #linuxcnc
[10:30:42] -!- t12 [t12!~t12@dodeca-t.com] has joined #linuxcnc
[10:30:42] -!- cradek [cradek!~chris@emc/board-of-directors/cradek] has joined #linuxcnc
[10:30:42] -!- fatpandas [fatpandas!~fatpandas@c-76-105-103-177.hsd1.ga.comcast.net] has joined #linuxcnc
[10:30:42] -!- MattyCNC [MattyCNC!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[10:30:42] -!- BHSPiMonkey [BHSPiMonkey!~BHSPitMon@68-185-203-185.dhcp.dntn.tx.charter.com] has joined #linuxcnc
[10:30:42] -!- ReadError [ReadError!readerror@ec2-50-19-189-163.compute-1.amazonaws.com] has joined #linuxcnc
[10:30:42] -!- alex4nder [alex4nder!~alexander@ns2.lexterieur.net] has joined #linuxcnc
[10:30:42] -!- uwe_mobile [uwe_mobile!~uwe@static.88-198-8-117.clients.your-server.de] has joined #linuxcnc
[10:30:42] -!- born2late [born2late!~niklas@sputnik.htu.tuwien.ac.at] has joined #linuxcnc
[10:30:42] -!- seb_kuzminsky [seb_kuzminsky!~seb@184-96-169-170.hlrn.qwest.net] has joined #linuxcnc
[10:30:42] -!- The_Ball [The_Ball!~The_Ball@122.150.108.38] has joined #linuxcnc
[10:30:42] -!- asbjornit [asbjornit!~asbjorn@217.195.185.2] has joined #linuxcnc
[10:30:42] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc
[10:30:42] -!- jst [jst!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2] has joined #linuxcnc
[10:30:42] -!- crib [crib!~chris@port-92-202-39-52.dynamic.qsc.de] has joined #linuxcnc
[10:30:42] -!- Patang [Patang!~freenode@cm-84.209.197.6.getinternet.no] has joined #linuxcnc
[10:30:42] -!- alex_joni [alex_joni!~alex_joni@emc/board-of-directors/alexjoni] has joined #linuxcnc
[10:30:42] -!- SWPadnos [SWPadnos!~Me@emc/developer/SWPadnos] has joined #linuxcnc
[10:30:43] -!- toxx [toxx!~cnc-guy@v3-1260.vlinux.de] has joined #linuxcnc
[10:30:43] -!- mode/#linuxcnc [+vvv cradek] by brooks.freenode.net
[10:30:43] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[10:30:43] -!- Farthen [Farthen!~Farthen@2a01:4f8:101:2a4:0:bc28:b2e1:9] has joined #linuxcnc
[10:30:43] -!- sliptonic [sliptonic!~sliptonic@li208-58.members.linode.com] has joined #linuxcnc
[10:30:43] -!- theorb [theorb!~theorb@agaton.scsys.co.uk] has joined #linuxcnc
[10:30:43] -!- _ink [_ink!~ink@c-67-170-200-44.hsd1.ca.comcast.net] has joined #linuxcnc
[10:30:43] -!- mrsun [mrsun!~mrsun@c-5f3de253.4551536--62697410.cust.bredbandsbolaget.se] has joined #linuxcnc
[10:30:43] -!- DaViruz [DaViruz!DaViruz@rikskriminalpolisen.com] has joined #linuxcnc
[10:30:43] -!- Spida [Spida!~timo@ns1.spinnennetz.org] has joined #linuxcnc
[10:30:43] -!- MarkusBec [MarkusBec!znc@80.69.39.131] has joined #linuxcnc
[10:30:43] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc
[10:30:43] -!- spiderdijon [spiderdijon!~spider@audrey.spiderdijon.co.uk] has joined #linuxcnc
[10:30:43] -!- hewball [hewball!~Hewball@2403:dc00:ffff:fffc:226:18ff:fe3a:3bad] has joined #linuxcnc
[10:30:43] -!- mutilator [mutilator!muti@65.111.213.158] has joined #linuxcnc
[10:30:43] -!- phantoneD [phantoneD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[10:30:43] -!- Aero-Tec [Aero-Tec!~chatzilla@d172-218-27-193.bchsia.telus.net] has joined #linuxcnc
[10:30:44] -!- cmorley1 [cmorley1!~chris@S010600c09fc019c2.no.shawcable.net] has joined #linuxcnc
[10:30:44] -!- mikegg [mikegg!~mt-operat@50-194-167-102-static.hfc.comcastbusiness.net] has joined #linuxcnc
[10:30:44] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[10:30:44] -!- toastydeath [toastydeath!~toast@c-69-244-86-195.hsd1.md.comcast.net] has joined #linuxcnc
[10:30:44] -!- fenn [fenn!~fenn@131.252.130.248] has joined #linuxcnc
[10:30:44] -!- grummund [grummund!~user@unaffiliated/grummund] has joined #linuxcnc
[10:30:44] -!- i_tarzan [i_tarzan!~i_tarzan@187.151.156.3] has joined #linuxcnc
[10:30:44] -!- zlog [zlog!~zlog@ip24-255-189-172.ks.ks.cox.net] has joined #linuxcnc
[10:30:44] -!- theorbtwo [theorbtwo!~theorb@91.84.53.6] has joined #linuxcnc
[10:30:44] -!- cncbasher [cncbasher!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[10:30:44] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[10:30:44] -!- morfic [morfic!~morfic@unaffiliated/morfic] has joined #linuxcnc
[10:30:44] -!- pjm [pjm!~pjm@uhfsatcom.plus.com] has joined #linuxcnc
[10:30:44] -!- Connor [Connor!~Connor@75.76.30.113] has joined #linuxcnc
[10:30:44] -!- GargantuaSauce [GargantuaSauce!~sauce@blk-222-208-237.eastlink.ca] has joined #linuxcnc
[10:30:44] -!- Theta9 [Theta9!~thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[10:30:44] -!- capricorn_1 [capricorn_1!~raffi@zima.linwin.com] has joined #linuxcnc
[10:30:45] -!- uwe_ [uwe_!~uwe_@dslb-088-064-209-125.pools.arcor-ip.net] has joined #linuxcnc
[10:30:45] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[10:30:45] -!- djheinz [djheinz!~henning@164.90.45.31.customer.cdi.no] has joined #linuxcnc
[10:30:45] -!- Nick001 [Nick001!~Nick001@plns-66-33-245-168-pppoe.dsl.plns.epix.net] has joined #linuxcnc
[10:30:45] -!- abetusk [abetusk!~abetusk@cpe-24-58-232-122.twcny.res.rr.com] has joined #linuxcnc
[10:30:45] -!- Flipp [Flipp!~Caanon@c-50-132-33-199.hsd1.wa.comcast.net] has joined #linuxcnc
[10:30:45] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-5f7456a5.pool.mediaWays.net] has joined #linuxcnc
[10:30:45] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[10:30:45] -!- holst [holst!~rasmus@h196.natout.aau.dk] has joined #linuxcnc
[10:30:45] -!- herron [herron!~herron@80.175.14.110] has joined #linuxcnc
[10:30:45] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[10:30:45] -!- educasoft [educasoft!~educasoft@35.241-201-80.adsl-static.isp.belgacom.be] has joined #linuxcnc
[10:30:45] -!- asdfasd [asdfasd!grgrgrgrg@149.241.153.128] has joined #linuxcnc
[10:30:45] -!- Simooon [Simooon!~simon@h196.natout.aau.dk] has joined #linuxcnc
[10:30:45] -!- Loetmichel [Loetmichel!cylly@p54B13AA4.dip.t-dialin.net] has joined #linuxcnc
[10:30:45] -!- Tugge [Tugge!~pi@a91-153-45-7.elisa-laajakaista.fi] has joined #linuxcnc
[10:30:46] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[10:30:46] -!- rob_h [rob_h!~rob_h@027c18ae.bb.sky.com] has joined #linuxcnc
[10:30:46] -!- oyildirim_ [oyildirim_!~oyildirim@176.40.224.189] has joined #linuxcnc
[10:30:46] -!- mazafaka [mazafaka!~Mufasa@unaffiliated/mazafaka] has joined #linuxcnc
[10:30:46] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc
[10:30:46] -!- pcw_home [pcw_home!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[10:30:46] -!- markvandenborre [markvandenborre!~mark@ubuntu/member/markvandenborre] has joined #linuxcnc
[10:30:46] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[10:30:46] -!- gambakufu [gambakufu!~mooznach@bzq-84-110-174-112.red.bezeqint.net] has joined #linuxcnc
[10:30:46] -!- jdh [jdh!~jdh@miranda.org] has joined #linuxcnc
[10:30:46] -!- ZinovaS [ZinovaS!~darius@client-178-16-37-153.inturbo.lt] has joined #linuxcnc
[10:30:46] -!- p0staL [p0staL!postal@nizzles.net] has joined #linuxcnc
[10:30:46] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc
[10:30:46] -!- tetbert [tetbert!~ubuntu@ec2-23-22-19-153.compute-1.amazonaws.com] has joined #linuxcnc
[10:30:47] -!- ink- [ink-!ink@katsu.triplehelix.org] has joined #linuxcnc
[10:30:47] -!- Ekkeri [Ekkeri!ekke@hilla.kapsi.fi] has joined #linuxcnc
[10:30:47] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[10:46:13] -!- sumpfralle [sumpfralle!~lars@31-16-107-207-dynip.superkabel.de] has joined #linuxcnc
[11:04:27] -!- jthornton has quit [Read error: Connection timed out]
[11:04:40] -!- Simooon has quit [Remote host closed the connection]
[11:05:30] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[11:06:44] -!- KimK has quit [Quit: Leaving]
[11:11:34] -!- oyildirim_ has quit [Read error: Connection reset by peer]
[11:11:56] -!- oyildirim [oyildirim!~oyildirim@176.40.224.189] has joined #linuxcnc
[11:12:22] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[11:13:41] -!- holst has quit [Quit: Leaving]
[11:29:18] -!- mhaberler has quit [Quit: mhaberler]
[11:35:30] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[11:45:46] -!- cmorley1 has quit [Ping timeout: 256 seconds]
[11:54:04] -!- pingufan [pingufan!~rainer@goliath.hantsch.co.at] has joined #linuxcnc
[12:07:43] -!- pingufan has quit [Quit: Konversation terminated!]
[12:09:09] -!- sumpfralle has quit [Read error: Operation timed out]
[12:18:46] -!- maximilian_h has quit [Quit: Leaving.]
[12:19:47] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[12:23:35] -!- sumpfralle [sumpfralle!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[12:25:50] -!- maximilian_h has quit [Quit: Leaving.]
[12:26:35] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[12:33:36] -!- panasync [panasync!edwards@207-47-161-3.sktn.static.sasknet.sk.ca] has joined #linuxcnc
[12:33:37] -!- panasync has quit [Changing host]
[12:33:37] -!- panasync [panasync!edwards@bitchx/hack/panasync] has joined #linuxcnc
[12:41:08] -!- cmorley [cmorley!~chris@S010600c09fc019c2.no.shawcable.net] has joined #linuxcnc
[12:51:42] -!- servos4ever [servos4ever!~chatzilla@74-45-200-3.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[12:57:08] -!- servos4ever has quit [Ping timeout: 265 seconds]
[12:57:29] -!- mazafaka has quit [Ping timeout: 255 seconds]
[12:57:56] -!- mazafaka [mazafaka!~Mufasa@unaffiliated/mazafaka] has joined #linuxcnc
[12:58:52] -!- jthornton_ [jthornton_!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[12:58:54] -!- jthornton has quit [Read error: Connection reset by peer]
[12:59:31] -!- servos4ever [servos4ever!~chatzilla@74-45-200-3.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[13:00:56] -!- pingufan [pingufan!~rainer@goliath.hantsch.co.at] has joined #linuxcnc
[13:02:55] -!- vladimirek has quit [Ping timeout: 252 seconds]
[13:03:29] jthornton_ is now known as jthornton
[13:04:03] -!- Valen [Valen!~Valen@c122-108-45-139.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[13:05:03] -!- gambakufu has quit [Ping timeout: 260 seconds]
[13:06:36] -!- mazafaka has quit [Ping timeout: 240 seconds]
[13:08:31] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[13:10:33] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[13:11:34] -!- gambakufu [gambakufu!~mooznach@84.110.174.112] has joined #linuxcnc
[13:26:08] -!- maximilian_h [maximilian_h!~bonsai@93.182.184.172] has joined #linuxcnc
[13:28:36] -!- pingufan has quit [Quit: Konversation terminated!]
[13:34:06] -!- olsson_ has quit [Read error: Operation timed out]
[13:42:22] -!- holst [holst!~rasmus@130.225.198.196] has joined #linuxcnc
[13:47:04] -!- alpha1125 [alpha1125!~textual@nat/cisco/x-zxpnruvhbpdqhzyb] has joined #linuxcnc
[13:52:30] -!- sumpfralle1 [sumpfralle1!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[13:54:03] -!- Simooon [Simooon!~simon@h196.natout.aau.dk] has joined #linuxcnc
[13:56:23] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[13:56:24] -!- fenn [fenn!~fenn@131.252.130.248] has parted #linuxcnc
[13:58:23] -!- AdTaylor has quit [Ping timeout: 245 seconds]
[14:03:15] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[14:13:23] -!- jthornton has quit [Quit: Ex-Chat]
[14:15:43] -!- sumpfralle1 has quit [Remote host closed the connection]
[14:16:32] -!- Valen has quit [Quit: Leaving.]
[14:18:02] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[14:19:55] -!- horatio_cromwell has quit [Ping timeout: 240 seconds]
[14:36:20] -!- cmorley has quit [Ping timeout: 256 seconds]
[14:41:01] -!- elmo40 [elmo40!~Elmo40@184.151.63.245] has joined #linuxcnc
[14:42:53] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[14:46:02] -!- cmorley [cmorley!~chris@S010600c09fc019c2.no.shawcable.net] has joined #linuxcnc
[14:58:55] -!- syyl [syyl!~syyl@p4FD125A3.dip.t-dialin.net] has joined #linuxcnc
[15:04:59] -!- kb8wmc [kb8wmc!~chatzilla@nat.mtp.cmsinter.net] has joined #linuxcnc
[15:07:34] -!- jthornton_ [jthornton_!~john@184.63.140.99] has joined #linuxcnc
[15:07:35] -!- jthornton has quit [Read error: Connection reset by peer]
[15:10:46] -!- elmo40 has quit [Quit: Leaving.]
[15:12:48] hdokes is now known as hdokes|werkin
[15:13:53] -!- holst has quit [Ping timeout: 245 seconds]
[15:18:41] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc
[15:26:02] -!- ktchk [ktchk!~eddie6929@n219079180195.netvigator.com] has joined #linuxcnc
[15:28:18] -!- ktchk [ktchk!~eddie6929@n219079180195.netvigator.com] has parted #linuxcnc
[15:35:01] -!- syyl_ws [syyl_ws!~sg@p4FD125A3.dip.t-dialin.net] has joined #linuxcnc
[15:35:09] -!- theorbtwo has quit [Read error: Connection reset by peer]
[15:40:55] -!- theorbtwo [theorbtwo!~theorb@91.84.53.6] has joined #linuxcnc
[16:00:56] -!- abetusk has quit [Quit: Leaving]
[16:05:52] -!- tjb1 [tjb1!~tjb1@74.43.50.150] has joined #linuxcnc
[16:09:06] -!- sumpfralle [sumpfralle!~lars@31-16-107-207-dynip.superkabel.de] has joined #linuxcnc
[16:09:37] -!- bradsimantel has quit [Ping timeout: 245 seconds]
[16:09:41] bradsimantel_ is now known as bradsimantel
[16:10:29] -!- Simooon has quit [Remote host closed the connection]
[16:14:36] -!- bradsimantel has quit [Quit: bradsimantel]
[16:14:52] -!- theorbtwo has quit [Remote host closed the connection]
[16:17:50] -!- theorbtwo [theorbtwo!~theorb@91.84.53.6] has joined #linuxcnc
[16:21:52] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[16:21:56] <IchGuckLive> hi all
[16:22:29] <IchGuckLive> tjb1: ?
[16:22:43] <tjb1> IchGuckLive: ?
[16:22:48] <IchGuckLive> and
[16:22:51] <IchGuckLive> does it home
[16:23:07] -!- theorbtwo has quit [Remote host closed the connection]
[16:26:16] <tjb1> Im not home
[16:27:26] <IchGuckLive> 2days ago dident you try since
[16:28:08] <Jymmm> SWPadnos: Got Firewood? https://www.youtube.com/watch?v=N1HZztie5ac&feature=related
[16:28:44] <IchGuckLive> im off By
[16:28:47] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 16.0.2/20121025205401]]
[16:34:19] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[16:35:29] -!- zzolo has quit [Quit: zzolo]
[16:39:00] -!- kwallace [kwallace!~kwallace@smb-50.sonnet.com] has joined #linuxcnc
[16:44:01] <tjb1> http://www.wimp.com/crashlanding/
[16:49:08] -!- bmwyss has quit [Ping timeout: 265 seconds]
[16:49:33] <Aero-Tec> need some help
[16:49:44] <archivist> ask a better question
[16:49:47] <Aero-Tec> I can not edit rtapi.conf
[16:50:09] <archivist> read error message, understand and react
[16:50:11] <Aero-Tec> I can load it into a editor but can not save it
[16:50:23] <Aero-Tec> it is owned by root
[16:50:32] <archivist> sudo is your friend
[16:50:49] <JT-Shop> sudo gedit pathtofile
[16:51:19] <Aero-Tec> thanks
[16:59:43] -!- the_wench has quit [Ping timeout: 245 seconds]
[17:00:55] -!- archivist has quit [Ping timeout: 240 seconds]
[17:04:07] -!- motioncontrol [motioncontrol!~io@host47-72-dynamic.17-87-r.retail.telecomitalia.it] has joined #linuxcnc
[17:04:13] -!- motioncontrol has quit [Client Quit]
[17:07:23] <tjb1> Some of you may enjoy this, a security researcher gives a fake Antivirus company remote access to a virtual machine and records the whole thing - http://www.wimp.com/securityresearcher/
[17:11:19] -!- joe9 [joe9!~joe9@c-24-98-99-202.hsd1.ga.comcast.net] has joined #linuxcnc
[17:15:00] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[17:21:59] <Jymmm> LOL Muffin Monster... https://www.youtube.com/watch?v=ibEdgQJEdTA&feature=endscreen&NR=1
[17:23:59] <tjb1> more like tampon monster
[17:24:52] <pcw_home> Dont think I would get my hands that close
[17:25:49] -!- the_wench [the_wench!~the_wench@81.149.189.98] has joined #linuxcnc
[17:26:32] <Jymmm> I love how the fiberglass starts pulling him into the machine
[17:27:19] <tjb1> I remember watching one of these chew up dead animals before
[17:29:14] <alex4nder> hey
[17:29:30] <Jymmm> wth? https://www.youtube.com/watch?v=aLwaPP9cxT4&feature=related
[17:29:42] <Jymmm> ice cube in flames???
[17:30:34] <tjb1> Jymmm: Im now on how not to build a reprap
[17:30:38] <JT-Shop> nothing better than a hand full of fresh Gurley's
[17:30:43] <tjb1> Starting to get sucked into the weird youtube
[17:31:35] <Jymmm> tjb1: I'd suggest more of a why think about building a reprap in the first place
[17:33:55] <tjb1> To make money
[17:36:17] <Jymmm> tjb1: Get yourself a pair of fishnet stockings.
[17:36:35] <tjb1> That business is already full up here
[17:36:47] <L84Supper> http://singularityhub.com/2012/11/12/1-million-robots-to-replace-1-million-human-jobs-at-foxconn-first-robots-have-arrived/
[17:36:52] <Jymmm> tjb1: There's always room for improvement
[17:37:03] <tjb1> I dont believe I could improve it :)
[17:37:34] <Jymmm> tjb1: you just haven't tried hard enough
[17:37:37] <tjb1> L84Supper: Now they will be bitching about inhumane working environments for the robots caused by Apple
[17:38:01] <L84Supper> robot rebellion
[17:39:39] <tjb1> https://www.youtube.com/watch?v=rmSV2l6JFt0&NR=1&feature=endscreen
[17:44:25] <tjb1> Thats amazing ^
[17:49:48] <tjb1> Are they just floating paint on top of water?
[17:49:59] <Jymmm> yep
[17:53:32] <tjb1> I may have to try that
[17:57:23] <tjb1> They are just using enamel model paint
[17:58:24] <L84Supper> so do they make the pattern and then take a pic, then print it on the guitar with an inkjet?
[17:59:35] <tjb1> ?
[17:59:51] <tjb1> They dip the items into the pattern
[18:00:12] <tjb1> and the pattern in the water kind of rolls onto the surface
[18:00:32] <L84Supper> oh, like water film transfers
[18:00:40] <L84Supper> why did they just say so?
[18:01:22] <L84Supper> or didn't
[18:01:30] <tjb1> Its cool but if they are doing it this much I would make something to lower the item in at a consistent speed
[18:02:16] <tjb1> L84Supper: If you go to this video https://www.youtube.com/watch?v=AqCQ3wd8Tgw&feature=plcp and skip to 3:05
[18:03:34] <L84Supper> I didn't know that people still used that method
[18:06:12] <tjb1> Article I found says to dissolve 1 ounce of borax per gallon of water to help the paint stay on the surface
[18:06:22] <tjb1> they also thinned the enamel until it floated
[18:06:54] <Jymmm> If it's oil based enamel, it'll float.
[18:07:21] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[18:07:26] <IchGuckLive> Hi all B)
[18:08:53] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc
[18:10:28] <IchGuckLive> if been outside the last 2 hr aas the stars are bright and freesing cold nice 25 doc wakers (all Girls)also joint the telescope
[18:11:04] <tjb1> Jymmm: I think their droplets were too heavy or not breaking down fast enough
[18:11:24] <tjb1> IchGuckLive: Im at school from sunday afternoon until wednesday night, no access to my plasma cutter
[18:11:29] <Jymmm> tjb1: it's all trial and error.
[18:13:09] <tjb1> Now to find a container big enough that wasnt previously full of something bad :)
[18:13:44] <IchGuckLive> tjb1: NP
[18:14:28] <tjb1> IchGuckLive: Ill be home in 32 hours, if its warm enough I will try it then but it will probably wait until thursday morning :)
[18:14:53] <IchGuckLive> up2you
[18:17:02] <tjb1> I never got the emails
[18:18:19] <IchGuckLive> they did not return
[18:18:28] -!- alpha1125 [alpha1125!~textual@nat/cisco/x-rchqzqcjdzszzhbx] has joined #linuxcnc
[18:19:54] <IchGuckLive> mails are marked as delivered
[18:20:04] <IchGuckLive> at the provider page
[18:21:58] jthornton_ is now known as jthornton
[18:24:35] -!- maximilian_h has quit [Quit: Leaving.]
[18:29:55] theos is now known as itheos
[18:30:05] itheos is now known as theos
[18:32:15] <IchGuckLive> Folks i recived mail from USA -> University of the Incarnate Word in San Antonio, Texas <- wants me to do a semester on CNC
[18:32:23] <IchGuckLive> someone knows this
[18:35:20] <jdh> seriouslY?
[18:35:59] <IchGuckLive> i got this mail to the university mailsystem
[18:37:13] <jdh> heh, it's a big catholic uni. Whackjobs.
[18:37:48] <Connor> do as in take it, or do as in teach it ?
[18:38:07] <tjb1> I dont see a CNC program there
[18:38:12] <tjb1> http://www.uiw.edu/home/academics/
[18:38:16] <jdh> Connor: what's up? Anything new and cool on your mill?
[18:39:04] <Connor> jdh: Not really.. Been major busy with work and life.. I managed to get the flood system mostly done.. I just need to make a mount for the line-lock nozzle.
[18:39:18] <IchGuckLive> Whackjobs i cant find a translation on this what does this meen
[18:39:25] <Connor> Need to finish up the bearing upgrade still. :)
[18:39:49] <jdh> still waiting on the lube? :)
[18:39:58] -!- bradsimantel has quit [Read error: Connection reset by peer]
[18:40:39] <Connor> Waiting? Yea.. hoping it falls from the sky. :) More like just frustrated.. that and my hobby account was depleted of $$$
[18:40:48] <tjb1> IchGuckLive: www.pastebin.com the email
[18:41:04] <IchGuckLive> ok
[18:41:05] -!- alpha1125 has quit [Read error: Connection reset by peer]
[18:41:12] <jdh> Ich: they rule their lives based on what some one told them a mythical cosmic being thought they should.
[18:41:29] <jdh> Ich: surely you are familiar with religion?
[18:41:32] <tjb1> IchGuckLive: Im talking about the one from the University
[18:42:16] <IchGuckLive> yes ok i see not interestet in Engeneers only in getting things together so REJEKT
[18:42:48] <Connor> Sounds like the trolled for you email from a CNC forum or mailing list..
[18:43:32] <jdh> My country is Germany. I have now in my possession the sum of sixteen million united states dollars($16M) which I recovered from one of our raids here in Afghanistan.
[18:43:48] <jdh> this guy is going to split that with me.
[18:45:47] -!- bradsimantel has quit [Read error: Connection reset by peer]
[18:46:13] <IchGuckLive> i will call them and see what they want
[18:46:30] -!- bradsimantel has quit [Client Quit]
[18:47:25] -!- alpha1125 [alpha1125!~textual@198.84.166.153] has joined #linuxcnc
[18:56:30] -!- sumpfralle1 [sumpfralle1!~lars@c.mail.systemausfall.org] has joined #linuxcnc
[18:58:21] -!- chillly has quit [Remote host closed the connection]
[18:59:30] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[19:02:03] <IchGuckLive> BY O.O B) :D
[19:02:07] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 16.0.2/20121025205401]]
[19:04:16] -!- sumpfralle1 has quit [Read error: Operation timed out]
[19:04:22] -!- syyl_ws has quit [Quit: Verlassend]
[19:06:30] -!- sumpfralle [sumpfralle!~lars@31.16.107.207] has joined #linuxcnc
[19:07:01] -!- erasmo [erasmo!~erasmo@77-254-243-49.adsl.inetia.pl] has joined #linuxcnc
[19:27:33] -!- Caanon_work [Caanon_work!blakely@nat/google/x-vhhodtiyvjdgctxp] has joined #linuxcnc
[19:28:16] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc
[19:32:02] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[19:34:48] -!- psha has quit [Quit: Lost terminal]
[19:41:11] -!- theorbtwo [theorbtwo!~theorb@91.84.53.6] has joined #linuxcnc
[19:43:52] -!- Hoppo [Hoppo!~johnhopki@host86-168-134-238.range86-168.btcentralplus.com] has joined #linuxcnc
[19:45:49] -!- Hoppo has quit [Quit: Hoppo]
[19:58:58] Vq_ is now known as Vq
[20:04:53] -!- Caanon_work has quit [Quit: Caanon_work]
[20:04:53] <Connor> jdh: So, Things on my todo list. Finish up the spindle upgrade. Finish up the Power Draw bard. Make a Chip Tray -- I'm trying to design one that extends out in the front so that it's deep enough so that the vise will be over it. And a new enclosure for the spindle motor controller.
[20:06:22] <archivist> and finish the todo list :)....never happens
[20:06:56] <Connor> Forgot to add on finish up the X, Y and Z home/limit switches. :)
[20:07:08] <jdh> Connor: cool. We have the same list. Give or take a 's/finish/start/g'
[20:07:20] <Connor> jdh: ROFL
[20:07:30] <jdh> only my X is hooked up.
[20:07:41] <Connor> Ditto.
[20:07:48] <Connor> Or is it the Y.
[20:07:53] <jdh> because it is trivial to mount
[20:07:59] <Connor> Yea. the X.
[20:08:05] <Connor> I've got stock to make the Y.
[20:08:18] <archivist> I remade the spindle mount on my cutter grinder today, was not stiff enough
[20:08:19] <jdh> I need a piece of 3mm plexi over my X prox
[20:08:33] <Connor> http://i249.photobucket.com/albums/gg239/abilander/Mill%20conversion/DSC_2271.jpg
[20:08:39] <Connor> is how I'm going to do the Y
[20:09:03] <jdh> I have thos pics bookmarked for mine also.
[20:09:43] <Connor> Looks easy enough to make..
[20:09:46] <jdh> I got some 1"x.5 and .75x.75 stock.
[20:10:11] <jdh> I think my slot cutter is too wide though
[20:10:48] <Connor> 3/4" x 1.5" abd 3/4" x 1" is what I got.
[20:10:49] <andypugh> Perhaps demonstrating my lack of scheduling skills, the _only_ part of my Mill working properly is the power drawbar :-)
[20:11:20] <jdh> I should have done some relative measurements first.
[20:11:40] <jdh> or look in the cutoff bin here.
[20:12:36] <jdh> I'm taking vacation noon tomorrow until Nov 26.
[20:15:42] -!- Keknom [Keknom!~monkeky@c-76-125-214-194.hsd1.pa.comcast.net] has joined #linuxcnc
[20:19:29] -!- Keknom1 [Keknom1!~monkeky@c-76-125-214-194.hsd1.pa.comcast.net] has joined #linuxcnc
[20:22:23] -!- Keknom1 has quit [Client Quit]
[20:23:15] -!- scottman has quit [Ping timeout: 260 seconds]
[20:27:15] -!- Nick001-Shop [Nick001-Shop!~chatzilla@69.72.53.216] has joined #linuxcnc
[20:29:47] -!- scottman_ has quit [Ping timeout: 260 seconds]
[20:33:52] -!- scottman_ has quit [Client Quit]
[20:37:09] -!- pjm has quit [Read error: Connection reset by peer]
[20:37:17] -!- kanzure [kanzure!~kanzure@131.252.130.248] has joined #linuxcnc
[20:37:17] -!- pjm [pjm!~pjm@uhfsatcom.plus.com] has joined #linuxcnc
[20:46:24] <Connor> jdh: Work for myself.. No Vacation for me. :( I Used the photo to try to determine the sizes.. Not 100% sure I got it right.
[20:47:38] <jdh> tht's what I meant by relative measurements.
[20:48:14] <jdh> it just needs to match your slot cutter and flag pieces.\
[20:48:31] <JT-Shop> in the python interface does reset_interpreter() reload the G code file?
[20:49:08] <Connor> Oh. I also want to make a new way cover.. Made from sheet metal/alum hinged from the back of the saddle -- Telescoping style.
[20:50:58] <jdh> we have a cnc-like engraver that has a roll-up way cover
[20:51:18] <jdh> like roll-up blinds kind of.
[20:51:51] <Connor> You'll have to take some pictures of that..
[20:52:11] <jdh> can't take pics here.
[20:52:32] <Connor> Oh. Shoot. Maybe find a manufacture picture of it then.
[20:55:34] <jdh> http://skirting-and-bellows.com/industrial-roll-up-curtains/
[20:55:42] <jdh> kind of like the top one, but sized appropriately
[20:56:05] <Connor> http://www.gortite.com/roll-up-covers
[20:57:04] <jdh> yeah, like that more or less
[20:57:51] -!- wboykinm has quit [Ping timeout: 252 seconds]
[20:58:39] -!- Brandonian has quit [Quit: Brandonian]
[21:01:23] <Connor> http://bit.ly/ZonSNx
[21:02:10] <Connor> Think that would work ?
[21:02:50] <jdh> doubt it woudl last long
[21:03:11] <Connor> Fabric, or the spring retract ?
[21:03:12] <jdh> and they probably take up too much room
[21:03:14] <jdh> fabric
[21:03:39] <Connor> 12mil Vinyl..
[21:03:48] <Connor> You can cut them to width at the store.
[21:04:38] <Connor> only issue I see is it wouldn't offer any protection on the sides...
[21:05:49] <Connor> I may go look at one of those tonight...
[21:11:42] <jdh> I'd still like to be able to mill a half decent PCB
[21:12:03] <jdh> which is why I started this in the first place.
[21:16:39] -!- crib has quit [Read error: Operation timed out]
[21:21:51] -!- crib [crib!~chris@port-92-202-39-52.dynamic.qsc.de] has joined #linuxcnc
[21:22:25] <Connor> ROFL
[21:22:50] <Connor> and what was the PCB for ?
[21:27:25] -!- FinboySlick has quit [Quit: Leaving.]
[21:28:34] <andypugh> I was going to make a clock. That was 3 years ago.
[21:30:30] -!- Caanon_work [Caanon_work!blakely@nat/google/x-vpvlejqtgbhfaxqk] has joined #linuxcnc
[21:32:24] -!- Caanon_work has quit [Client Quit]
[21:33:00] -!- vladimirek has quit [Remote host closed the connection]
[21:35:09] <Connor> Any ideas on how to seal up the sides ?
[21:36:44] <Connor> I guess if it was wide enough... it wouldn't matter...
[21:39:00] -!- erasmo has quit [Remote host closed the connection]
[21:44:03] <JT-Shop> amazing bit just rapided through 1/2" of steel and is not hurt
[21:46:33] <Tom_itx> is there a hp or such calculator to determine depth and width of cut in various materials?
[21:47:28] <Tom_itx> on rough cuts what percent of the tool do you use per pass as a rule and how deep of cuts do you make?
[21:48:48] -!- mhaberler has quit [Read error: Operation timed out]
[21:52:51] <DJ9DJ> gn8
[21:53:07] <tjb1> Tom_itx: www.custompartnet.com has HP calculators
[21:53:21] <tjb1> They determine hp needed for depth and width of cut
[21:53:50] <tjb1> Direct link to it - http://www.custompartnet.com/calculator/milling-horsepower
[21:54:43] <Tom_itx> i've got 5 or 6 'slide rule' calculators here for that i just kinda wanted some input
[21:55:04] -!- DJ9DJ has quit [Quit: bye]
[21:55:39] <Tom_itx> i've got that one bookmarked already
[21:56:19] <tjb1> Do you know what bend deduction is in this - http://www.custompartnet.com/calculator/bend-allowance
[21:57:14] <Tom_itx> ?
[21:57:52] <tjb1> bend deduction
[21:58:00] <Tom_itx> no but when we made hydropress forms i think we generally used 2 or 3 degrees
[21:58:35] <Tom_itx> for springback
[21:59:03] <Tom_itx> The amount a piece of material has been stretched by bending, equal to the difference between the mold line distance to each edge and the total flat length.
[21:59:20] <Tom_itx> tjb1, read the dialog at the bottom with the cursor in the box
[21:59:46] <tjb1> Oh didnt know that updated for each box
[21:59:48] <Aero-Tec> there looks to be lots of changes between 2.4 and 2.5, is there anything I should be looking or at that could bite me when I make chips?
[22:00:11] <Aero-Tec> also I am using a 2.4 config with 2.5
[22:00:18] <Aero-Tec> will that be a problem?
[22:00:32] <Tom_itx> i'd certainly do a dry run first
[22:00:44] <Tom_itx> but i'm not aware of anything critical
[22:00:46] <Aero-Tec> or sould I make a 2.5 config and move things I need to move to the new config?
[22:01:05] <Tom_itx> i'd save the old one and use it to make a new one
[22:01:20] <Tom_itx> just in case
[22:01:24] <Aero-Tec> it was a custom config
[22:02:05] <Aero-Tec> I see with the test config I made in 2.5 that there is some sort of 3D model of a mill
[22:02:12] <Aero-Tec> what is that all about
[22:02:37] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[22:02:43] <Tom_itx> i did mine manually, i dunno
[22:02:51] <Aero-Tec> the 2.5 does not make the mill model when I use the 2.4 config but does with the 2.5
[22:04:16] <Aero-Tec> ok will do a 2.5 config and then move what I need over to the new config
[22:04:53] <Tom_itx> maybe your best bet
[22:05:47] <Aero-Tec> that 3D model, does it move or do anything other then look nice?
[22:06:17] <Aero-Tec> does it move with cutting code or anything?
[22:07:07] <tjb1> maybe like the mastercam x5-x6 machine simulation?
[22:07:31] -!- mhaberler [mhaberler!~mhaberler@extern-181.stiwoll.mah.priv.at] has joined #linuxcnc
[22:07:48] <Tom_itx> not sure what model you're referring to
[22:08:05] <Tom_itx> the cutter path?
[22:09:22] -!- vladimirek has quit [Remote host closed the connection]
[22:17:52] -!- syyl has quit [Quit: Leaving]
[22:25:52] -!- horatio_cromwell has quit [Quit: Leaving.]
[22:26:47] -!- toudi_ [toudi_!~toudi@aeec159.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[22:27:13] -!- toudi_ has quit [Client Quit]
[22:32:14] <andypugh> Aero-Tec: The 2.4 config ought to work.
[22:32:27] <Aero-Tec> thanks
[22:33:11] <Aero-Tec> i think I did a 5 axis sim config
[22:33:22] -!- mevon [mevon!~mevon@66.130.35.15] has joined #linuxcnc
[22:33:29] <Aero-Tec> that would be why the 3D model
[22:33:30] <andypugh> You need to rename the emc directory to linuxcnc (all lower-case)
[22:33:40] <andypugh> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?UpdatingTo2.5
[22:34:15] <mevon> hi everyone, i have troubles configuring a HAL arduino component, can anyone help^
[22:34:16] <mevon> ?
[22:34:25] -!- Yarl has quit [Ping timeout: 252 seconds]
[22:34:41] <andypugh> Which Component?
[22:35:00] <andypugh> I guess you mean the USB stepper one, not jeplers pure IO one?
[22:37:48] -!- chillly has quit [Quit: Leaving]
[22:48:53] -!- Valen [Valen!~Valen@c122-108-45-139.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[22:48:53] -!- mattions has quit [Ping timeout: 245 seconds]
[22:50:43] <mevon> hi andypugh, i meant the arduino one, sry for the delay
[22:52:20] <andypugh> There are no Arduino components that are part of the LinuxCNC project. So which of the many other ones do you mean?
[22:52:33] <mevon> any idea on this error? "custom.hal:85: Pin 'axis.0.neg-lim-sw-in' does not exist"
[22:53:00] <mevon> andypugh, Im looking to make the emc2arduino project work
[22:53:10] <andypugh> what that means is that the pin does not exist
[22:53:24] <mevon> ok but how can I create it
[22:53:27] <andypugh> Which is strange.
[22:53:42] <andypugh> I am having a desperate case of deja-vu
[22:54:02] <mevon> yeah i ask for the same issue last week :S
[22:54:04] <andypugh> Haven't we been here before, with me telling you that you need both HAL files?
[22:54:14] <mevon> yes
[22:54:24] <andypugh> Well, at a guess, the same solution as last week will work again.
[22:54:40] <mevon> but i couldnt create create the first one correctly
[22:55:08] <mevon> so i tried with sim ones
[22:55:15] <andypugh> Have you read the HAL documentation? (Have you read any documentation?)
[22:55:17] <mevon> did not work better
[22:55:34] <mevon> yes tried to understand the basic of HAL
[22:55:53] <mevon> net is for creating net
[22:56:00] <mevon> or new connections
[22:56:07] -!- wavesounds has quit [Remote host closed the connection]
[22:56:18] <andypugh> My guess is that you don't have an axis.0...... pin because no HAL file loads the "motion" module.
[22:56:24] <mevon> and since i havent created nothing beforehand, i do not understand why it doesnt work
[22:56:43] <mevon> oh so the motion module is missing
[22:56:50] <andypugh> At a guess
[22:57:10] <mevon> in the sim ones there mentioning somekind of motion modules
[22:57:23] <mevon> and makes connection related to speed and accel
[22:57:24] <andypugh> How did you create the current HAL file?
[22:57:57] <mevon> custom.hal is given in the project zip file
[22:58:03] <mevon> mod it to my needs
[22:58:24] <andypugh> This is the way that that Arduino thing expects to be used.
[22:58:28] <mevon> the instruction.txt sasys to create the machine first with the stepconf
[22:58:56] <mevon> then add custom.hal in the ini
[22:59:18] <andypugh> 1) Create a config with stepconf. Don't pay much attention to exactly which parallel port pins you use, but you do need to connect up every step, direction, limit etc pin to some p-port pin or other.
[22:59:36] <andypugh> 2) Replace the default custom.hal with the new one.
[22:59:44] <andypugh> 4) Make profit.
[23:01:03] <mevon> andypugh, i have 6 limit switches so I need 6 inputs on parallel port can you help me with that please?
[23:01:35] <andypugh> Just add a second "pretend" parallel port
[23:01:52] <mevon> hummm ok nice ill try that
[23:02:37] <andypugh> Though that might not work, as the supplied "custom.hal" may assume shared switches.
[23:03:19] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[23:03:35] <andypugh> You might have to actually read both HAL files, and put the custom.hal changes into the main HAL. (ie, instead of making a net then deleting it, make it the right way in the first place)
[23:03:44] -!- mikegg has quit [Read error: Operation timed out]
[23:04:24] <mevon> ok want me to pastebin the custom.hal i have?
[23:04:32] <andypugh> My worry is that the whole thing might not work though. If the author had asked the LinuxCNC devs for advice it would probably have been "don't try"
[23:05:04] <andypugh> No, I want you to sort it out for yourself, and I can get back to the other LinuxCNC stuff I am working on.
[23:05:27] <mevon> ok thank you
[23:05:37] <andypugh> Every time you get a message it tells you what is wrong, you just need to work through the errors.
[23:05:58] <mevon> i removed the unlinks
[23:06:20] <mevon> what is the pyVCP panel?
[23:06:41] -!- morfic has quit [Ping timeout: 252 seconds]
[23:07:53] <andypugh> http://www.linuxcnc.org/docs/html/hal/pyvcp.html
[23:08:55] <mevon> thank you very much
[23:11:56] <Aero-Tec> I did the SMI update and now the jitter went from 100+K to 230+K
[23:12:29] <Aero-Tec> before wirh version 2.4 it went down to 38K or something
[23:12:54] <Aero-Tec> maybe 45K not sure but it was lower
[23:13:35] <Aero-Tec> why would the tester for 2.5 show a increase in jitter with the SMI changes?
[23:13:58] <Aero-Tec> also EMC complains as well
[23:14:46] <andypugh> Aero-Tec: Did you change the right file?
[23:15:01] <Aero-Tec> I was wondering about that
[23:15:11] <andypugh> "which rtapi.conf"
[23:15:15] <Aero-Tec> but it was 100K before and now 230K
[23:15:29] <Aero-Tec> so something changed
[23:15:37] <andypugh> What did you change?
[23:16:05] <andypugh> Same Ubuntu, same kernel, just a new LinuxCNC?
[23:16:59] <Aero-Tec> I upgraded EMC to 2.5
[23:17:27] <Aero-Tec> no systems change or upgrade
[23:17:39] <Aero-Tec> amd yes the right file
[23:17:52] <mevon> seems like the MOTION is giving me errors I have a "joint 0 on limit switch error"
[23:18:02] <Aero-Tec> just checked the docs
[23:18:11] <andypugh> if you start linuxcnc then lsmod, do you see the smi module loaded?
[23:18:50] <Aero-Tec> will check
[23:18:56] <andypugh> mevon: Is joint 0 on the limit switch?
[23:19:03] <Aero-Tec> do I need to reboot computer?
[23:19:25] <Aero-Tec> I had run 2.4 and did not reboot after upgrade
[23:19:54] <andypugh> I don't see why it would be necessary, but it can't hurt
[23:19:59] <mevon> andypugh, Im affraid I cannot answer your question, I have 3 axis with 2 limit sw each, min and max
[23:20:46] <andypugh> LinuxCNC thinks that one of your limit switches is set. Is it?
[23:21:35] <mevon> humm not really
[23:21:54] <mevon> think it might be arduino firmware related
[23:22:36] <mevon> should probly send a first status string to the python driver
[23:22:43] <andypugh> You probably need to invert the sense of that input. Presumably the docs for the Arduino thing tell you how. Probably a setp command in the HAL file.
[23:22:50] <mevon> to set the sw states in the first place
[23:23:24] <mevon> how the sketch is made, sw status is sent before moving
[23:23:49] <mevon> so if no moves have been made, no status actualy exists
[23:24:17] <mevon> and status is sent only when diff from previous state
[23:24:39] <mevon> switches are not constently pooled
[23:24:54] <mevon> only e-stop and other controls are
[23:25:14] <mevon> guess its a flaw in the arduino
[23:25:43] <mevon> should send the sw status in setup()
[23:25:55] -!- ybon has quit [Quit: WeeChat 0.3.8]
[23:27:16] <Aero-Tec> looks like SMI is not loaded
[23:27:34] <Aero-Tec> I double checked the file and it looks good
[23:27:37] <andypugh> you are looking for rtapi_smi.ko
[23:28:00] <andypugh> You may have more than one rtapi.conf
[23:28:22] <Aero-Tec> etc/linuxcnc/rtapi.conf
[23:28:27] <andypugh> Is your system compiled run-in-place?
[23:28:47] <Aero-Tec> I used a live CD to install 2.4
[23:29:07] <Aero-Tec> I followed the upgrade instructions to upgrade to 2.5
[23:29:27] <Aero-Tec> does that mean it is live CD or run in place?
[23:29:29] <tjb1> Is there any benefit to 2.5?
[23:29:55] <Aero-Tec> not sure
[23:30:13] <Aero-Tec> there are some differences for sure
[23:30:40] <Aero-Tec> what does run in place mean?
[23:31:07] <Aero-Tec> and is mine that now with the upgrade?
[23:31:18] -!- zzolo has quit [Quit: zzolo]
[23:31:56] <andypugh> No, you only get run-in-place if you compile from source. It means everything is in a directory in your home, not all over the system disc
[23:32:12] <andypugh> sudo find / -name rtapi.conf
[23:32:38] <Aero-Tec> there are lots of them
[23:32:39] <andypugh> You probably have one in etc/emc and one in etc/linuxcnc
[23:32:46] <Aero-Tec> I did a few backups
[23:33:05] <Aero-Tec> most likely
[23:33:06] <andypugh> I would guess that rtapi is still looking at the /etc/emc one
[23:33:20] <Aero-Tec> but it shold be good
[23:33:31] <Aero-Tec> I had SMI running bafore
[23:33:36] <andypugh> (though that should still have your changes in, so perhaps not?)
[23:33:37] -!- racycle has quit [Quit: racycle]
[23:34:38] <andypugh> if you which rtapi.conf does it accidentally find one of your backups?
[23:34:58] <Aero-Tec> can I remote my windows computer here to the linux one in the shop?
[23:35:05] -!- ipatrol [ipatrol!~ipatrol@wikimedia/Ipatrol] has joined #linuxcnc
[23:35:05] <Aero-Tec> would save running and time
[23:35:12] <andypugh> (Forget that, that probably won't work at all)
[23:35:34] <ipatrol> I have an issue trying to work with a GERBER file
[23:35:38] <andypugh> Aero-Tec: Yeah, probably. I VNC into my workship computers all the time.
[23:36:18] <andypugh> ipatrol: There are utils to change gerber to G-code
[23:36:21] <Aero-Tec> is that hard to set up?
[23:36:41] <andypugh> Aero-Tec: I don't know, I don't use Windows
[23:36:46] <ipatrol> I have an old Boxford CNC machine, ever heard of it?
[23:36:55] <andypugh> (Except at work, where I don't get to configure stuff)
[23:37:15] <andypugh> Yes, Boxford are in my old home town.
[23:37:20] <ipatrol> funny
[23:37:37] <Aero-Tec> would VNC give remote desktop like access?
[23:37:41] <andypugh> Yes
[23:37:48] <ipatrol> www.boxford.co.uk
[23:38:00] <andypugh> That's the one. In Brighouse.
[23:38:17] <Valen> my dad has used VNC with the mill computer, even moved it around to use the webcam to look at a part on the bed
[23:38:23] <ipatrol> mabye the company is based there?
[23:38:25] <ipatrol> anyway
[23:39:37] <andypugh> We only really know anything about LinuxCNC, if you are still using the Boxford software then we probably have no clues.
[23:40:29] <ipatrol> no, Boxford is the manufacturer of the physical machine
[23:41:04] <ipatrol> I use KiCAD to lay out PCBs
[23:42:03] <andypugh> The Boxford machines come with a controller that takes G-code or their own CAM system and controlls the machine with a serial port. Has your machine been converted to LinuxCNC?
[23:42:43] <ipatrol> I can't find a controller for this machine
[23:43:10] <ipatrol> it seems to use an RS232 to send an undocumented binary file generated by their software
[23:43:19] <andypugh> Yes, it does.
[23:43:42] <ipatrol> I got the machine second-hand from a friend, not my choice
[23:44:05] <andypugh> I would pull out the original control board (6802 based, I think) and replace it with a Mini-ITX PC board. Keep the original motors and drives.
[23:44:43] <ipatrol> andypugh: any cost estimates on that?
[23:45:16] <andypugh> $200?
[23:45:30] <ipatrol> that's more than I paid him for!
[23:45:53] <andypugh> You got a bargain then, check the prices on eBay
[23:46:13] <ipatrol> I know what the new price it
[23:46:14] <ipatrol> *is
[23:46:34] <ipatrol> $100 in cash and a case of beer was what I paid
[23:47:22] <andypugh> I see a completed listing on eBay that sold at £4000 ($7000)
[23:47:45] <Aero-Tec> so any ideas why SMI is not being loaded?
[23:50:35] <andypugh> Aero-Tec: dmesg might say.
[23:51:04] <andypugh> Do a sudo dmesg -c to clear the buffer, then halrun, then exit, then look at dmesg
[23:52:40] -!- joe9 has quit [Quit: Lost terminal]
[23:53:15] -!- ipatrol_ [ipatrol_!~ipatrol@209.123.64.179] has joined #linuxcnc
[23:53:41] -!- ipatrol has quit [Ping timeout: 272 seconds]
[23:53:54] <ipatrol_> since of course the company won't tell my, wgw/os
[23:56:06] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[23:58:40] <Aero-Tec> found it
[23:59:06] <Aero-Tec> dyslexic moment
[23:59:14] <Aero-Tec> small error
[23:59:54] <Aero-Tec> when EMC looks for module that is not there the jitter increases