#linuxcnc | Logs for 2012-08-19

Back
[00:00:00] <r00t4rd3d> how about steve stallings
[00:00:27] <jthornton> don't know who he is
[00:00:34] <r00t4rd3d> he is the tech contact
[00:00:40] <wd5jwy> Hey John - I'm here
[00:01:16] <wd5jwy> I wasn't able to install the .comp file for some reason
[00:01:35] <jthornton> quick question the ratio between the winder and the guide is for wire spacing?
[00:01:44] <jthornton> you need to install dev
[00:02:16] <wd5jwy> yes, sort of
[00:02:22] <jthornton> let me see I put that in the manual somewhere
[00:02:42] <jthornton> sudo apt-get install linuxcnc-dev
[00:02:48] <jthornton> http://linuxcnc.org/docs/html/hal/comp.html#_installing
[00:02:55] <wd5jwy> ah, ok
[00:03:04] <jthornton> so the wire spacing is even except on the ends?
[00:04:16] <wd5jwy> yes, let me find you a pic - it will tell you a lot
[00:04:23] <jthornton> ok
[00:04:47] <r00t4rd3d> isnt a pic the talks a video?
[00:05:05] <r00t4rd3d> that
[00:05:34] <wd5jwy> http://tinyurl.com/92dahnv
[00:05:56] <r00t4rd3d> makes me really sad the Late Show had to layoff employees and that fat idiot took a 10 million pay cut.
[00:06:11] <jthornton> is that three seperate coils?
[00:06:26] <r00t4rd3d> what is that thing?
[00:06:28] <wd5jwy> no, one continuous wire - but 3 pies
[00:06:32] <wd5jwy> it's a RF choke
[00:06:53] <jthornton> so wind one pie move over wind the second pie?
[00:07:10] <wd5jwy> yes, but moving over is the easy part
[00:07:17] <r00t4rd3d> what do you do with that?
[00:07:32] <wd5jwy> the commercial machines that do this......
[00:08:01] <jthornton> it almost looks like a dwell at the end of the stroke then a constant velocity to the other side
[00:08:05] <wd5jwy> use sine and cosine functions to achieve the proper traverse movement
[00:08:35] <wd5jwy> well, that's just it - the traverse cannot spend too much time on either end of it's travel
[00:08:58] <wd5jwy> otherwise too much wire gets place on the ends and you don't get that pattern
[00:09:22] <wd5jwy> that's the reason for the heart-shaped CAM they used in the older mechanical winders
[00:09:42] <wd5jwy> dimple at the top and small peak at the bottom forced quick reversal of the traverse
[00:09:52] <wd5jwy> if that makes sense
[00:10:22] <jthornton> ok, yes that does make sense and that can be done in the component I think with little effort
[00:10:54] <wd5jwy> but, someone was commenting on here earlier today - we could play with the acceleration settings dynamically to get the same movement
[00:11:07] <wd5jwy> so I think a lead-screw would work instead of a cam
[00:11:26] <jthornton> say you define the start and end of the coil and the amount of accelerated move and the scale of the acceleration
[00:11:35] <wd5jwy> YES
[00:11:41] <wd5jwy> I think that would work
[00:12:01] <wd5jwy> you would need to play with the numbers, but it should work
[00:12:26] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[00:12:40] <wd5jwy> so, here's my first problem
[00:12:43] <jthornton> say for example the coil is 1000 steps wide and you want the steps 0-25 and 975-1000 to accelerate to a faster speed to the end and decelerate back to normal speed.
[00:12:55] <jthornton> for the middle
[00:13:01] <wd5jwy> yes, exactly
[00:13:39] <wd5jwy> If I was good at trig, I'm sure the numbers could be generated that way too
[00:13:44] <r00t4rd3d> a single speed and tension the magnet wire sounds easier
[00:13:49] <jthornton> so you tell the component how many steps to accelerate in and how fast to add on to the velocity
[00:15:02] <jthornton> you could even tell it how many layers or revs of the mandrel you want and stop when that amount of layers is wound
[00:15:33] <wd5jwy> correct - a lot of it could be automated - and it is in a commercial winder
[00:15:41] <wd5jwy> but I don't have 50K for one of those
[00:16:01] <jthornton> the control side is free!
[00:16:06] <r00t4rd3d> so are trying to mass produce rf chokes or something?
[00:16:17] <jthornton> you just have to build the mandrel and guide
[00:16:38] <wd5jwy> well, maybe - there's a few types of these that no one makes any more
[00:16:48] <wd5jwy> yes, I already have the wire guide
[00:17:01] <wd5jwy> and collecting parts for the mandrel and tail-stock
[00:17:35] <wd5jwy> so, here's my first problem
[00:17:53] <wd5jwy> I haven't yet succeeded in getting my motors to run with any of the code so far
[00:17:54] -!- tlab [tlab!~tlab@c-98-223-22-156.hsd1.in.comcast.net] has joined #linuxcnc
[00:18:04] -!- bpuk has quit []
[00:18:17] <wd5jwy> I think I'm doing something wrong in the .hal file, but can't figure out what it is
[00:18:44] <jthornton> ok, install that component and connect the step and direction pins to your parallel port in start.hal
[00:19:41] <jthornton> you should be able to run the guide stepper back and forth at will with what I uploaded to the forum
[00:20:13] <wd5jwy> well, I notice in one of the standard configs that they add the parport driver to the thread - is that required before you can get pulses out of the parallel port?
[00:20:28] <jthornton> yea
[00:21:00] <wd5jwy> ok, so that's what I'm missing I think - and that's not in your .hal file either - right?
[00:21:10] <jthornton> loadrt hal_parport cfg="0"
[00:21:16] <jthornton> should load the driver
[00:21:24] <wd5jwy> that loads the driver
[00:21:36] <wd5jwy> but it doesn't load it to the thread "addf" - right?
[00:21:40] <jthornton> show pin in the terminal will show you if it is loaded
[00:21:42] <jthornton> yes
[00:21:49] <jthornton> http://linuxcnc.org/docs/html/hal/parallel_port.html#_installing
[00:22:01] <wd5jwy> addf parport.0.write base-thread
[00:22:17] <wd5jwy> that's what's missing - wrong thread name in that example tho
[00:22:30] <jthornton> in my example it would be fast not base-thread
[00:22:35] <wd5jwy> yes
[00:22:45] <jthornton> your catching on :)
[00:22:49] <wd5jwy> ok, so let me get the .comp file installed
[00:22:52] <jthornton> will pass me soon I bet
[00:22:53] <wd5jwy> SLOWLY
[00:22:58] <wd5jwy> never
[00:23:20] <r00t4rd3d> wd5jwy, http://www.bignick.net/images/RadioPix/Gingery.jpg
[00:23:25] <r00t4rd3d> u see that?
[00:23:32] <wd5jwy> yes, I built one
[00:23:35] <wd5jwy> that's not mine tho
[00:23:51] <wd5jwy> the brass wire guide was a bitch to build
[00:23:58] <wd5jwy> had to cut out all the parts on my cnc
[00:24:03] <wd5jwy> but it works - kinda
[00:24:41] <wd5jwy> if you look on the right-bottom corner of the machine - that's the CAM he's using - it's oval
[00:24:54] <wd5jwy> it can't be oval if it's going to work correctly
[00:25:04] <wd5jwy> but, for messing around, it's ok
[00:25:14] <r00t4rd3d> http://www.ebay.com/itm/New-Old-Stock-in-box-Morris-Coilmaster-Coil-Winder-for-making-radio-coils-/221085300312?pt=LH_DefaultDomain_0&hash=item3379b5f658
[00:25:14] <r00t4rd3d> Coilmaster
[00:25:37] <wd5jwy> yes, those were manufactured back in the 1950's - same type of mochine
[00:26:09] <r00t4rd3d> that means it will last forever
[00:26:26] <wd5jwy> yeah, more or less - still a bunch of them around
[00:26:45] <r00t4rd3d> 17 bids
[00:27:26] <r00t4rd3d> who are you trying to ham with japan?
[00:27:42] <wd5jwy> me?
[00:28:00] -!- Nick001 [Nick001!~Nick001@hrbg-207-7-176-225-pppoe.dsl.hrbg.epix.net] has joined #linuxcnc
[00:28:00] <r00t4rd3d> isnt that what rf chokes are for like that?
[00:28:20] <r00t4rd3d> some kinda transmitter
[00:28:32] <wd5jwy> well, yeah they are used in all types of radio equipment - not just transmitters
[00:28:39] <wd5jwy> receivers too
[00:28:56] <r00t4rd3d> what do you do with them?
[00:29:25] <wd5jwy> I would use them mostly tube-type equipment - transmitters and receivers
[00:29:44] <wd5jwy> the problem is - no one makes them anymore because there's not a big market for them
[00:29:53] -!- Thetawaves [Thetawaves!~Thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[00:32:13] -!- sumpfralle1 [sumpfralle1!~lars@31-16-113-17-dynip.superkabel.de] has joined #linuxcnc
[00:32:13] -!- sumpfralle has quit [Read error: Connection reset by peer]
[00:33:30] -!- Thetawaves has quit [Client Quit]
[00:34:01] <jthornton> wd5jwy, try this http://pastebin.com/ZFY88Nd9
[00:34:26] <jthornton> after you get the component installed
[00:35:19] <jthornton> wd5jwy, is that your ham call sign?
[00:37:42] <jdh> its his name. his parents hated him.
[00:54:23] -!- rob_h has quit [Ping timeout: 252 seconds]
[00:56:47] <wd5jwy> Yes, that's my ham call sign
[00:57:40] <jthornton> I thought so
[00:58:10] <Jymmm> ReadError: dis it discharge the uneven cells at the begin of the charge cycle, during, or at the end typically?
[00:59:06] <Jymmm> No, I'm with jdh, wd5jwy parents hated him.
[00:59:39] <Jymmm> Were probably drunk and playing scrabble at the time and that's what tiles they had.
[00:59:49] <ReadError> during
[00:59:55] <Jymmm> ReadError: k
[01:00:02] <ReadError> you want a balanced pack
[01:00:07] <ReadError> out of balance, you can ruin the entire pack
[01:00:17] <ReadError> whatcha makin?
[01:01:28] <Jymmm> ReadError: A sorta universal battery that can provide any common voltage and be charged by mains, car, or solar/human
[01:02:34] <Jymmm> 3.7 to 16v
[01:02:39] <r00t4rd3d> i got a 18650 battery pack that can be recharged with solar panels for my arduino stuff
[01:04:41] <r00t4rd3d> i dont ever use it but i got it.
[01:06:55] <jthornton> wd5jwy, let me know how you make out
[01:06:56] <r00t4rd3d> i have a shit load of arduino stuff i dont touch actually
[01:07:04] <r00t4rd3d> with his tongue
[01:12:08] <Jymmm> ReadError: I have a folding solar panel http://www.solarwares.com/unisolarpac.html
[01:13:18] <Jymmm> ReadError: I'd liek to compliment it with a nice battery pack I can use for whatever
[01:17:33] <r00t4rd3d> http://www.batteryspace.com/Li-Ion-18650-cell-series-Battery-Holders-with-PCB-installed.aspx
[01:17:40] <r00t4rd3d> run the 18650's in series
[01:20:19] <ReadError> oh
[01:20:30] <ReadError> the stuff i run is like 35C discharge
[01:20:47] <Jymmm> ReadError: What does that mean? 35c 40c etc ?
[01:20:50] <ReadError> i peak out at 120A discharge on one of them
[01:20:56] <ReadError> C = capacity
[01:21:07] <ReadError> so like 1C on a 1000mAh pack would be 1A
[01:21:40] <Jymmm> a multiplier?
[01:22:25] <Jymmm> 12AH @ 3A draw per hour == 4 hours
[01:22:31] <Jymmm> etc
[01:22:40] <Jymmm> bbiab
[01:26:12] -!- tjb1 [tjb1!~tjb1@118.sub-174-231-1.myvzw.com] has joined #linuxcnc
[01:41:23] -!- geo01005 has quit [Ping timeout: 245 seconds]
[01:57:30] -!- tjb1 has quit [Quit: tjb1]
[02:06:48] -!- sumpfralle1 has quit [Remote host closed the connection]
[02:08:06] -!- skorket has quit [Quit: Leaving]
[02:18:50] -!- joe9 has quit [Quit: leaving]
[02:31:13] -!- Keknom [Keknom!~monkeky@pool-96-236-205-140.pitbpa.fios.verizon.net] has joined #linuxcnc
[02:38:24] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:40:56] -!- geo01005 [geo01005!~chatzilla@63-248-116-228.static.ogdl0101.digis.net] has joined #linuxcnc
[02:47:01] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[02:47:02] -!- JT-Shop-2 has quit [Read error: Connection reset by peer]
[02:47:24] -!- jthornton has quit [Read error: Connection reset by peer]
[02:48:20] -!- JT-Shop has quit [Read error: Connection reset by peer]
[02:49:14] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[02:49:24] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[02:53:32] -!- demacus_ [demacus_!~demacus@erft-5d8099e8.pool.mediaWays.net] has joined #linuxcnc
[02:56:07] -!- _ink has quit [Ping timeout: 240 seconds]
[02:57:06] -!- demacus__ has quit [Ping timeout: 245 seconds]
[03:09:06] -!- _ink [_ink!~ink@c-67-170-200-44.hsd1.ca.comcast.net] has joined #linuxcnc
[03:11:20] -!- tlab has quit [Ping timeout: 244 seconds]
[03:12:17] -!- jthornton_ [jthornton_!~john@184.63.140.99] has joined #linuxcnc
[03:12:18] -!- JT-Shop-2 [JT-Shop-2!~John@184.63.140.99] has joined #linuxcnc
[03:12:24] -!- jthornton has quit [Read error: Connection reset by peer]
[03:12:40] -!- JT-Shop has quit [Read error: Connection reset by peer]
[04:42:08] -!- Keknom has quit [Quit: Leaving.]
[04:43:47] -!- wd5jwy has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713225625]]
[04:48:00] -!- FinboySlick has quit [Quit: Leaving.]
[04:51:09] -!- sliptonic [sliptonic!~sliptonic@li208-58.members.linode.com] has parted #linuxcnc
[05:04:29] -!- geo01005 has quit [Ping timeout: 244 seconds]
[05:04:30] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:06:19] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01eefb.pool.mediaWays.net] has joined #linuxcnc
[05:23:12] -!- theos has quit [Read error: Operation timed out]
[05:33:02] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[05:41:33] -!- Valen [Valen!~Valen@c122-108-45-139.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[06:16:29] -!- Connor has quit [Read error: Connection reset by peer]
[06:18:10] -!- skunkworks__ has quit [Remote host closed the connection]
[06:18:15] -!- Connor [Connor!~Connor@75.76.30.113] has joined #linuxcnc
[06:46:03] -!- cmorley has quit [Read error: Connection reset by peer]
[06:56:47] -!- factor has quit [Read error: Connection reset by peer]
[06:58:59] -!- Valen has quit [Quit: Leaving.]
[07:01:29] -!- factor [factor!~factor@74.196.101.122] has joined #linuxcnc
[07:07:00] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc
[07:10:18] -!- psha_ [psha_!~psha@213.208.162.69] has joined #linuxcnc
[07:10:18] -!- psha has quit [Read error: Connection reset by peer]
[07:35:54] -!- bedah [bedah!~bedah@f053156190.adsl.alicedsl.de] has joined #linuxcnc
[07:45:09] -!- rob_h [rob_h!~rob_h@5e016a93.bb.sky.com] has joined #linuxcnc
[07:50:01] -!- skorket [skorket!~skorket@cpe-24-58-232-122.twcny.res.rr.com] has joined #linuxcnc
[07:50:35] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:50:46] <DJ9DJ> moin
[08:12:50] -!- asdfasd [asdfasd!~grgrgrgrg@149.241.156.165] has joined #linuxcnc
[08:13:36] -!- micges [micges!~micges@adcz43.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[08:51:59] Cylly2 is now known as Loetmichel
[08:52:25] <micges> Loetmichel: free today?
[08:54:22] <Loetmichel> yes
[08:54:25] <Loetmichel> ;-)
[08:54:28] <Loetmichel> sort of
[08:55:58] <Loetmichel> have to drive 200km now to my sister, installing two webcams in her rabbit hutch
[08:56:33] <Jymmm> bunny pr0n?
[08:59:27] <Loetmichel> Jymmm: something like that, yeah ;-)
[08:59:34] <Jymmm> perv
[08:59:39] <Jymmm> =)
[08:59:57] <Jymmm> Loetmichel: I knew there was a reason I like you
[09:06:32] -!- karavanjo has quit [Remote host closed the connection]
[09:23:01] -!- psha_ has quit [Quit: leaving]
[09:23:26] -!- bpuk [bpuk!~ben@boopotter.plus.com] has joined #linuxcnc
[09:25:55] -!- the_wench has quit [Ping timeout: 272 seconds]
[09:27:04] -!- archivist has quit [Ping timeout: 260 seconds]
[09:41:54] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[09:43:09] -!- mhaberler has quit [Quit: mhaberler]
[09:44:55] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[09:53:01] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[09:57:55] -!- jpk has quit [Read error: Operation timed out]
[10:09:36] -!- sumpfralle [sumpfralle!~lars@31-16-113-17-dynip.superkabel.de] has joined #linuxcnc
[10:17:47] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[10:24:14] -!- rob_h has quit [Ping timeout: 260 seconds]
[10:34:46] -!- micges_ [micges_!~micges@adcw54.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[10:35:59] -!- factor has quit [Read error: Operation timed out]
[10:36:45] -!- vladimirek has quit [Ping timeout: 276 seconds]
[10:38:23] -!- micges has quit [Ping timeout: 268 seconds]
[10:41:13] micges_ is now known as micges
[11:14:02] -!- micges has quit [Quit: Leaving]
[11:14:11] -!- syyl_tb [syyl_tb!~syyl@ip-77-24-47-28.web.vodafone.de] has joined #linuxcnc
[11:15:34] -!- karavanjo has quit [Ping timeout: 260 seconds]
[11:32:57] jthornton_ is now known as jthornton
[11:41:20] -!- syyl_tb has quit [Quit: Verlassend]
[11:42:52] <r00t4rd3d> -C-
[11:43:37] <r00t4rd3d> Sir Charles Brown
[11:55:23] -!- uw has quit [Ping timeout: 272 seconds]
[12:16:29] <jthornton> if I run a hal file with halrun like this halrun -I -f saved.hal when I shut down the gui part how do I shut down halrun?
[12:17:40] <jthornton> or do I not want the -I
[12:19:15] <jthornton> hmm without the -I it runs but shuts down at once so that is not the answer
[12:22:21] <jthornton> what is the difference between halrun and halcmd?
[12:23:08] <jthornton> if I do halcmd -f start.hal I get an error RTAPI: ERROR: could not open shared memory (errno=2)
[12:23:08] <jthornton> Segmentation fault
[12:28:33] <cpresser> halrun also starts the complete hal-environment; halcmd expects the environment to be ready
[12:29:13] <jthornton> ah ok that makes sense
[12:32:06] <jthornton> I think I need to figure out how to use gladevcp -H option
[12:34:49] <jthornton> nope, that gives the same error
[12:35:10] <jthornton> I wonder how you set up the complete hal environment?
[12:36:59] <jthornton> hmmm halrun is a bash script
[12:41:20] <awallin> scripts/realtime start (or something like that)
[12:41:33] <awallin> before you can run halcmd
[12:41:43] <jthornton> thanks
[12:43:57] <jthornton> hmm it is in a RIP but command not found for installed
[13:01:49] <jthornton> holy crap I cracked the secret decoder ring
[13:04:05] -!- KimK has quit [Quit: Leaving]
[13:08:29] -!- KimK [KimK!~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad] has joined #linuxcnc
[13:17:43] -!- syyl [syyl!~syyl@p4FD15498.dip.t-dialin.net] has joined #linuxcnc
[13:26:07] <syyl> saturday gone and buisness as usual ;)
[13:26:08] <syyl> https://dl.dropbox.com/u/24396704/Grillen%26Gie%C3%9Fen/IMG_0848.JPG
[13:30:49] -!- broofa has quit [*.net *.split]
[13:30:49] -!- Nick001 has quit [*.net *.split]
[13:30:49] -!- jepler has quit [*.net *.split]
[13:30:49] -!- Pablo__ has quit [*.net *.split]
[13:30:49] -!- grummund has quit [*.net *.split]
[13:30:49] -!- Kent_ has quit [*.net *.split]
[13:30:49] -!- hm2-buildmaster has quit [*.net *.split]
[13:30:50] -!- cherry_lin has quit [*.net *.split]
[13:32:58] <archivist> you are having far too much fun!
[13:33:11] <syyl> could be ;)
[13:33:20] <syyl> this time we had two guests from australia
[13:34:09] <syyl> were getting international
[13:37:00] <archivist> and me, made gears for someone in usa
[13:39:19] <archivist> what weight are you melting these days
[13:40:18] <syyl> about 10..15kg each run
[13:41:33] <syyl> the crucible gets hard to handle if we melt more
[13:41:34] <syyl> :D
[13:42:02] -!- joe9 [joe9!~joe9@c-24-126-150-243.hsd1.ga.comcast.net] has joined #linuxcnc
[13:43:27] <archivist> overhead crane next then
[13:43:45] <syyl> we tried to convince nick, that he needs a crane...
[13:43:58] <syyl> "not yet"
[13:44:01] <syyl> ;D
[13:44:24] <syyl> or lifting equipment for two persons
[13:44:37] <syyl> that will be nessecary if cast iron finaly works..
[13:47:02] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc
[13:48:51] -!- mhaberler has quit [Quit: mhaberler]
[13:50:53] -!- jthornton has quit [Quit: Ex-Chat]
[13:55:12] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[14:09:47] -!- drmacro [drmacro!~drmacro@66-189-95-184.dhcp.oxfr.ma.charter.com] has joined #linuxcnc
[14:09:47] -!- rob_h [rob_h!~rob_h@5e016a93.bb.sky.com] has joined #linuxcnc
[14:09:47] -!- Nick001 [Nick001!~Nick001@hrbg-207-7-176-225-pppoe.dsl.hrbg.epix.net] has joined #linuxcnc
[14:09:47] -!- grummund [grummund!~user@unaffiliated/grummund] has joined #linuxcnc
[14:09:47] -!- Kent_ [Kent_!~kent@90-227-210-195-no122.tbcn.telia.com] has joined #linuxcnc
[14:10:49] -!- drmacro has quit [Client Quit]
[14:11:44] <jthornton> syyl, is there any details on that burner anywhere?
[14:11:59] <syyl> not really
[14:12:05] <jthornton> ok
[14:12:15] <syyl> i think its built like in the book from artfull budger(?)
[14:13:04] <syyl> there is just a blower, a pressurized tank for the wasteoil and a nozzle, that sprays the oil into the airstream of the blower
[14:14:02] <jthornton> like this? http://www.artfulbodgermetalcasting.com/4.html
[14:16:58] <syyl> thats the design, yes
[14:17:32] <jp__> jthornton: got any good glade/python tutorial links?
[14:17:49] <jthornton> I only know of one that is good :)
[14:18:09] <jthornton> http://gnipsel.com/
[14:18:36] <jp__> lol
[14:19:06] <jp__> i use python all the time in my scada package but just starting to play with glade
[14:19:33] <jp__> looks straight forward
[14:20:21] <jthornton> yea, once you get a feel for the Gtk Interface Designer and learn where you have to press the enter key for something to stick...
[14:20:59] <jp__> yeah that seems to be an anoying pain with alot of people
[14:25:12] <jp__> is it possible to embed a glade app in an axis tab? i understand i can use glade to build a layout and place hal widgets but can you just place regular glade widigets running python code behind to do whatever?
[14:25:56] -!- geo01005 [geo01005!~chatzilla@63-248-116-228.static.ogdl0101.digis.net] has joined #linuxcnc
[14:26:07] <jthornton> yes, you can mix Gtk widgets in with EMC widgets
[14:26:26] <jthornton> I have a tutorial started on that too...
[14:26:33] <jp__> cool
[14:27:53] <Tom_itx> jthornton just threw it all in a bag and shook it up
[14:28:10] <jthornton> it is the same as connecting the signals in my Glade3 tutorial
[14:36:04] <jp__> Nice tutorials exactly what i was looking for!!!
[14:38:10] <jp__> jthornton: do you do any HMI/Scada programing?
[14:38:23] <JT-Shop-2> no
[14:38:29] JT-Shop-2 is now known as JT-Shop
[14:40:44] -!- tlab [tlab!~tlab@c-98-223-22-156.hsd1.in.comcast.net] has joined #linuxcnc
[14:43:07] -!- drmacro [drmacro!~mac@66-189-95-184.dhcp.oxfr.ma.charter.com] has joined #linuxcnc
[14:43:46] -!- KimK has quit [Ping timeout: 245 seconds]
[14:47:20] -!- KimK [KimK!~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad] has joined #linuxcnc
[14:47:59] <Tom_itx> anyone know of a quality pen drill?
[14:48:26] <Tom_itx> the last one i got lasted maybe a month before the cheapass aluminum housing gave out
[14:48:59] <Tom_itx> and my drill chuck won't hold a #80 drill
[14:49:21] <JT-Shop> all I've found are cheapassjunk
[14:50:05] <drmacro> I've got a .hal and .ini file generated by stepconf wizard. I can jog all the axis, but is if I try to run the LINUXCNC demo file it says can't run when the axis aren't homed. But, I homed them all (the little icon is beside each coord in the DRO). Looking for where to start trouble shooting. At this point I don't have limit switches and don't think I have any defined...
[14:50:09] <Tom_itx> i guess i could make a new end for this one from brass or something
[14:50:40] <Tom_itx> i finally wore my good one out
[14:51:12] <JT-Shop> drmacro: after you home all the axes you still get the error?
[14:51:35] <drmacro> JT-SHOP: yes
[14:52:11] <JT-Shop> sounds like a mistake in your config somehow
[14:52:17] -!- bpuk has quit []
[14:53:24] <JT-Shop> can you put your .stepconf file up on filebin or something?
[14:54:34] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[15:03:40] -!- hjf [hjf!~hjf@211-1-17-190.fibertel.com.ar] has joined #linuxcnc
[15:09:24] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[15:16:12] <drmacro> JT:Shop: https://www.dropbox.com/sh/ly8y36vdkb64y7e/9pMm4xzSJo
[15:22:09] <JT-Shop> runs fine for me, I did get an error when I loaded the file in the Stepconf Wizard but it still made the config and it is running now
[15:22:49] <JT-Shop> I suspect you didn't read the last error you go after homing all 4 axes
[15:27:05] -!- syyl_ [syyl_!~syyl@p4FD124D0.dip.t-dialin.net] has joined #linuxcnc
[15:27:40] <drmacro> JT-Shop: Hmm...when I home the Z axis it always got back to -.8018 not 0.0
[15:28:33] <drmacro> /s/got/goes/
[15:29:01] <JT-Shop> drmacro: http://linuxcnc.org/docs/html/common/User_Concepts.html#_when_you_8217_re_lost
[15:30:29] -!- syyl has quit [Ping timeout: 260 seconds]
[15:39:11] -!- KimK has quit [Ping timeout: 245 seconds]
[15:44:01] -!- morfic has quit [Ping timeout: 272 seconds]
[15:55:01] <drmacro> JT-Shop: any G code entered in the MDI window says: Can't issue MDI command when not homed!
[15:57:17] -!- KimK [KimK!~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad] has joined #linuxcnc
[16:00:07] <joe9> just want to check if this is a big deal? I want to change the code behind the "Home All" button to also set my G55 values (using touch probe) with a G10 L2 P2 .... Is that a big deal?
[16:00:48] <joe9> can the code behind the axis gui of linuxcnc be easily changed?
[16:04:03] -!- morfic [morfic!~morfic@unaffiliated/morfic] has joined #linuxcnc
[16:04:45] <joe9> or, should I be asking this question in #linuxcnc-devel?
[16:05:02] <JT-Shop> drmacro: I get an error when I go to the parallel port screen in the Stepconf Wizard can you repost the file?
[16:06:17] <JT-Shop> it only lists outputs for X and Z axis
[16:07:17] <JT-Shop> MDI works fine in your config when I home all 4 axes
[16:07:35] <JT-Shop> you might want to just start a new config
[16:07:55] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[16:08:05] <IchGuckLive> Hi all around the world
[16:16:41] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[16:18:15] <drmacro> JT-Shop: I get the same error. My interface has the z and a enable as the same pin, so I have to edit the file after StepconfWix gets done...I think that is why it gacks
[16:21:56] -!- uw [uw!~uw@pool-98-109-5-15.nwrknj.fios.verizon.net] has joined #linuxcnc
[16:22:20] uw is now known as Guest30043
[16:28:23] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[16:29:55] -!- bpuk [bpuk!~ben@boopotter.plus.com] has joined #linuxcnc
[16:51:40] -!- karavanjo has quit [Remote host closed the connection]
[16:51:42] -!- tjb1 [tjb1!~tjb1@74.43.51.232] has joined #linuxcnc
[17:01:04] <JT-Shop> that does make it impossible for me to help if I'm working with different files...
[17:01:51] * JT-Shop hears a nap calling my name...
[17:02:20] <Jymmm> It's a trap... RUN!
[17:07:47] -!- bpuk has quit []
[17:11:27] -!- tlab has quit [Quit: Leaving]
[17:16:10] -!- factor [factor!~factor@74.196.101.122] has joined #linuxcnc
[17:18:23] -!- r00t4rd3d has quit [Read error: Connection reset by peer]
[17:18:48] -!- r00t4rd3d [r00t4rd3d!~r00t4rd3d@cpe-67-249-21-218.twcny.res.rr.com] has joined #linuxcnc
[17:18:49] -!- r00t4rd3d has quit [Changing host]
[17:18:49] -!- r00t4rd3d [r00t4rd3d!~r00t4rd3d@unaffiliated/r00t4rd3d] has joined #linuxcnc
[17:23:13] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[17:23:30] <IchGuckLive> Hi all v
[17:29:29] -!- WillenCMD [WillenCMD!~Gabe@99-195-246-238.dyn.centurytel.net] has joined #linuxcnc
[17:43:18] -!- tjb1 has quit [Quit: tjb1]
[17:44:33] -!- WillenCMD has quit [Ping timeout: 246 seconds]
[17:47:50] -!- sumpfralle1 [sumpfralle1!~lars@31-16-113-17-dynip.superkabel.de] has joined #linuxcnc
[17:50:26] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[17:54:37] -!- Nick001 has quit [Ping timeout: 240 seconds]
[17:54:44] -!- Nick001 [Nick001!~Nick001@50.32.71.210] has joined #linuxcnc
[18:04:04] -!- sumpfralle [sumpfralle!~lars@31-16-113-17-dynip.superkabel.de] has joined #linuxcnc
[18:04:05] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[18:06:16] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[18:08:30] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[18:08:46] -!- micges [micges!~micges@adcw54.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[18:09:29] -!- Tom_itx has quit [Ping timeout: 252 seconds]
[18:10:22] -!- zlog has quit [Ping timeout: 244 seconds]
[18:11:46] Tom_L is now known as Tom_itx
[18:11:49] -!- Viesturs [Viesturs!~vie@77.38.226.107] has joined #linuxcnc
[18:13:21] -!- zlog [zlog!~zlog@ip68-102-193-88.ks.ok.cox.net] has joined #linuxcnc
[18:16:27] -!- mikegg [mikegg!~mt-operat@50.15.73.209] has joined #linuxcnc
[18:39:28] -!- tjb1 [tjb1!~tjb1@74.43.51.232] has joined #linuxcnc
[18:47:52] -!- Roguish_ [Roguish_!~Roguish@2601:9:1400:73:211:11ff:fe57:eefd] has joined #linuxcnc
[18:50:37] -!- WillenCMD [WillenCMD!~Gabe@99-195-246-238.dyn.centurytel.net] has joined #linuxcnc
[18:51:05] -!- factor has quit [Read error: Connection reset by peer]
[18:52:22] -!- toastydeath [toastydeath!~toast@c-69-244-86-195.hsd1.md.comcast.net] has joined #linuxcnc
[18:54:08] -!- toastyde1th has quit [Ping timeout: 256 seconds]
[18:59:17] -!- factor [factor!~factor@74.196.101.122] has joined #linuxcnc
[19:05:34] -!- sendoushi [sendoushi!~sendoushi@sm1-84-90-42-105.netvisao.pt] has joined #linuxcnc
[19:06:03] <sendoushi> hey guys
[19:06:29] <sendoushi> what's new in the cnc world? :D
[19:07:00] <sendoushi> so... i'm thinking on building an engrave / mill cnc... anyone saying i should or something? :P
[19:09:16] -!- karavanjo has quit [Quit: Leaving]
[19:09:45] <pjm> yes build a mill! well worth doing... i did mine a few years back and probably use it at least once per weekend
[19:10:29] <sendoushi> pjm: do you sell your work or something? like... people go to you to make customs?
[19:11:53] <sendoushi> first i was thinking on making a big mill to make guitars
[19:12:31] <sendoushi> that really seems interesting for me but ... the big one, unless i pay a ton, won't be able to make engrave or something right?
[19:12:37] <sendoushi> or is it all the same?
[19:12:41] <pjm> ah no not really sell it, its usually just for projects around here
[19:12:54] -!- mikegg has quit [Read error: No route to host]
[19:12:55] -!- wd5jwy [wd5jwy!~chatzilla@wsip-68-15-125-83.ok.ok.cox.net] has joined #linuxcnc
[19:12:57] <pjm> u can make a mill to engrave easily...
[19:13:03] <sendoushi> i dunno... i'm kind of scared to spend like 600e to make a CNC that i won't ever have clients to gather that kind of money
[19:13:13] <pjm> i use something like 0.25mm engraver bits on mine to do writing and its OK
[19:13:25] <sendoushi> i see
[19:13:53] <pjm> http://pjm.dyndns.org/twtr/nixie4.jpg writing on top of that was engraved on the mill for example
[19:14:12] <sendoushi> ah it seems really fine
[19:14:29] <pjm> i guess if u want to make guitars, then u are talking about a gantry type mill with a fairly large bed
[19:14:39] <sendoushi> yes
[19:14:48] <sendoushi> someone here on the channel helped me figure out the stuff i need for it
[19:14:55] <sendoushi> and its like 500, 600e
[19:15:13] <sendoushi> but i was thinking maybe i should start slow and low
[19:15:27] <sendoushi> maybe start by doing some custom pieces and sell them or something
[19:15:34] <pjm> yep thats possible
[19:15:54] <sendoushi> this will always be an hobby but as obviously i don't want to make my hobby much expensive since i have others ehehe
[19:15:56] <pjm> i made some antenna feeds on my mill and sold them for a small profit, which went back into the 'upgrades' pot
[19:16:26] <sendoushi> i dunno i see myself doing customs like pieces for guitars and pedals or...
[19:16:38] <sendoushi> i dunno poker chips ehehe
[19:16:41] <pjm> if there is a market for it, then it is well worth doing
[19:16:53] <pjm> and u can always punt the bits on ebay
[19:16:59] <sendoushi> punt?
[19:17:01] -!- Newtonianb has quit [Ping timeout: 244 seconds]
[19:17:05] <pjm> not that i know much about guitars
[19:17:12] <pjm> u know, auction / sell them on
[19:17:18] <sendoushi> aaah
[19:17:20] <sendoushi> ok
[19:17:54] <pjm> but for the mill, u can start with a small machine
[19:18:02] <sendoushi> i could like... do it by hand but that take double the time i have know how around 3d and since i don't have any tools... it would get more expensive
[19:18:18] <sendoushi> pjm: maybe its the best to understand the machine and stuff
[19:18:33] <pjm> yeah probably a good first step
[19:18:37] <sendoushi> and since there are no schematics for gantries on the internet and stuff...
[19:18:50] <pjm> make it up as you go along
[19:18:52] <pjm> thats what i did
[19:18:55] <pjm> with my mill
[19:19:01] <pjm> started with 3 axis on parport
[19:19:09] <sendoushi> parport?
[19:19:13] <pjm> and ended with 4 axis controlled via mesa cards
[19:19:16] <pjm> printer port..
[19:19:20] <awallin> there should be a few documented router builds on cnczone, but it may be hard to find the signal among all of the noise..
[19:19:33] -!- Nick001-Shop [Nick001-Shop!~chatzilla@69.72.53.86] has joined #linuxcnc
[19:20:32] -!- andy [andy!~andy@71-212-135-171.hlrn.qwest.net] has joined #linuxcnc
[19:22:04] <sendoushi> this will be a looong trip!
[19:22:06] <andy> howdy, has anyone used dxf2gcode? I'm looking to try some etching and it seems like this should do what I'm looking for... anything better out there? In the end I'd like to try etching out some pcbs.
[19:22:28] <jp__> I have works fine
[19:23:06] <jp__> why not just use the cam function in eagle?
[19:23:16] <jp__> PCB2GCODE
[19:23:43] <andy> don't have eagle... thought i'd just try some designs first
[19:23:54] <jp__> eagle is free
[19:24:02] <jp__> to a point
[19:24:03] <andy> ok
[19:24:13] <andy> i'll check it out then
[19:25:35] <andy> i was wondering what software I'd use to make the layouts anyway
[19:25:39] <andy> thanks
[19:26:01] <jp__> no prob
[19:29:31] -!- WillenCMD has quit [Read error: Connection reset by peer]
[19:35:07] -!- KimK has quit [Ping timeout: 260 seconds]
[19:35:32] -!- KimK [KimK!~Kim__@209.248.147.2.nw.nuvox.net] has joined #linuxcnc
[19:36:44] <wd5jwy> is <jthornton> around this afternoon?
[19:36:51] <jthornton> yep
[19:36:57] <jp__> awallin: how did you make out with you 3d printer?
[19:37:02] <wd5jwy> Hey John
[19:37:03] -!- phantoneD [phantoneD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[19:37:26] <jthornton> hay
[19:37:29] <wd5jwy> I'm still not able to install the spooler.comp file - says it can't find the program "comp"
[19:37:49] <wd5jwy> I installed the dev packages
[19:38:34] <jthornton> you did this from a terminal sudo apt-get install linuxcnc-dev
[19:39:07] <wd5jwy> yes, but let me try again just to be sure - I thot the package installed
[19:40:03] <wd5jwy> Message - Couldn't find package linuxcnc-dev
[19:40:03] <jthornton> open the synaptic package manager and search for linuxcnc
[19:40:05] -!- phantoxeD has quit [Ping timeout: 248 seconds]
[19:40:12] <wd5jwy> ok
[19:42:41] <jthornton> go to Settings > Repositories > Other Software
[19:43:52] <wd5jwy> I'm there
[19:44:23] -!- mhaberler has quit [Quit: mhaberler]
[19:44:25] <wd5jwy> do I click "+Add"?
[19:44:45] <jthornton> do you have two entries for linuxcnc.org?
[19:45:02] <wd5jwy> yes
[19:45:08] <wd5jwy> base emc2.4
[19:45:10] <wd5jwy> and
[19:45:19] <wd5jwy> base emc2.4 (Source Code)
[19:45:23] <jthornton> no, that is wrong you must edit them
[19:45:39] <jthornton> click on base emc then edit it
[19:45:39] -!- Cylly2 [Cylly2!cylly@p54B12987.dip.t-dialin.net] has joined #linuxcnc
[19:46:00] <jthornton> change component: base linuxcnc2.5
[19:46:27] <wd5jwy> done
[19:46:35] <jthornton> both of them?
[19:46:47] <wd5jwy> oh, no - let me do the source code line
[19:47:03] <wd5jwy> ok, both done
[19:47:29] <jthornton> close that and reload
[19:47:38] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[19:48:13] <wd5jwy> ok, done
[19:48:29] <jthornton> ok search for linuxcnc
[19:48:47] -!- Viesturs has quit [Remote host closed the connection]
[19:49:16] <wd5jwy> ok, I see linuxcnc-dev now
[19:49:27] <jthornton> ok install that
[19:49:41] <jthornton> and linuxcnc if it is not installed
[19:50:35] <wd5jwy> installing - linuxcnc was already installed
[19:50:54] <wd5jwy> got an error
[19:50:56] <wd5jwy> E: /var/cache/apt/archives/linuxcnc-dev_1%3a2.5.1_i386.deb: trying to overwrite '/usr/share/man/man1/comp.1.gz', which is also in package nmh 0
[19:51:52] <jthornton> dunno what that is
[19:52:23] <wd5jwy> me neither - guess I'll just ignore for now and try to install the comp file - see what happens
[19:52:30] <jthornton> ok
[19:53:34] <wd5jwy> crap - "sudo: comp: command not found"
[19:53:50] <wd5jwy> hang on - in the wrong dir
[19:54:00] <jthornton> try sudo apt-get install linuxcnc-dev
[19:58:06] <wd5jwy> still getting the dev install error
[19:58:13] <wd5jwy> I wonder if a re-boot would help?
[19:58:25] <wd5jwy> probably not tho
[19:58:28] <jthornton> can't hurt
[19:58:37] <wd5jwy> Ok, lemme try
[19:58:40] <wd5jwy> by the way
[19:58:51] <wd5jwy> I am now able to make my motors run
[19:58:57] <wd5jwy> finally
[19:59:03] <jthornton> YEA!
[19:59:14] <wd5jwy> so that's at least a small victory
[19:59:28] <jthornton> one bite at a time
[19:59:42] <wd5jwy> pretty cool too - I can go in and invert the dir bit and reverse the motors
[19:59:54] <wd5jwy> this is some fun stuff
[20:00:52] -!- drmacro [drmacro!~mac@66-189-95-184.dhcp.oxfr.ma.charter.com] has parted #linuxcnc
[20:00:53] <wd5jwy> the last thing - other than your improvements - is to figure out how to shut down the Hal module when closing the glade panel
[20:01:21] <wd5jwy> I know you said to do that in the "window-destroy" def, but I'm not sure what command to use
[20:01:53] <jthornton> yea, it leaves the halrun up and going even after you close the window
[20:02:18] <wd5jwy> yes, and that's not good - it froze up my puter once and then crashed
[20:02:26] <wd5jwy> so, that's some cleanup still left to do
[20:02:41] <jthornton> you can "install" your GUI and just run it with linuxcnc path to my ini
[20:02:59] <jthornton> did you see that in the forum?
[20:03:29] <wd5jwy> I haven't looked through all that yet
[20:03:34] <wd5jwy> but I will
[20:03:49] <wd5jwy> let me see if a reboot will allow me to install the dev package
[20:03:54] <wd5jwy> be back in a minute
[20:03:59] <jthornton> ok
[20:04:01] -!- wd5jwy has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713225625]]
[20:06:32] -!- wd5jwy [wd5jwy!~chatzilla@wsip-68-15-125-83.ok.ok.cox.net] has joined #linuxcnc
[20:11:16] <wd5jwy> E: /var/cache/apt/archives/linuxcnc-dev_1%3a2.5.1_i386.deb: trying to overwrite '/usr/share/man/man1/comp.1.gz', which is also in package nmh 0
[20:11:23] <wd5jwy> same error again
[20:11:25] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[20:11:38] <jthornton> I wonder what nmh is?
[20:11:57] <archivist> what is the E: you keep pasting
[20:12:12] <wd5jwy> I dunno - drive letter maybe?
[20:12:23] <cradek> nmh is a very old email handling package
[20:12:28] <wd5jwy> nmh = numerical machine
[20:12:29] <wd5jwy> ?
[20:12:35] <archivist> one does not have drive letter on linux
[20:12:35] <cradek> "comp" was how you wrote an email
[20:12:51] <wd5jwy> that's what I thought
[20:12:51] <cradek> just uninstall it if you don't use it
[20:13:03] <wd5jwy> I don't use it - how do I uninstall it?
[20:13:39] <wd5jwy> I'm a linux newbie - so don't know my way around too well yet
[20:13:46] <jthornton> synaptic package manager
[20:13:51] <wd5jwy> ok
[20:13:56] <wd5jwy> look for nmh?
[20:13:59] <jthornton> search for nmh
[20:14:02] <jthornton> yep
[20:14:32] <cradek> http://rand-mh.sourceforge.net/book/exmh/figs/mpotedbw.gif
[20:14:50] <cradek> this is what the gui for it looks like (I used it heavily, long long ago)
[20:15:02] <L84Supper> and hope that gnome, x and 67 other applications aren't dependent on it :)
[20:15:17] <wd5jwy> ok, nmh completely removed
[20:15:19] <jthornton> I wonder how it got installed?
[20:15:27] <wd5jwy> trying linuxcnc-dev install again
[20:15:56] <wd5jwy> I think I did it - linux was looking for any program with name "comp" and found nmh
[20:16:08] <wd5jwy> asked me if I wanted to install it - thot I needed it
[20:16:12] <wd5jwy> so I did
[20:16:21] <jthornton> gotcha
[20:16:57] <cradek> it's hard to avoid using any program name that's been used before
[20:17:06] <wd5jwy> Cool! - successfully installed this time
[20:17:19] <wd5jwy> so, I should be able to install the comp now
[20:17:31] <jthornton> yep
[20:19:02] <wd5jwy> ok, done - it worked that time
[20:19:11] <jthornton> cool
[20:19:51] <wd5jwy> ok, getting ready to try it
[20:22:22] <wd5jwy> SyntaxError: invalid syntax
[20:22:23] <wd5jwy> start.hal:1: gladevcp exited without becoming ready
[20:23:02] <jthornton> did you change anything?
[20:23:21] <wd5jwy> no, just downloaded the zip file and unzipped into a new dir
[20:23:40] <wd5jwy> let me delete these files and dwnload again
[20:23:45] -!- sendoushi has quit [Remote host closed the connection]
[20:24:40] -!- sendoushi [sendoushi!~sendoushi@sm1-84-90-42-105.netvisao.pt] has joined #linuxcnc
[20:25:25] <sendoushi> soo... let's say i use linuxcnc what's the best 3d software to work with it?
[20:25:27] <sendoushi> i'm used to work with maya and luxology modo (more this one)
[20:25:29] <sendoushi> or is it all the same?
[20:26:24] <jthornton> did you copy the last version of the component? it's not in the zip file
[20:26:36] <wd5jwy> ok, worked this time
[20:26:42] <MattyMatt> 3d software isn't really CAD, but I use blender so.....
[20:27:05] <jthornton> got a green bar going back and forth?
[20:27:51] <jthornton> I think I hear the other children calling my name...
[20:28:03] <jthornton> they want me to come outside and play now
[20:29:16] <wd5jwy> yes, green bar works
[20:29:21] <wd5jwy> that's pretty cool
[20:29:22] <sendoushi> MattyMatt: ooh so... any software will work i guess
[20:29:32] <sendoushi> awesome!!! now i just have to do a CNC
[20:29:33] <sendoushi> :p
[20:30:21] <MattyMatt> you may find CAM scripts a bit scarce on maya. they turn your 3d/CAD into gcode for the CNC
[20:30:38] <sendoushi> i prefer to use Modo
[20:30:48] <sendoushi> but there are always ways to convert from one to another also
[20:30:54] <sendoushi> so... i don't see problems :)
[20:30:55] <MattyMatt> yeah
[20:31:32] <MattyMatt> if you've got a complex artistic model to mill, you can use some common format like STL to get it into a gcode generator
[20:32:07] <sendoushi> well not for now but in the future i have the idea to make some engrave stuff
[20:32:13] <sendoushi> like custom parts for guitars and stuff
[20:32:45] <MattyMatt> 2D engraving tends to be done differently, via DXF or SVG
[20:33:09] <sendoushi> but then... you have to set like the Y or something no?
[20:33:26] <sendoushi> since those formats are vector
[20:33:53] <MattyMatt> yeah engraving can be 3d too
[20:34:21] <sendoushi> but that will be experiences and tryouts after building it so...
[20:34:41] <sendoushi> it will take a while lol
[20:41:35] -!- Guest30043 has quit [Changing host]
[20:41:35] -!- Guest30043 [Guest30043!~uw@unaffiliated/uw] has joined #linuxcnc
[20:41:37] Guest30043 is now known as uw
[20:43:17] -!- cmorley [cmorley!~chris@S010600c09fc019c2.no.shawcable.net] has joined #linuxcnc
[20:48:52] -!- RussianKid [RussianKid!~sasha@cpc1-nott18-2-0-cust211.12-2.cable.virginmedia.com] has joined #linuxcnc
[20:54:01] Cylly2 is now known as Loetmichel
[20:56:48] -!- geo01005 has quit [Ping timeout: 245 seconds]
[20:59:31] -!- morfic has quit [Read error: Connection reset by peer]
[21:00:18] -!- morfic [morfic!~morfic@unaffiliated/morfic] has joined #linuxcnc
[21:03:34] -!- sendoushi has quit [Remote host closed the connection]
[21:05:44] -!- justlooking [justlooking!4b6a2b08@gateway/web/freenode/ip.75.106.43.8] has joined #linuxcnc
[21:08:41] <DJ9DJ> gn8
[21:09:21] -!- DJ9DJ has quit [Quit: bye]
[21:17:17] -!- justlooking has quit [Quit: Page closed]
[21:22:35] -!- Loetmichel has quit [Read error: Connection reset by peer]
[21:22:45] -!- Loetmichel [Loetmichel!cylly@p54B12987.dip.t-dialin.net] has joined #linuxcnc
[21:38:03] -!- farmerboy1967 [farmerboy1967!~mcason@75-106-43-8.cust.wildblue.net] has joined #linuxcnc
[21:39:40] -!- farmerboy1967 has quit [Client Quit]
[21:40:38] -!- farmerboy1967 [farmerboy1967!~mcason@75-106-43-8.cust.wildblue.net] has joined #linuxcnc
[21:41:37] -!- grummund has quit [Ping timeout: 240 seconds]
[21:43:27] -!- farmerboy1967 [farmerboy1967!~mcason@75-106-43-8.cust.wildblue.net] has parted #linuxcnc
[21:54:09] -!- JT-Shop-2 [JT-Shop-2!~John@184.63.140.99] has joined #linuxcnc
[21:54:10] -!- Keknom [Keknom!~monkeky@pool-96-236-205-140.pitbpa.fios.verizon.net] has joined #linuxcnc
[21:54:10] -!- jthornton has quit [Read error: Connection reset by peer]
[21:54:10] -!- JT-Shop has quit [Read error: Connection reset by peer]
[21:54:13] -!- jthornton_ [jthornton_!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[21:55:18] -!- syyl_ has quit [Quit: Leaving]
[21:58:07] -!- tjb1 has quit [Quit: tjb1]
[21:58:33] <joe9> i think freecad and heekscad are pretty good.
[21:59:47] -!- grummund [grummund!~user@unaffiliated/grummund] has joined #linuxcnc
[22:00:23] -!- bedah has quit [Quit: Ex-Chat]
[22:02:48] -!- cmorley1 [cmorley1!~chris@S010600c09fc019c2.no.shawcable.net] has joined #linuxcnc
[22:02:53] -!- cmorley1 has quit [Client Quit]
[22:06:33] -!- cmorley has quit [Ping timeout: 272 seconds]
[22:07:34] -!- vladimirek has quit [Remote host closed the connection]
[22:10:28] <alex4nder> he
[22:10:28] <alex4nder> y
[22:11:08] -!- sumpfralle has quit [Quit: Leaving.]
[22:11:14] -!- sumpfralle [sumpfralle!~lars@31-16-113-17-dynip.superkabel.de] has joined #linuxcnc
[22:11:36] -!- RussianKid [RussianKid!~sasha@cpc1-nott18-2-0-cust211.12-2.cable.virginmedia.com] has parted #linuxcnc
[22:19:02] -!- geo01005 [geo01005!~chatzilla@63-248-116-228.static.ogdl0101.digis.net] has joined #linuxcnc
[22:21:27] -!- phantoxeD [phantoxeD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[22:24:21] -!- tjb1 [tjb1!~tjb1@74.43.51.232] has joined #linuxcnc
[22:24:22] -!- phantoneD has quit [Ping timeout: 256 seconds]
[22:36:18] -!- mhaberler has quit [Quit: mhaberler]
[22:49:23] -!- andy has quit [Remote host closed the connection]
[23:15:51] -!- asdfasd has quit [Ping timeout: 265 seconds]
[23:21:06] -!- jacobtoye has quit [Client Quit]
[23:36:19] -!- micges has quit [Quit: Leaving]
[23:42:23] <Jymmm> ReadError you can't charge a single 18650 with your charger that you showed me, can you?
[23:51:07] -!- rob_h has quit [Ping timeout: 240 seconds]
[23:56:49] -!- Nick001-Shop has quit [Remote host closed the connection]