#linuxcnc | Logs for 2012-12-22

Back
[00:01:28] -!- ve7it has quit [Remote host closed the connection]
[00:01:29] -!- logger[mah] has quit [Remote host closed the connection]
[00:01:41] -!- logger[mah] [logger[mah]!~loggermah@ns1.mah.priv.at] has joined #linuxcnc
[00:08:11] -!- jimbob [jimbob!1bfc4c4f@gateway/web/freenode/ip.27.252.76.79] has joined #linuxcnc
[00:08:36] -!- jimbob has quit [Client Quit]
[00:25:01] -!- tayy has quit [Remote host closed the connection]
[00:33:03] <r00t4rd3d> http://i.imgur.com/tmFLG.jpg
[00:37:51] -!- Valen has quit [Quit: Leaving.]
[00:41:22] -!- plushy has quit [Quit: Leaving.]
[00:44:37] -!- adb has quit [Ping timeout: 246 seconds]
[00:45:17] -!- kwallace1 [kwallace1!~kwallace@smb-182.sonnet.com] has parted #linuxcnc
[00:47:27] -!- abetusk [abetusk!~abetusk@cpe-24-58-232-122.twcny.res.rr.com] has joined #linuxcnc
[00:51:31] -!- tjb1 [tjb1!~tjb1@200.sub-70-194-1.myvzw.com] has joined #linuxcnc
[00:54:55] -!- Nick001-Shop has quit [Ping timeout: 244 seconds]
[00:55:01] -!- Nick001-Shop_ [Nick001-Shop_!~chatzilla@69.72.53.70] has joined #linuxcnc
[00:55:02] Nick001-Shop_ is now known as Nick001-Shop
[00:55:36] -!- hdokes|werkin [hdokes|werkin!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[00:55:48] hdokes|werkin is now known as hdokes
[00:58:09] -!- tjb1 has quit [Quit: tjb1]
[01:06:36] -!- Nick001-Shop has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232]]
[01:08:11] <andypugh> Scrolling back: I have machined hexes on my lathe _without_ live tooling. :-)
[01:09:05] <andypugh> Just posted a minor update on my Harrison build to the 'Zone. Can't believe it is so long since the last one.
[01:11:48] -!- tjb1 [tjb1!~tjb1@200.sub-70-194-1.myvzw.com] has joined #linuxcnc
[01:12:54] <andypugh> http://www.cnczone.com/forums/showthread.php?p=1212353#post1212335
[01:13:08] <dr00bie> andypugh: did you get a chance to take a look at pycam yet? I am still not understanding how to get meaningful gcode from it...
[01:13:50] <andypugh> I am nowhere near needing CAM at the moment. Tonight, for example, was all MDI.
[01:14:56] <andypugh> (Lots of M3S1000G98G81X10Y20R0.1Z-10 type stuff drilling holes and boring registers)
[01:15:42] <andypugh> However I _did_ use polar coordinates for the first time. I am hooked, it's brilliant for bolt circles.
[01:15:51] <jdh> mdi typos are the cause of all my vise dings
[01:17:01] <andypugh> If you don't know, as well as using XY in the current plane you can use @ and ^. @ is radius from X0 Y0 and ^ is angle (with 0 degrees along X).
[01:17:21] <andypugh> So, for a 6-bolt circle of 25mm radius.
[01:17:25] <PCW> wheres the MDI preview when you need it (with 3d vise models)
[01:17:37] <andypugh> G0 @25 ^0
[01:17:53] <andypugh> G98G81..... (hole cycle)
[01:18:06] <andypugh> G0 ^60 G98......
[01:18:15] <andypugh> G0 ^120 G98......
[01:18:17] -!- gambakufu has quit []
[01:18:23] <andypugh> and so on.
[01:18:59] <cradek> you can just mdi ^60 and ^120 to repeat the cycle at the new angle
[01:19:02] <PCW> well if you are dealing with circles, Cartesian coordinates are awkward
[01:20:17] <andypugh> cradek: I thought I probably could, but I had the time, and wasn't that confident.
[01:20:32] <cradek> drill cycles are so cool that way
[01:21:05] <cradek> actually cycles are have repeats - and you can use polar - so you can do all the holes on your circle with one command
[01:21:32] <cradek> g91 ^60 g8x ... l6
[01:21:50] <andypugh> Brilliant.
[01:22:06] <andypugh> And I bet nearly 2 people ever have :-)
[01:22:09] <cradek> (from memory, haha)
[01:22:20] <cradek> I sure have used it that way, so >= 1
[01:23:09] <andypugh> I probably will next time. But this was only 3 holes.
[01:23:57] <cradek> I wonder how many people have actually used our polar coordinates
[01:24:05] <andypugh> There is a bolt-circle generator in the Wiki, perhaps it ought to be mentioned that it is for the Weak!
[01:24:12] <cradek> haha
[01:24:38] <cradek> polar is tricky. g0 x0 y0; g0 @1 => ???
[01:24:51] <andypugh> Well, there is one more user as of today. I knew they existed, but hadn't until tonight.
[01:24:55] <cradek> I probably spent more time designing and writing it than anybody has ever saved using it
[01:25:18] -!- PCW has quit [Remote host closed the connection]
[01:25:47] <andypugh> Is it unique to LinuxCNC?
[01:26:11] <cradek> lots of other controls have various ways of doing polar, but of course ours is the best implementation :-)
[01:26:22] <cradek> (that's just a fancy way of saying yes)
[01:30:13] -!- tjb1 has quit [Quit: tjb1]
[01:30:14] <andypugh> What other characters can we add to our G-code? We could be the APL of G-code :-)
[01:30:48] <cradek> there are NOT very many left if you restrict yourself to 7 bit ascii, and you sure as hell should
[01:31:11] <jdh> unicode
[01:31:15] <cradek> ` & {} \ |
[01:31:22] <cradek> ' "
[01:31:31] <cradek> or so?
[01:31:55] <andypugh> ? is free. Could launch a dialog for numeric entry. I only said that for fun, but actualy it's not a stupid idea,
[01:32:20] <jdh> I have often wanted to be able to input a Z value
[01:32:22] <cradek> stupid is in the eye of the beholder
[01:34:00] <andypugh> So how do you behold it?
[01:35:19] <andypugh> Spotting a key on the keyboard that isn't used in G-code isn't the most sensible way to come up with the idea for a new feature, I have to admit.
[01:35:55] <andypugh> You would rather expect to start from the other end.
[01:36:32] <AR_> i thought about making a higher level gcode
[01:36:50] <AR_> mov x2.450 y-2.00
[01:36:54] <cradek> not sure how I behold it. it's not a particularly flexible way to get parameters from the user. ngcgui and touchy macros both already do a much less bad job.
[01:36:59] <AR_> arc
[01:37:01] <AR_> etc
[01:37:38] <cradek> every ? found on the line should cut the feed rate in half
[01:37:46] <cradek> g0 y0???
[01:37:46] <AR_> lol
[01:37:49] <AR_> why
[01:37:54] <cradek> that gives you 1/8 of rapid feed
[01:38:09] <cradek> it's how you mark the level of uncertainty in the gcode, obviously
[01:38:10] <AR_> how about just another parameter
[01:38:26] <jdh> like f?
[01:38:31] <AR_> ^
[01:38:32] <cradek> snrk
[01:38:55] <cradek> my way is more readable
[01:39:05] <AR_> lol
[01:40:10] <andypugh> AR we already use ^, are you suggesting we overload it like Q?
[01:53:50] -!- jthornton_ [jthornton_!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[01:53:51] -!- jthornton has quit [Read error: Connection reset by peer]
[02:15:24] <AR_> no andypugh
[02:15:26] <AR_> omg
[02:15:34] -!- Simon1 has quit [Read error: Connection reset by peer]
[02:21:26] -!- marl_scot has quit [Remote host closed the connection]
[02:25:51] -!- zzolo has quit [Quit: zzolo]
[02:30:08] -!- racycle has quit [Quit: racycle]
[02:36:03] -!- tjb1 [tjb1!~tjb1@224.sub-70-194-0.myvzw.com] has joined #linuxcnc
[02:37:23] <tjb1> ello.
[02:39:30] -!- andypugh has quit [Quit: andypugh]
[02:41:36] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[02:41:42] -!- rob_h has quit [Ping timeout: 265 seconds]
[02:44:44] hdokes is now known as hdokes|werkin
[02:46:05] -!- ybon has quit [Quit: WeeChat 0.3.8]
[02:57:05] hdokes|werkin is now known as hdokes
[03:16:44] -!- tjb1 has quit [Ping timeout: 260 seconds]
[03:28:09] -!- kmiyashiro has quit [Read error: Connection reset by peer]
[03:31:58] hdokes is now known as hdokes|werkin
[03:36:43] -!- kmiyashiro has quit [Ping timeout: 260 seconds]
[03:37:05] -!- tjb1 [tjb1!~tjb1@2600:1007:b11b:a7f9:1043:355f:1300:36fa] has joined #linuxcnc
[03:45:01] -!- [_bwg_] has quit [Ping timeout: 265 seconds]
[03:59:36] -!- tjb1 has quit [Quit: tjb1]
[04:00:03] -!- tjb1 [tjb1!~tjb1@2600:1007:b11b:a7f9:1043:355f:1300:36fa] has joined #linuxcnc
[04:09:54] -!- AR_ has quit [Ping timeout: 252 seconds]
[04:28:29] -!- alpha1125 [alpha1125!~textual@198-84-166-153.cpe.teksavvy.com] has joined #linuxcnc
[04:32:38] -!- tjb1_ [tjb1_!~tjb1@2600:1007:b129:f45e:194e:5411:12eb:42f7] has joined #linuxcnc
[04:34:06] -!- tjb1 has quit [Ping timeout: 252 seconds]
[04:34:07] tjb1_ is now known as tjb1
[04:43:17] -!- joe9 has quit [Quit: leaving]
[05:03:14] -!- Brandonian has quit [Client Quit]
[05:06:09] -!- gambakufu [gambakufu!~mooznach@bzq-84-110-0-111.red.bezeqint.net] has joined #linuxcnc
[05:14:26] -!- dhoovie [dhoovie!~kvirc@122.177.7.156] has joined #linuxcnc
[05:33:21] <abetusk> anyone have a good gerber to gcode link?
[05:33:45] -!- joeg has quit [Read error: No route to host]
[05:47:13] <tjb1> mmmmm, 4G - http://www.speedtest.net/result/2387667661.png
[05:53:10] <Connor> Looking at getting a Granite Surface Plate... Looks like they have different grades.. what grade do I want to go with?
[05:55:40] <tjb1> Best you can afford
[06:00:37] <Connor> Well, From what I'm reading.. AA is Lab grade, A is Inspection and B is toolroom..
[06:07:14] -!- jpk has quit [Ping timeout: 252 seconds]
[06:13:42] -!- dr00bie has quit [Ping timeout: 244 seconds]
[06:27:08] -!- tjb1 has quit [Ping timeout: 260 seconds]
[06:27:58] -!- dr00bie [dr00bie!~chatzilla@va-67-237-160-228.dhcp.embarqhsd.net] has joined #linuxcnc
[06:37:31] -!- tjb1 [tjb1!~tjb1@2600:1007:b129:f45e:bd95:60ca:8fb1:35dc] has joined #linuxcnc
[06:50:43] -!- kwallace [kwallace!~kwallace@smb-182.sonnet.com] has parted #linuxcnc
[06:55:45] -!- postaL [postaL!~p0staL@c-107-3-131-41.hsd1.ca.comcast.net] has joined #linuxcnc
[06:56:20] <postaL> If anyone needs a dewalt dwp611 they're cheap right now
[06:56:21] <postaL> http://www.amazon.com/gp/product/B0048EFUV8/ref=oh_details_o00_s00_i00
[06:56:34] <postaL> $119 - $25 (spend $100 or more on dewalt tools, get $25 off from amazon)
[06:57:02] <tjb1> Now you tell me
[06:58:30] <postaL> just saw it as i placed the order
[06:58:35] <postaL> didn't even know abou tit
[06:58:40] <postaL> it just said, "promotion -$25
[07:02:36] -!- tjb1 has quit [Ping timeout: 260 seconds]
[07:04:27] -!- tjb1 [tjb1!~tjb1@4.sub-70-199-119.myvzw.com] has joined #linuxcnc
[07:04:30] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[07:05:28] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[07:14:44] -!- tjb1 has quit [Ping timeout: 260 seconds]
[07:24:00] -!- jaydouglass has quit [Quit: Page closed]
[07:29:23] -!- postaL has quit [Remote host closed the connection]
[07:32:15] -!- cevad has quit [Read error: Connection reset by peer]
[07:37:14] -!- tjb1 [tjb1!~tjb1@2600:1007:b00f:31a1:d07d:4da9:2f16:7f6] has joined #linuxcnc
[07:43:21] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[07:54:14] -!- racycle has quit [Quit: racycle]
[07:57:44] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:57:50] <DJ9DJ> moin
[07:57:56] <tjb1> evenin
[08:04:13] <DJ9DJ> :)
[08:05:31] -!- tjb1_ [tjb1_!~tjb1@226.sub-70-194-2.myvzw.com] has joined #linuxcnc
[08:07:06] -!- tjb1 has quit [Ping timeout: 245 seconds]
[08:08:04] -!- tjb1 [tjb1!~tjb1@194.sub-70-199-96.myvzw.com] has joined #linuxcnc
[08:08:16] <tjb1> Phone didn't download the other part for the tethering app to unlock full version :/
[08:09:36] -!- tjb1_ has quit [Ping timeout: 245 seconds]
[08:47:46] -!- tjb1 has quit [Quit: tjb1]
[08:51:07] -!- syyl [syyl!~syyl@p4FD12354.dip.t-dialin.net] has joined #linuxcnc
[09:44:58] -!- mhaberler has quit [Quit: mhaberler]
[09:49:10] -!- plushy has quit [Quit: Leaving.]
[10:04:35] -!- tronwizard has quit [Ping timeout: 255 seconds]
[10:17:51] -!- dimas [dimas!~dimas@37.28.185.20] has joined #linuxcnc
[10:37:11] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[10:44:26] -!- kmiyashiro has quit [Quit: kmiyashiro]
[10:59:20] -!- rob_h [rob_h!~rob_h@027c2a75.bb.sky.com] has joined #linuxcnc
[11:22:53] -!- tayy has quit [Ping timeout: 255 seconds]
[11:24:23] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc
[11:31:26] jthornton_ is now known as jthornton
[11:51:47] -!- Youdaman has quit []
[11:59:08] -!- sumpfralle [sumpfralle!~lars@31-17-29-187-dynip.superkabel.de] has joined #linuxcnc
[12:20:49] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[12:20:52] -!- mk0 [mk0!~Orr@plasmoteg-1.bas-net.by] has joined #linuxcnc
[12:26:07] -!- dhoovie has quit [Read error: Connection reset by peer]
[12:37:30] theos is now known as Guest97622
[12:37:46] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[12:40:52] -!- Guest97622 has quit [Ping timeout: 248 seconds]
[13:04:37] -!- awtharok [awtharok!~awtharokk@78.8.211.49] has joined #linuxcnc
[13:05:23] -!- awtharok has quit [Client Quit]
[13:06:26] -!- awtharok [awtharok!~awtharokk@78.8.211.49] has joined #linuxcnc
[13:06:37] -!- awtharok [awtharok!~awtharokk@78.8.211.49] has parted #linuxcnc
[13:06:44] -!- awtharok [awtharok!~awtharokk@78.8.211.49] has joined #linuxcnc
[13:34:13] -!- struan__ [struan__!~bedah@g231054110.adsl.alicedsl.de] has joined #linuxcnc
[13:34:41] struan__ is now known as bedah3
[13:37:29] -!- rob_h has quit [Read error: Connection reset by peer]
[13:37:56] -!- bedah2 has quit [Ping timeout: 248 seconds]
[13:51:07] -!- rob_h [rob_h!~rob_h@027c2a75.bb.sky.com] has joined #linuxcnc
[13:51:10] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[13:52:32] -!- awtharoks [awtharoks!~awtharokk@78.8.211.49] has joined #linuxcnc
[13:55:25] -!- mk0 has quit [Quit: Leaving]
[13:55:47] -!- awtharok has quit [Ping timeout: 252 seconds]
[13:57:56] -!- sumpfralle [sumpfralle!~lars@31-17-29-187-dynip.superkabel.de] has joined #linuxcnc
[14:19:40] -!- mhaberler has quit [Quit: mhaberler]
[14:23:20] -!- awtharok [awtharok!~awtharokk@78.8.211.49] has joined #linuxcnc
[14:24:04] <r00t4rd3d> Right Now
[14:24:04] <r00t4rd3d> Updated: Dec 22, 2012, Blizzard conditions are occurring at times.
[14:25:43] -!- theorbtwo has quit [Remote host closed the connection]
[14:27:05] -!- awtharoks has quit [Ping timeout: 265 seconds]
[14:27:59] -!- yuvipanda has quit [Ping timeout: 252 seconds]
[14:27:59] yuvipanda_ is now known as yuvipanda
[14:29:46] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[14:30:41] <IchGuckLive> jdh: at your request yesterday the TUT -> http://www.youtube.com/watch?v=mTbh47AFgi8&feature=youtu.be&fmt=22
[14:33:03] -!- theorbtwo [theorbtwo!~theorb@91.84.53.6] has joined #linuxcnc
[14:47:03] -!- elmo40 [elmo40!~Elmo40@184.151.61.223] has joined #linuxcnc
[14:47:12] -!- plushy has quit [Quit: Leaving.]
[14:47:28] <jdh> cool
[14:48:04] <IchGuckLive> as your request
[14:48:34] <jdh> actually, I just wanted someone to do all the work for me while I sit here :)
[14:48:44] <jdh> but, learning is ok too.
[14:49:11] <IchGuckLive> as all want that
[14:54:06] -!- awtharoks [awtharoks!~awtharokk@78.8.211.49] has joined #linuxcnc
[14:55:01] -!- tayy_ has quit [Remote host closed the connection]
[14:57:32] -!- awtharok has quit [Ping timeout: 255 seconds]
[14:57:52] -!- zlog has quit [Remote host closed the connection]
[15:00:30] -!- elmo40 has quit [Quit: Leaving.]
[15:00:48] <andypugh> Looks like I need to look at HeeksCAD again.
[15:05:16] -!- kb8wmc [kb8wmc!~chatzilla@nat.mtp.cmsinter.net] has joined #linuxcnc
[15:17:03] <skunkworks> really?
[15:22:56] -!- cncbasher has quit [Remote host closed the connection]
[15:33:31] -!- zlog [zlog!~zlog@ip24-255-189-172.ks.ks.cox.net] has joined #linuxcnc
[15:38:59] -!- beawesomeinstead has quit [Remote host closed the connection]
[15:38:59] -!- phillipadsmith__ has quit [Remote host closed the connection]
[15:39:00] -!- bartek___ has quit [Write error: Broken pipe]
[15:43:44] <IchGuckLive> done ! Linuxcnc goes 3D A Axis Sculping http://mechmo.de/linuxcnc3d.png
[15:44:18] <IchGuckLive> as you se öeft down the lines are selectable
[15:44:55] <IchGuckLive> as the liveplot prits live data there is no Y moving i will see how i overcome this
[15:48:33] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 17.0.1/20121129170341]]
[15:56:35] -!- kb8wmc has quit [Ping timeout: 255 seconds]
[15:56:50] -!- yuvipanda has quit [Ping timeout: 252 seconds]
[15:58:03] -!- kb8wmc [kb8wmc!~chatzilla@nat.mtp.cmsinter.net] has joined #linuxcnc
[16:06:49] -!- awtharoks has quit [Quit: Leaving]
[16:19:46] -!- SWPadnos has quit [Changing host]
[16:19:46] -!- SWPadnos [SWPadnos!~Me@emc/developer/SWPadnos] has joined #linuxcnc
[16:19:46] -!- mode/#linuxcnc [+v SWPadnos] by ChanServ
[17:02:00] -!- cncbasher [cncbasher!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[17:02:56] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[17:11:36] hdokes|werkin is now known as hdokes
[17:13:28] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[17:26:40] -!- adb has quit [Remote host closed the connection]
[17:28:22] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[17:28:24] -!- adb_ [adb_!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[17:28:35] -!- adb_ has quit [Client Quit]
[17:35:28] <awallin_> IchGuckLive: what exactly is new in your 3D A-axis figure?
[17:36:47] <IchGuckLive> it showes a Lathe sculp G-code in 3D
[17:37:08] <IchGuckLive> while the G-code runs in only the lathe axis
[17:37:15] <IchGuckLive> XZ A
[17:37:28] <awallin_> what did you use to generate the g-code?
[17:38:10] <IchGuckLive> awallin_: do you know what "self.lp.call()" holdes in glcanon
[17:38:35] <awallin_> no.. do you have a link to the code?
[17:38:37] <IchGuckLive> awallin_: i use ProE for this but Deskproto can do this 2
[17:39:43] <IchGuckLive> awallin_: the Glcanon or the G-code
[17:40:01] <awallin_> oh, glcanon..
[17:41:16] <IchGuckLive> if self.sculpA:
[17:41:18] <IchGuckLive> z_orig = z
[17:41:20] <IchGuckLive> y = math.sin(math.radians(a)) * z_orig
[17:41:21] <IchGuckLive> z = math.cos(math.radians(a)) * z_orig
[17:41:48] <IchGuckLive> thats all in side Glcanon .py Glcanon Straight feed
[17:42:06] -!- hdokes has quit [Ping timeout: 245 seconds]
[17:42:54] <IchGuckLive> the trigger is AXIS,SCULPA
[17:43:02] <IchGuckLive> in Def comment
[17:45:50] -!- kb8wmc has quit [Ping timeout: 255 seconds]
[17:48:40] -!- AR_ [AR_!~AR@24.115.211.243] has joined #linuxcnc
[17:50:06] <andypugh> IchGuckLive: What we are puzzled about is what it does differently to the existing rotary-axis previews (triggered by [DISPLAY] GEOMETRY=
[17:51:17] <IchGuckLive> let me have a look at this feather
[17:54:17] <IchGuckLive> andypugh the geometry does not involve 3D views in G-code only displayes in XYZ coordinates UVW kinetik
[17:55:15] <IchGuckLive> ao if your g-code holds only XZ A coordinates it will not show you in the A Rotation as there is a Y involved to show up
[17:57:17] <IchGuckLive> let me do a quick Vid to show up
[17:57:26] <jepler> stepper_xyza specifies 0x00000007
[17:57:26] <jepler> ...skipping...
[17:57:27] <jepler> GEOMETRY
[17:57:28] <jepler> errr
[17:57:31] <jepler> GEOMETRY = AXYZ
[17:57:39] <jepler> and gives a display very similar to the one in your screenshot
[17:58:12] <IchGuckLive> ok
[17:58:21] <IchGuckLive> so master has spoken i wil try
[17:58:27] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc
[18:02:22] -!- deldenk [deldenk!~fnord@ip-109-45-0-17.web.vodafone.de] has joined #linuxcnc
[18:04:11] -!- servos4ever [servos4ever!~chatzilla@173-87-53-44.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[18:04:58] -!- tayy has quit [Remote host closed the connection]
[18:05:53] -!- Ropesfish [Ropesfish!~IceChat9@c-67-191-113-99.hsd1.fl.comcast.net] has parted #linuxcnc
[18:05:54] -!- Ropesfish [Ropesfish!~IceChat9@c-67-191-113-99.hsd1.fl.comcast.net] has joined #linuxcnc
[18:15:39] <IchGuckLive> jepler: i got it B)
[18:19:58] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[18:22:41] <IchGuckLive> jepler: works in Sim mode also i wil test this why it is not showing on a real mashine
[18:30:09] <IchGuckLive> jepler: if there hase been a simulated xyza as i now have one i coud save me the hole day
[18:31:31] <IchGuckLive> i started by 9axis sim and this showes all flat
[18:33:12] <IchGuckLive> so GEOMETRY = AXYZ is the solution
[18:45:20] <IchGuckLive> Thanks all
[18:45:36] <IchGuckLive> it is simply a matter of not knowing all
[18:47:00] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 17.0.1/20121129170341]]
[18:54:10] <jthornton> Hot Damn, we have errors on the status bar now! http://imagebin.org/240342
[19:02:35] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[19:12:08] -!- yomran has quit [Ping timeout: 245 seconds]
[19:15:28] <skunkworks> jthornton: you're having too much fun :)
[19:17:02] <JT-Shop> yea, time for a nap now
[19:20:27] <Jymmm> HAPPY FIRST DAY IN HELL DAY!!!
[19:21:18] <skunkworks> heh - wait - the end didn't happen? go figure...
[19:21:39] <Jymmm> skunkworks: Are you SURE about that???
[19:23:21] <Tom_itx> is this really heaven?
[19:23:39] <Tom_itx> mm wonder if i still owe bills
[19:23:50] <Jymmm> You are IN The Matrix
[19:23:55] -!- Nick001-Shop [Nick001-Shop!~chatzilla@69.72.53.43] has joined #linuxcnc
[19:32:59] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[19:43:47] -!- motioncontrol [motioncontrol!~io@host24-72-dynamic.55-82-r.retail.telecomitalia.it] has joined #linuxcnc
[19:44:41] -!- sumpfralle [sumpfralle!~lars@87.234.216.224] has joined #linuxcnc
[19:46:16] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[19:48:18] -!- psha has quit [Quit: Lost terminal]
[19:52:42] -!- sumpfralle1 [sumpfralle1!~lars@31-17-29-187-dynip.superkabel.de] has joined #linuxcnc
[19:55:02] -!- sumpfralle has quit [Ping timeout: 265 seconds]
[19:59:56] -!- sumpfralle1 has quit [Ping timeout: 252 seconds]
[20:07:04] -!- joe9 [joe9!~joe9@c-24-98-99-202.hsd1.ga.comcast.net] has joined #linuxcnc
[20:10:07] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[20:17:12] <r00t4rd3d> Another of my doings - http://i.imgur.com/OMmW0.jpg
[20:23:20] -!- kmiyashiro has quit [Quit: kmiyashiro]
[20:23:50] -!- sumpfralle [sumpfralle!~lars@87.234.216.224] has joined #linuxcnc
[20:23:53] -!- yuvipanda has quit [Quit: yuvipanda]
[20:29:47] <andypugh> r00t4rd3d: You could branch out: http://www.ebay.co.uk/itm/RARE-HUGE-Japanese-PUZZLE-BOX-7-Sun-72-1-Move-Step-Ichimatsu-Secret-Trick-/110991224207?pt=LH_DefaultDomain_0&hash=item19d797ad8f
[20:30:25] -!- motioncontrol has quit [Remote host closed the connection]
[20:48:36] -!- jpk has quit [Quit: Leaving.]
[20:51:28] -!- deldenk has quit [Quit: Leaving]
[20:51:52] -!- deldenk [deldenk!~fnord@ip-109-45-0-17.web.vodafone.de] has joined #linuxcnc
[20:53:21] -!- mhaberler has quit [Ping timeout: 245 seconds]
[20:58:10] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[21:05:49] -!- deldenk has quit [Quit: Leaving]
[21:06:12] -!- deldenk [deldenk!~fnord@ip-109-45-0-17.web.vodafone.de] has joined #linuxcnc
[21:11:24] -!- vladimirek has quit [Remote host closed the connection]
[21:19:15] theos is now known as Guest63694
[21:19:31] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[21:21:20] -!- Guest63694 has quit [Ping timeout: 252 seconds]
[21:24:49] -!- Ropesfish [Ropesfish!~IceChat9@c-67-191-113-99.hsd1.fl.comcast.net] has parted #linuxcnc
[21:24:52] -!- Ropesfish [Ropesfish!~IceChat9@c-67-191-113-99.hsd1.fl.comcast.net] has joined #linuxcnc
[21:27:27] -!- ksdfhskjdf [ksdfhskjdf!cylly@p54B1382E.dip.t-dialin.net] has joined #linuxcnc
[21:28:43] -!- Loetmichel has quit [Ping timeout: 244 seconds]
[21:31:02] ksdfhskjdf is now known as Loetmichel
[22:01:59] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[22:06:18] -!- sumpfralle [sumpfralle!~lars@31-17-29-187-dynip.superkabel.de] has joined #linuxcnc
[22:14:16] <DJ9DJ> gn8
[22:15:08] -!- DJ9DJ has quit [Quit: bye]
[22:16:35] -!- deldenk has quit [Quit: Leaving]
[22:22:07] -!- theorb_ [theorb_!~theorb@91.84.53.6] has joined #linuxcnc
[22:22:24] -!- theorbtwo has quit [Ping timeout: 260 seconds]
[22:24:29] -!- deldenk [deldenk!~fnord@ip-109-45-0-17.web.vodafone.de] has joined #linuxcnc
[22:26:03] theorb_ is now known as theorbtwo
[22:31:53] -!- tjb1-mobile [tjb1-mobile!~androirc@2600:1007:b115:7b4:818:6039:426:1093] has joined #linuxcnc
[22:32:28] <tjb1-mobile> Hello
[22:32:59] -!- tjb1-mobile has quit [Client Quit]
[22:34:13] -!- deldenk [deldenk!~fnord@ip-109-45-0-17.web.vodafone.de] has parted #linuxcnc
[22:41:16] -!- syyl has quit [Read error: Connection reset by peer]
[23:09:48] <joe9> hello, I believe there is some way to install linuxcnc just for checking how the gcode files look.
[23:09:51] <joe9> without the rtai api.
[23:09:56] <jdh> sim mode
[23:10:04] <joe9> yes, simulation mode.
[23:10:15] <joe9> jdh: thanks, that should help me.
[23:10:25] <joe9> jdh: let me google up on how to do that.
[23:10:56] <cradek> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LinuxCNC_Pure_Simulator
[23:11:22] <cradek> it'd be better to add the repository to your sources.list than to use wget/dpkg -i like these instruction say, but either way, you'll get a working simulator.
[23:11:22] <joe9> cradek: thanks, got it.
[23:16:58] -!- mhaberler has quit [Quit: mhaberler]
[23:20:15] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[23:26:22] <joe9> how do I run linuxcnc in simulator mode: http://codepad.org/CR7HzeUx
[23:27:52] <cradek> try the sim/axis config
[23:28:10] <joe9> ok, thanks.
[23:28:15] <cradek> your config loads hardware drivers (in particular, parport stuff), of which there are none in simulator mode
[23:28:45] <joe9> cradek: that worked like a charm.
[23:28:46] <joe9> thanks.
[23:31:03] <cradek> it can be useful to make a sim configuration that has the same dimensions and velocity and acceleration settings as your actual machine
[23:36:54] <andypugh> pcw_home: Out of interest, can you lower the output voltage of a resolver simply by putting a resistor in series with the primary coil?
[23:38:29] <joe9> cradek, ok. thanks.
[23:39:12] <joe9> btw, is there any way to change the linuxcnc open menu to show the *.ngc files, by default. instead of having to change it in the dropdown?
[23:39:50] <andypugh> PROGRAM_PREFIX
[23:40:30] <joe9> andypugh: thanks.
[23:41:40] <andypugh> http://www.linuxcnc.org/docs/html/config/ini_config.html#_display_section_a_id_sub_display_section_a
[23:41:48] <andypugh> I _think_ that does it.
[23:42:19] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[23:42:47] <frysteev> waffles
[23:49:10] <joe9> program_prefix is the directory location of the files.
[23:49:17] <joe9> I am looking for the file extension filter.
[23:53:50] <andypugh> Ah.
[23:54:24] <andypugh> I thought that was already default behaviour. But my g-code folder only contains .ngc anyway