#linuxcnc | Logs for 2012-10-28

Back
[00:00:10] <r00t4rd3d> 54312 Guests Online
[00:01:20] <r00t4rd3d> I bet they are all Artsoft spam bots.
[00:06:38] -!- adb has quit [Ping timeout: 255 seconds]
[00:06:38] -!- logger[mah] has quit [Remote host closed the connection]
[00:06:45] -!- logger[mah] [logger[mah]!~loggermah@ns2.mah.priv.at] has joined #linuxcnc
[00:07:10] <JesusAlos> AndyPugh: I don't know why do the time stop control var
[00:07:27] <JesusAlos> do you know eny example?
[00:07:55] -!- LeelooMinai has quit [Read error: Connection reset by peer]
[00:08:16] <andypugh> brb
[00:08:54] <JesusAlos> What?
[00:12:01] <r00t4rd3d> brb=be right back
[00:13:11] <JesusAlos> ok
[00:14:07] -!- mhaberler has quit [Quit: mhaberler]
[00:14:20] <JesusAlos> My problem is that i need create a time var like speed in emc2
[00:14:34] <andypugh> This is an odd thing that you want to do, so it's not built in
[00:15:17] <andypugh> How do you want to do it?
[00:15:33] <andypugh> How far have you got?
[00:16:20] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[00:16:30] <JesusAlos> for cut eps foam, when change direction cut, must wait a seconds
[00:17:34] <andypugh> This sounds like a job for the preprocessoer
[00:17:46] <JesusAlos> no
[00:18:18] <JesusAlos> because the operator need change the time in run
[00:18:20] <andypugh> How do you decide if you need a pause in the G-code?
[00:18:27] <JesusAlos> when run machine
[00:18:51] <andypugh> Are all pauses the same length?
[00:19:10] <andypugh> Is there a pause between every move?
[00:19:33] <JesusAlos> no. this lengt must be variable with a bar time. like speed bar emc2
[00:20:17] <JesusAlos> yes. there are a pause avery move
[00:21:45] <andypugh> But every pause is the same length?
[00:22:29] <JesusAlos> yes. while operator don't change it
[00:22:46] <andypugh> This isn't making much sense to me.
[00:23:11] <andypugh> Why isn't there a "correct" value
[00:23:44] <andypugh> But assuming you know what you want (and I am not sure you do)
[00:24:24] <andypugh> How far have you got? Do you have the bar set up? Did you use PyVCP or GldeVCP? Or did you edit axis.tcl?
[00:25:48] <JesusAlos> I've only tried a few examples of wiki
[00:27:55] <andypugh> Do you need G4 to pause for a variable time, or can you use some other command?
[00:28:27] <andypugh> For example O<pause> CALL ?
[00:29:24] <JesusAlos> Sorry. I don't understand it
[00:29:37] -!- Keknom [Keknom!~monkeky@c-76-125-214-194.hsd1.pa.comcast.net] has joined #linuxcnc
[00:29:52] <JesusAlos> G4? 0<pause>? CALL?
[00:30:37] <andypugh> Yes, does it have to be G4, or could you call a pause routine?
[00:32:25] <andypugh> Just G4 by itself is tricky.
[00:32:47] <JesusAlos> No how. The issue is that at each change of direction make the pause
[00:33:29] <andypugh> You could use M66 E0 then G4 P#5399, but that's no good if the G-code preprocessor only puts a G4 in
[00:33:32] <Tom_itx> what about something like dwell
[00:34:58] <andypugh> JesusAlos: Ah, so, you don't have any pauses at all in the G-code, but want to magically insert a variable-length pause?
[00:36:43] <andypugh> Or do you have pauses in the G-code, and if so, what are they, and could they be different?
[00:37:28] <JesusAlos> don't have the pasuses in G-Code.
[00:38:23] <JesusAlos> In the g-Code program no are pauses.
[00:38:56] <andypugh> So, you want LinuxCNC to do something other than what the G-code program says?
[00:39:31] <JesusAlos> But when the machine are cut for example a horizontal line and turn to vertical line. Do the pause
[00:39:35] <JesusAlos> yes.
[00:40:32] <andypugh> Well, oddly enough, most of the effort has gone into making LinuxCNC do exactly what the G-code says, not something random and different
[00:40:51] <Jymmm> Funny, but I like it... https://www.youtube.com/watch?v=2_928SSGa8k&feature=endscreen&NR=1
[00:41:02] <andypugh> If you want a pause, you ought to put one in the G-code
[00:41:12] <JesusAlos> can create a pause every change g-code line or instruction?
[00:42:16] <JesusAlos> Without that this is in the g-code?
[00:43:32] <andypugh> Well, everything is possible, but some things are hard
[00:43:48] <JesusAlos> thinks the speed control bar change the speed of the machine without this in g-code
[00:44:28] <andypugh> Is single-stepping the G-code an option?
[00:44:31] -!- zzolo has quit [Quit: zzolo]
[00:45:40] <Tom_itx> kinda sounds like it is in a way anyhow
[00:46:34] <JesusAlos> is a riddle?
[00:46:41] <andypugh> The speed control changes the speed.
[00:47:27] <JesusAlos> understand the concept
[00:47:29] <andypugh> Lots of people cut foam with LinuxCNC. I have never heard anyone else ask for a pause after every move.
[00:49:23] <andypugh> Where does you G-code come from?
[00:50:12] <JesusAlos> if the wire cuts too fast eps foam, the cutting wire is delayed, and the change of direction, that we hope to pick up instead of a right angle bend radius goes
[00:51:01] <Tom_itx> so it bows the wire unless you delay it
[00:51:51] <andypugh> If the wire is bowed then I think it will cut arcs wrong anyway
[00:51:52] <Tom_itx> and if you delayed it too much it would burn the corner
[00:52:08] <Tom_itx> probably would
[00:53:11] <andypugh> I need to sleep.
[00:53:17] -!- rob__H [rob__H!~rob_h@5e045844.bb.sky.com] has joined #linuxcnc
[00:53:30] <JesusAlos> ok. thank you for all
[00:53:59] <andypugh> But I think you are trying to solve the wrong problem in the wrong way. And I don't think you even know how you want to do your wrong solution.
[00:54:19] -!- andypugh has quit [Quit: andypugh]
[00:56:07] <r00t4rd3d> maybe his father has the answer
[00:56:25] -!- rob_h has quit [Ping timeout: 246 seconds]
[00:56:29] -!- tjb1 [tjb1!~tjb1@8.sub-174-231-17.myvzw.com] has joined #linuxcnc
[00:56:52] <JesusAlos> the father of whom?
[00:57:14] <r00t4rd3d> all if you believe in that stuff
[00:58:16] <JesusAlos> oh. father=good
[00:58:32] <JesusAlos> god
[00:58:49] <r00t4rd3d> :F
[00:58:54] <r00t4rd3d> :D
[00:59:29] <JesusAlos> sorry I'm Spanish. I'm not familiar with English humor
[01:01:20] <JesusAlos> no body have idea?
[01:01:26] <JesusAlos> anyone other than God?
[01:01:28] <Tom_itx> is this a wire cutter?
[01:01:38] <JesusAlos> yes
[01:01:55] <Tom_itx> what andy said is if your wire isn't tight and you cut a radius, it won't be accurate
[01:02:08] <Tom_itx> the only accurate cut you could expect would be a straight cut
[01:02:16] <Tom_itx> with a delay or without
[01:02:24] <Tom_itx> you need a better wire
[01:02:29] <Tom_itx> not a better gcode
[01:03:04] <Tom_itx> a radius cut will be cupped
[01:03:42] <JesusAlos> the other manufacturers machine do this
[01:04:11] <JesusAlos> so. The customers ask me for this funcionalkity
[01:04:34] <Tom_itx> how do they approach it?
[01:04:34] <JesusAlos> functionality
[01:04:52] <Tom_itx> and how do their radius cuts come out?
[01:05:06] <ReadError> hey guys
[01:05:09] <Tom_itx> i'm not sure what accuracy you're looking for
[01:05:14] <ReadError> i was thinking about adding a 4th axis to my machine
[01:05:22] <ReadError> to cut tap handles
[01:05:35] <ReadError> is there any tables that allow it to be mounted vertically/horizontally ?
[01:05:45] <Tom_itx> sure
[01:05:48] <Tom_itx> they're not cheap
[01:06:01] <JT-Shop> JesusAlos: can you slow your acceleration down so is makes corners slower?
[01:06:05] <ReadError> aww well shucks
[01:06:11] <Tom_itx> omg JT-Shop's still up!
[01:06:12] <ReadError> i bet i can find something cheap in china
[01:06:14] <ReadError> you suppose?
[01:06:44] <JT-Shop> just got back from dinner LOL and plugged the phone in out here
[01:07:17] <JesusAlos> Tom_itx: Maybe posibble
[01:07:57] * JT-Shop wanders inside now
[01:08:10] <JesusAlos> but in some case maybe need more delayed time
[01:08:10] <Tom_itx> ReadError, http://www.ebay.com/itm/MILL-Router-Rotational-4th-AxisCNC-Rotary-Axis-3-inch-chuck-Turntable-/190745782032?pt=LH_DefaultDomain_0&hash=item2c6955a710
[01:09:41] <ReadError> oh not bad
[01:11:40] <JesusAlos> but can be created a bar to change the acceleration / deceleration
[01:13:46] <JesusAlos> ?
[01:21:17] <JesusAlos> JT-Shop
[01:21:41] <JesusAlos> Do you thin that is good idea pass the issue to the developers chat?
[01:23:53] <Tom_itx> i doubt it's something for mainstream development
[01:48:27] <pcw_home> Hmm the LInuxCNC forum is busted
[01:50:16] <JesusAlos> http://www.alosindustrials.com/Pause_.jpg
[01:50:38] <JesusAlos> is other manufacturer software machines
[01:50:59] <JesusAlos> in the round circle appears the pause bar
[01:51:28] <JesusAlos> is a software cutting eps foam macne
[01:54:18] -!- rob__H has quit [Ping timeout: 256 seconds]
[01:58:17] <skunkworks> pcw_home: seems to be working here...
[01:58:37] <pcw_home> 500 Internal Server Error
[01:58:39] <pcw_home> Fatal Error was detected!
[01:58:41] <pcw_home> Please contact the site owner.
[01:59:18] -!- tjb1 has quit [Quit: tjb1]
[01:59:29] <pcw_home> if I'm logged in and use the recent topics tab
[02:01:34] <JesusAlos> It's true. many people connected but nobody says anything.
[02:02:01] <pcw_home> Is slowing the foam machine based on the curvature is closer to
[02:02:02] <pcw_home> what you want? a pause seems pretty mickey-mouse
[02:03:19] <pcw_home> and fails badly on small circles
[02:04:00] <JesusAlos> the pauses is only for the line change direction
[02:04:18] <JesusAlos> the curvature is a spline
[02:04:49] <pcw_home> then it fails for small circles that have the same issues
[02:05:47] <JesusAlos> I've seen how they work. small circles are not.
[02:06:32] <skunkworks> pcw_home: yep
[02:06:39] <JesusAlos> the pause is for the wire cut regains its elongation
[02:07:52] <pcw_home> right but small radiuses will have the same problem
[02:08:10] <ReadError> if any admin wants to contact me
[02:08:14] <ReadError> i get basically free servers
[02:08:28] <ReadError> can throw stuff up on it
[02:08:38] <ReadError> not vps's or anything like actual dedicated servers
[02:09:40] <pcw_home> skunkworks: you see the same problem? It was working earlier today (National Hug a Sheep Day)
[02:09:55] -!- L33TG33KG34R has quit [Ping timeout: 246 seconds]
[02:11:11] <JesusAlos> pcw_home: I understand what you propose. but currently cutting machines in Spain used this tool and I have no solution with EMC2
[02:12:36] <pcw_home> A filter on the Gcode would probably do it
[02:14:33] <pcw_home> You might want to ask Ickgucklive when He's around. foam cutting is his bread&butter
[02:16:47] <JesusAlos> ok. i do
[02:18:06] <JesusAlos> nice said "bread&butter". In spain says "The day our daily bread"
[02:24:01] <JesusAlos> good night people
[02:25:27] <pcw_home> nite
[02:25:46] -!- ybon has quit [Quit: WeeChat 0.3.8]
[02:26:48] -!- JesusAlos has quit []
[02:34:10] -!- tjb1 [tjb1!~tjb1@8.sub-174-231-17.myvzw.com] has joined #linuxcnc
[02:41:02] -!- L33TG33KG34R [L33TG33KG34R!~L33TG33KG@S010674ea3aa162f7.cg.shawcable.net] has joined #linuxcnc
[02:46:52] <skunkworks> pcw_home: yes - seeing the same thing
[02:49:03] <tjb1> What is a par port card I can buy and throw into any desktop computer and load properly into LinuxCNC?
[02:50:04] -!- joe9 has quit [Quit: leaving]
[02:50:21] <r00t4rd3d> just get a atom 525
[02:50:29] <r00t4rd3d> and stop screwing around
[02:50:31] <tjb1> I dont have money for a new computer yet
[02:50:38] <tjb1> >:(
[02:50:51] <r00t4rd3d> put your heels on
[02:51:29] <tjb1> I sold my knob for $250
[02:51:44] <r00t4rd3d> he must have been rich
[02:53:24] <tjb1> r00t4rd3d: will this work with the atom525? http://www.ebay.com/itm/271005645528?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649
[02:53:51] <r00t4rd3d> no idea
[02:54:15] <r00t4rd3d> the 525 has a parallel port that works fine
[02:54:24] <tjb1> That is a 9865 which is supposedly a good one for linux
[02:54:33] <tjb1> Yes and I need another parallel port >:(
[02:55:01] <r00t4rd3d> ahh yeah, your overly complicated setup.
[02:58:27] <tjb1> Some of us do real work with our setups ;)
[02:59:11] <r00t4rd3d> mines half way paid for itself.
[02:59:26] <tjb1> So you have made $50?
[02:59:30] <r00t4rd3d> so far, in 4 months
[02:59:49] <r00t4rd3d> ive only been making/selling stuff for 1 month
[03:00:03] <tjb1> How much do you have in yours?
[03:00:16] <r00t4rd3d> bout 1k with computer and all
[03:00:32] <tjb1> Im building an atom525 in january
[03:02:09] <r00t4rd3d> waiting for santa claus?
[03:03:59] <tjb1> waiting for loan refund
[03:04:45] <r00t4rd3d> you can get the board and memory for less then 100 bucks
[03:05:00] <r00t4rd3d> use old power supply, hard drive
[03:06:23] <tjb1> old power supply wont fit into that mini case will it?
[03:07:04] <r00t4rd3d> no
[03:07:22] <r00t4rd3d> put the board into a regular case
[03:07:29] <tjb1> I dont want to :)
[03:07:36] <r00t4rd3d> cut your own
[03:08:37] <tjb1> Ill see
[03:09:19] <tjb1> I need to get thc working first
[03:13:54] -!- LeelooMinai [LeelooMinai!~leeloo@24-52-246-177.cable.teksavvy.com] has joined #linuxcnc
[03:21:04] <jdh> fire it up
[03:22:35] <tjb1> Im still working on making jt's code work with my machine
[03:24:47] <jdh> oh, that thc
[03:25:27] <tjb1> yep
[03:28:40] <tjb1> Trying to find plans to make a slip roll that can handle like 12 gauge
[03:34:18] <tjb1> Of course enco and msc are down for maintenance...
[03:34:35] <jdh> sounds likt it would need to be pretty hefty for 12guage steel
[03:36:24] -!- L84Supper has quit [Quit: puff of smoke]
[03:36:33] <tjb1> Want to make fire rings and sell them, easy money…just rolling the things is going to be the problem
[03:36:53] <jdh> make them out of 20 gauge :)
[03:36:55] -!- L84Supper [L84Supper!~ly@unaffiliated/l84supper] has joined #linuxcnc
[03:42:49] <tjb1> thats really cheap lol
[03:42:58] <tjb1> probably melt in a camp fire
[03:55:58] -!- tjb1 has quit [Read error: Connection reset by peer]
[04:01:27] <jdh> I'm ready for the rain/wind to quit
[04:12:46] <Jymmm> jdh: you in hurricane zone?
[04:13:13] <Tom_itx> will it hit atlanta monday?
[04:13:18] <Tom_itx> or miss it
[04:13:36] <jdh> outer edge. Just wind and rain.
[04:13:37] <Jymmm> are you taking bets?
[04:13:46] <jdh> guess a hurricane is just wind and rain though.
[04:14:03] <jdh> only 40kts here... 20ft waves though.
[04:14:19] <Jymmm> looks nice inside http://sfbay.craigslist.org/sby/rvs/3368524827.html
[04:14:53] <jdh> I got those 4 nice looking regulators on eBay... not suitable for my app though. Had to get a normal one.
[05:02:49] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[05:04:27] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01f8c3.pool.mediaWays.net] has joined #linuxcnc
[05:14:13] -!- FinboySlick has quit [Quit: Leaving.]
[05:15:33] -!- kwallace [kwallace!~kwallace@smb-65.sonnet.com] has parted #linuxcnc
[05:19:03] -!- teb_ [teb_!~teb@190.178.236.196] has joined #linuxcnc
[05:19:21] <teb_> good evening everyone
[05:20:21] <teb_> is there a way to run the app in squeeze without the realtime kernel module? I just wanna use it for simulation propuses in this pc
[05:23:39] -!- automata__ [automata__!~automata@triband-mum-59.182.134.165.mtnl.net.in] has joined #linuxcnc
[05:24:50] -!- mhaberler [mhaberler!~mhaberler@extern-181.stiwoll.mah.priv.at] has joined #linuxcnc
[05:36:06] -!- automata__ has quit [Ping timeout: 264 seconds]
[05:53:35] -!- Keknom has quit [Quit: Leaving.]
[06:02:44] -!- L84Supper has quit [*.net *.split]
[06:02:44] -!- JT-Shop has quit [*.net *.split]
[06:02:44] -!- the_wench has quit [*.net *.split]
[06:02:44] -!- Loetmichel has quit [*.net *.split]
[06:02:45] -!- theos has quit [*.net *.split]
[06:02:45] -!- MattyMatt has quit [*.net *.split]
[06:02:46] -!- mozmck has quit [*.net *.split]
[06:02:46] -!- mutilator has quit [*.net *.split]
[06:02:46] -!- karavanjoW has quit [*.net *.split]
[06:02:46] -!- DaViruz has quit [*.net *.split]
[06:02:47] -!- hardik has quit [*.net *.split]
[06:03:06] -!- TekniQue has quit [*.net *.split]
[06:03:06] -!- Aero-Tec has quit [*.net *.split]
[06:09:00] -!- TekniQue [TekniQue!baldur@unaffiliated/teknique] has joined #linuxcnc
[06:17:47] -!- L84Supper [L84Supper!~ly@adsl-75-57-149-38.dsl.emhril.sbcglobal.net] has joined #linuxcnc
[06:17:49] -!- L84Supper has quit [Changing host]
[06:17:49] -!- L84Supper [L84Supper!~ly@unaffiliated/l84supper] has joined #linuxcnc
[06:24:14] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[06:43:04] -!- TekniQue has quit [*.net *.split]
[06:43:04] -!- nots has quit [*.net *.split]
[06:43:04] -!- emel has quit [*.net *.split]
[06:43:05] -!- fragalot has quit [*.net *.split]
[06:43:05] -!- Poincare has quit [*.net *.split]
[06:43:05] -!- jstenback has quit [*.net *.split]
[06:43:05] -!- ChanServ has quit [*.net *.split]
[06:43:07] -!- abra has quit [*.net *.split]
[06:43:07] -!- gambakufu has quit [*.net *.split]
[06:43:07] -!- ZinovaS has quit [*.net *.split]
[06:43:07] -!- djinni` has quit [*.net *.split]
[06:43:07] -!- MarkusBec has quit [*.net *.split]
[06:43:07] -!- awallin has quit [*.net *.split]
[06:43:08] -!- e-ndy has quit [*.net *.split]
[06:43:08] -!- trygve has quit [*.net *.split]
[06:43:08] -!- olsson has quit [*.net *.split]
[06:43:08] -!- cherry_lin has quit [*.net *.split]
[06:43:08] -!- Jymmm has quit [*.net *.split]
[06:43:09] -!- Ekkeri has quit [*.net *.split]
[06:43:09] -!- dimas has quit [*.net *.split]
[06:43:09] -!- skunkworks has quit [*.net *.split]
[06:43:10] -!- ink- has quit [*.net *.split]
[06:43:10] -!- i_tarzan has quit [*.net *.split]
[06:43:10] -!- dribnet has quit [*.net *.split]
[06:43:10] -!- djdelorie has quit [*.net *.split]
[06:43:10] -!- amaldo has quit [*.net *.split]
[06:43:10] -!- crib has quit [*.net *.split]
[06:43:11] -!- steves_logging has quit [*.net *.split]
[06:43:11] -!- RagingComputer has quit [*.net *.split]
[06:43:11] -!- factor has quit [*.net *.split]
[06:43:11] -!- jdh has quit [*.net *.split]
[06:43:11] -!- Patang has quit [*.net *.split]
[06:45:02] -!- MarkusBec [MarkusBec!znc@80.69.39.131] has joined #linuxcnc
[06:47:02] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc
[06:48:34] -!- TekniQue [TekniQue!baldur@unaffiliated/teknique] has joined #linuxcnc
[06:48:34] -!- factor [factor!~factor@r74-195-184-133.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[06:48:34] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[06:48:35] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[06:48:35] -!- jstenback [jstenback!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2] has joined #linuxcnc
[06:48:35] -!- ink- [ink-!ink@katsu.triplehelix.org] has joined #linuxcnc
[06:48:35] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[06:48:35] -!- fragalot [fragalot!~thomas@gentoo/user/FamousToaster] has joined #linuxcnc
[06:48:35] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[06:48:35] -!- i_tarzan [i_tarzan!~i_tarzan@187.151.141.145] has joined #linuxcnc
[06:48:35] -!- jdh [jdh!~jdh@miranda.org] has joined #linuxcnc
[06:48:35] -!- Patang [Patang!~freenode@cm-84.209.197.6.getinternet.no] has joined #linuxcnc
[06:48:35] -!- djdelorie [djdelorie!~dj@envy.delorie.com] has joined #linuxcnc
[06:48:35] -!- amaldo [amaldo!~amaldo@pdpc/supporter/student/amaldo] has joined #linuxcnc
[06:48:35] -!- Ekkeri [Ekkeri!ekke@hilla.kapsi.fi] has joined #linuxcnc
[06:48:35] -!- crib [crib!~chris@port-92-202-73-189.dynamic.qsc.de] has joined #linuxcnc
[06:48:35] -!- dimas [dimas!~dimas@tservice.elcom.ru] has joined #linuxcnc
[06:48:35] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc
[06:48:35] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[06:56:59] -!- KimK has quit [Quit: Leaving]
[07:00:34] -!- hdokes|werkin has quit [Read error: Connection reset by peer]
[07:19:08] -!- karavanjo has quit [Remote host closed the connection]
[07:26:35] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:27:11] <DJ9DJ> moin
[07:37:15] <theos> o/
[07:42:39] -!- mhaberler has quit [Quit: mhaberler]
[07:42:50] -!- TekniQue has quit [*.net *.split]
[07:42:50] -!- DJ9DJ has quit [*.net *.split]
[07:42:50] -!- nots has quit [*.net *.split]
[07:42:50] -!- emel has quit [*.net *.split]
[07:42:51] -!- fragalot has quit [*.net *.split]
[07:42:51] -!- Poincare has quit [*.net *.split]
[07:42:51] -!- jstenback has quit [*.net *.split]
[07:42:52] -!- ChanServ has quit [*.net *.split]
[07:42:52] -!- trygve has quit [*.net *.split]
[07:42:52] -!- olsson has quit [*.net *.split]
[07:42:52] -!- cherry_lin has quit [*.net *.split]
[07:42:52] -!- abra has quit [*.net *.split]
[07:42:53] -!- Jymmm has quit [*.net *.split]
[07:42:53] -!- Ekkeri has quit [*.net *.split]
[07:42:54] -!- dimas has quit [*.net *.split]
[07:42:54] -!- skunkworks has quit [*.net *.split]
[07:42:54] -!- ink- has quit [*.net *.split]
[07:42:54] -!- i_tarzan has quit [*.net *.split]
[07:42:55] -!- dribnet has quit [*.net *.split]
[07:42:55] -!- djdelorie has quit [*.net *.split]
[07:42:55] -!- amaldo has quit [*.net *.split]
[07:42:55] -!- crib has quit [*.net *.split]
[07:42:55] -!- steves_logging has quit [*.net *.split]
[07:42:55] -!- RagingComputer has quit [*.net *.split]
[07:42:56] -!- factor has quit [*.net *.split]
[07:42:56] -!- jdh has quit [*.net *.split]
[07:42:56] -!- Patang has quit [*.net *.split]
[07:45:07] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[07:47:59] -!- Jymmm [Jymmm!~jymmm@99-139-73-101.lightspeed.snjsca.sbcglobal.net] has joined #linuxcnc
[07:48:35] -!- Jymmm [Jymmm!~jymmm@99-139-73-101.lightspeed.snjsca.sbcglobal.net] has parted #linuxcnc
[07:51:17] -!- vladimirek [vladimirek!~vladimire@213.81.222.86] has joined #linuxcnc
[08:01:52] -!- racycle has quit [Quit: racycle]
[08:05:00] -!- vladimirek has quit [Remote host closed the connection]
[08:17:09] -!- mk0 [mk0!~Geissler@37.214.34.143] has joined #linuxcnc
[08:29:53] -!- TekniQue [TekniQue!baldur@unaffiliated/teknique] has joined #linuxcnc
[08:29:53] -!- jstenback [jstenback!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2] has joined #linuxcnc
[08:29:53] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[08:29:53] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[08:29:53] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[08:29:53] -!- factor [factor!~factor@r74-195-184-133.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[08:29:54] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[08:29:54] -!- ink- [ink-!ink@katsu.triplehelix.org] has joined #linuxcnc
[08:29:54] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[08:29:54] -!- fragalot [fragalot!~thomas@gentoo/user/FamousToaster] has joined #linuxcnc
[08:29:54] -!- jdh [jdh!~jdh@miranda.org] has joined #linuxcnc
[08:29:54] -!- Patang [Patang!~freenode@cm-84.209.197.6.getinternet.no] has joined #linuxcnc
[08:29:54] -!- djdelorie [djdelorie!~dj@envy.delorie.com] has joined #linuxcnc
[08:29:54] -!- amaldo [amaldo!~amaldo@pdpc/supporter/student/amaldo] has joined #linuxcnc
[08:29:54] -!- Ekkeri [Ekkeri!ekke@hilla.kapsi.fi] has joined #linuxcnc
[08:29:54] -!- crib [crib!~chris@port-92-202-73-189.dynamic.qsc.de] has joined #linuxcnc
[08:29:54] -!- dimas [dimas!~dimas@tservice.elcom.ru] has joined #linuxcnc
[08:29:54] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc
[08:29:54] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[08:54:18] -!- JesusAlos [JesusAlos!~JesusAlos@139.49.77.188.dynamic.jazztel.es] has joined #linuxcnc
[08:54:44] <JesusAlos> hello
[08:55:42] <JesusAlos> there are a similar software like LazyCam to EMC2?
[09:00:00] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[09:00:00] -!- ZinovaS [ZinovaS!~darius@client-178-16-37-153.inturbo.lt] has joined #linuxcnc
[09:00:00] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[09:00:00] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[09:00:00] -!- gambakufu [gambakufu!~mooznach@bzq-82-81-26-54.red.bezeqint.net] has joined #linuxcnc
[09:00:00] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc
[09:00:01] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[09:00:01] -!- Loetmichel [Loetmichel!cylly@p54B11D86.dip.t-dialin.net] has joined #linuxcnc
[09:00:01] -!- mutilator [mutilator!muti@65.111.213.158] has joined #linuxcnc
[09:00:01] -!- DaViruz [DaViruz!DaViruz@rikskriminalpolisen.com] has joined #linuxcnc
[09:00:01] -!- hardik [hardik!~hardik@74.117.158.3] has joined #linuxcnc
[09:00:01] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[09:00:18] <JesusAlos> Hi?
[09:02:35] <archivist> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Cam
[09:08:27] -!- KimK has quit [*.net *.split]
[09:08:27] -!- ZinovaS has quit [*.net *.split]
[09:08:28] -!- djinni` has quit [*.net *.split]
[09:08:28] -!- gambakufu has quit [*.net *.split]
[09:08:28] -!- e-ndy has quit [*.net *.split]
[09:08:28] -!- JT-Shop has quit [*.net *.split]
[09:08:28] -!- Loetmichel has quit [*.net *.split]
[09:08:28] -!- MattyMatt has quit [*.net *.split]
[09:08:29] -!- mozmck has quit [*.net *.split]
[09:08:29] -!- mutilator has quit [*.net *.split]
[09:08:29] -!- karavanjoW has quit [*.net *.split]
[09:08:29] -!- DaViruz has quit [*.net *.split]
[09:08:29] -!- hardik has quit [*.net *.split]
[09:11:07] <mrsun> JesusAlos, the cam software isnt tied to the control software i guess :P so any cam should work as long as it got post processor for linuxcnc
[09:11:28] <awallin> lazycam might work under wine, have you tried?
[09:13:51] <JesusAlos> but i need a postprocessor for emc2
[09:13:57] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[09:13:57] -!- ZinovaS [ZinovaS!~darius@client-178-16-37-153.inturbo.lt] has joined #linuxcnc
[09:13:57] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[09:13:57] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[09:13:57] -!- gambakufu [gambakufu!~mooznach@bzq-82-81-26-54.red.bezeqint.net] has joined #linuxcnc
[09:13:57] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc
[09:13:57] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[09:13:57] -!- Loetmichel [Loetmichel!cylly@p54B11D86.dip.t-dialin.net] has joined #linuxcnc
[09:13:57] -!- mutilator [mutilator!muti@65.111.213.158] has joined #linuxcnc
[09:13:57] -!- DaViruz [DaViruz!DaViruz@rikskriminalpolisen.com] has joined #linuxcnc
[09:13:57] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[09:13:57] -!- hardik [hardik!~hardik@74.117.158.3] has joined #linuxcnc
[09:14:31] <JesusAlos> I dont think that use a Wine is good idea for industrials professinal porpouse
[09:14:37] <awallin> those can usually be hacked/tuned by yourself. only an evil cam company would keep the post-processor format secret
[09:15:04] <awallin> There is no free industrial professional CAM solution on linux. your patches are welcome.
[09:16:57] <JesusAlos> what is better software Match3 or EMC2?
[09:17:30] <mrsun> you ask this in the linuxcnc channel ? :P
[09:17:39] <mrsun> the software emc2 is called linuxcnc =)
[09:18:02] <mrsun> i guess both has their strengths and weaknesses
[09:18:05] <Jymmm> JesusAlos: You walk into a chevy dealer and ask which is better; ford or chevy?
[09:18:11] <mrsun> linuxcnc seems more flexible
[09:18:17] <mrsun> and isnt that hard to use
[09:18:41] <mrsun> mach3 is in true windows spirit cluttery and seems harder to configure to your exact needs =)
[09:19:20] <archivist> linuxcnc and can drive servos properly and do screw cutting and solid tapping
[09:20:12] <JesusAlos> but match3 graphical environment seems more complete
[09:20:26] <Jymmm> O_o
[09:20:39] <JesusAlos> and has its own cam cae
[09:21:09] <mrsun> it all depends on your needs
[09:21:12] <mrsun> like always
[09:21:35] <mrsun> if you want to rape your mind with windows, use mach3 if you want the smooth saililng of linux use linuxcnc :P
[09:21:50] <JesusAlos> I use linuxcnc in my machines
[09:21:52] <mrsun> omg
[09:21:56] <mrsun> that sentance i built totaly wrong :P
[09:22:03] * Jymmm hands mrsun a shovel
[09:22:11] -!- Cylly [Cylly!cylly@p54B13B86.dip.t-dialin.net] has joined #linuxcnc
[09:22:23] <mrsun> Jymmm, who am i going to hit ?
[09:22:24] <JesusAlos> but a customer need simple cad editor with cam to linuxcnc
[09:22:39] <mrsun> JesusAlos, 3d ? 2.5d ? 2d ?
[09:22:39] <JesusAlos> for open dxf files and export to gcode
[09:22:50] <Jymmm> mrsun: That's to dig yourself of all that crap you just piled on =)
[09:22:56] <JesusAlos> D
[09:22:59] <JesusAlos> 3d
[09:23:01] <mrsun> Jymmm, =)
[09:23:13] <Jymmm> G'Night folks!
[09:23:53] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[09:24:42] <JesusAlos> i don't have a good solution for the problem
[09:25:01] <mrsun> most 3d cams costs =)
[09:25:11] <mrsun> have not yet seen a good free solution
[09:25:50] <mrsun> anyways, need to start to get some work going ..
[09:33:13] -!- yuvipanda_ has quit [Read error: Connection reset by peer]
[09:34:18] -!- trygve has quit [*.net *.split]
[09:34:18] -!- olsson has quit [*.net *.split]
[09:34:18] -!- cherry_lin has quit [*.net *.split]
[09:34:18] -!- Poincare has quit [*.net *.split]
[09:34:18] -!- jstenback has quit [*.net *.split]
[09:34:19] -!- ybon has quit [*.net *.split]
[09:34:19] -!- TekniQue has quit [*.net *.split]
[09:34:19] -!- DJ9DJ has quit [*.net *.split]
[09:34:19] -!- nots has quit [*.net *.split]
[09:34:19] -!- emel has quit [*.net *.split]
[09:34:19] -!- fragalot has quit [*.net *.split]
[09:34:20] -!- mozmck has quit [*.net *.split]
[09:34:20] -!- mutilator has quit [*.net *.split]
[09:34:20] -!- karavanjoW has quit [*.net *.split]
[09:34:20] -!- DaViruz has quit [*.net *.split]
[09:34:20] -!- hardik has quit [*.net *.split]
[09:34:20] -!- yuvipanda has quit [*.net *.split]
[09:34:21] -!- KimK has quit [*.net *.split]
[09:34:21] -!- ZinovaS has quit [*.net *.split]
[09:34:21] -!- djinni` has quit [*.net *.split]
[09:34:21] -!- gambakufu has quit [*.net *.split]
[09:34:21] -!- e-ndy has quit [*.net *.split]
[09:34:22] -!- JT-Shop has quit [*.net *.split]
[09:34:22] -!- MattyMatt has quit [*.net *.split]
[09:34:22] -!- ChanServ has quit [*.net *.split]
[09:34:22] -!- Jymmm has quit [*.net *.split]
[09:34:22] -!- abra has quit [*.net *.split]
[09:34:23] -!- Ekkeri has quit [*.net *.split]
[09:34:23] -!- dimas has quit [*.net *.split]
[09:34:23] -!- skunkworks has quit [*.net *.split]
[09:34:23] -!- ink- has quit [*.net *.split]
[09:34:24] -!- dribnet has quit [*.net *.split]
[09:34:24] -!- djdelorie has quit [*.net *.split]
[09:34:24] -!- amaldo has quit [*.net *.split]
[09:34:24] -!- crib has quit [*.net *.split]
[09:34:24] -!- steves_logging has quit [*.net *.split]
[09:34:25] -!- RagingComputer has quit [*.net *.split]
[09:34:25] -!- factor has quit [*.net *.split]
[09:34:25] -!- jdh has quit [*.net *.split]
[09:34:25] -!- Patang has quit [*.net *.split]
[09:34:25] yuvipanda_ is now known as yuvipanda
[09:38:29] -!- hardik [hardik!~hardik@74.117.158.3] has joined #linuxcnc
[09:38:29] -!- MattyMatt [MattyMatt!~matt@cpc2-birk6-0-0-cust92.1-3.cable.virginmedia.com] has joined #linuxcnc
[09:38:29] -!- DaViruz [DaViruz!DaViruz@rikskriminalpolisen.com] has joined #linuxcnc
[09:38:29] -!- mutilator [mutilator!muti@65.111.213.158] has joined #linuxcnc
[09:38:29] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[09:38:29] -!- mozmck [mozmck!~moses@client-204.235.45.161.wcfltx.partnershipbroadband.com] has joined #linuxcnc
[09:38:29] -!- gambakufu [gambakufu!~mooznach@bzq-82-81-26-54.red.bezeqint.net] has joined #linuxcnc
[09:38:29] -!- djinni` [djinni`!~djinni@li125-242.members.linode.com] has joined #linuxcnc
[09:38:29] -!- e-ndy [e-ndy!~e-ndy@fantomas.bestit.cz] has joined #linuxcnc
[09:38:30] -!- ZinovaS [ZinovaS!~darius@client-178-16-37-153.inturbo.lt] has joined #linuxcnc
[09:38:30] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc
[09:38:30] -!- TekniQue [TekniQue!baldur@unaffiliated/teknique] has joined #linuxcnc
[09:38:30] -!- jstenback [jstenback!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2] has joined #linuxcnc
[09:38:30] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[09:38:30] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[09:38:30] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[09:38:30] -!- factor [factor!~factor@r74-195-184-133.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[09:38:30] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[09:38:30] -!- ink- [ink-!ink@katsu.triplehelix.org] has joined #linuxcnc
[09:38:30] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[09:38:30] -!- fragalot [fragalot!~thomas@gentoo/user/FamousToaster] has joined #linuxcnc
[09:38:30] -!- jdh [jdh!~jdh@miranda.org] has joined #linuxcnc
[09:38:30] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[09:38:30] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc
[09:38:30] -!- dimas [dimas!~dimas@tservice.elcom.ru] has joined #linuxcnc
[09:38:30] -!- crib [crib!~chris@port-92-202-73-189.dynamic.qsc.de] has joined #linuxcnc
[09:38:30] -!- Ekkeri [Ekkeri!ekke@hilla.kapsi.fi] has joined #linuxcnc
[09:38:30] -!- amaldo [amaldo!~amaldo@pdpc/supporter/student/amaldo] has joined #linuxcnc
[09:38:30] -!- djdelorie [djdelorie!~dj@envy.delorie.com] has joined #linuxcnc
[09:38:31] -!- Patang [Patang!~freenode@cm-84.209.197.6.getinternet.no] has joined #linuxcnc
[09:38:55] -!- yuvipanda has quit [Changing host]
[09:42:38] -!- Jymmm has quit [Ping timeout: 255 seconds]
[09:43:15] -!- Jymmm [Jymmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[09:43:25] <JesusAlos> Eny idea? I need a software CAD CAM. can create a 2D simple drawings, import dxf files and convert to gcode for linuxcnc
[09:44:34] -!- Poincare has quit [*.net *.split]
[09:44:34] -!- jstenback has quit [*.net *.split]
[09:44:56] -!- ybon has quit [*.net *.split]
[09:44:56] -!- TekniQue has quit [*.net *.split]
[09:45:03] -!- dribnet has quit [Ping timeout: 260 seconds]
[09:45:18] -!- trygve has quit [*.net *.split]
[09:45:18] -!- olsson has quit [*.net *.split]
[09:45:18] -!- cherry_lin has quit [*.net *.split]
[09:54:41] -!- Poincare [Poincare!~jefffnode@2001:470:cb24:4::2] has joined #linuxcnc
[09:54:41] -!- jstenback [jstenback!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2] has joined #linuxcnc
[09:55:21] -!- factor has quit [Read error: Connection reset by peer]
[09:56:02] -!- TekniQue [TekniQue!baldur@unaffiliated/teknique] has joined #linuxcnc
[10:08:21] -!- adb [adb!~IonMoldom@178-211-235-11.dhcp.voenergies.net] has joined #linuxcnc
[10:10:36] <jthornton> qcad and sheetcam
[10:11:48] -!- yuvipanda has quit [Ping timeout: 252 seconds]
[10:13:25] -!- factor [factor!~factor@r74-195-184-133.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[10:14:36] -!- theos has quit [Disconnected by services]
[10:14:55] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[10:20:37] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[10:28:17] -!- aircraft [aircraft!~aircraft@xmpp.jrudevels.org] has joined #linuxcnc
[10:30:30] -!- factor has quit [Ping timeout: 260 seconds]
[10:37:50] -!- rob_h [rob_h!~rob_h@5e045844.bb.sky.com] has joined #linuxcnc
[10:40:34] -!- djheinzNO has quit [Ping timeout: 246 seconds]
[10:42:29] -!- djheinzNO [djheinzNO!~henning@163.84.45.31.customer.cdi.no] has joined #linuxcnc
[10:58:15] <JesusAlos> dear jthornton:
[10:58:40] <JesusAlos> the sheetcam can't create route for eps foam cut
[10:59:06] <jthornton> morning, why is that?
[10:59:47] <JesusAlos> 2 axis machine. The route no must intersect
[11:00:18] <jthornton> X and Y axis?
[11:00:23] <JesusAlos> yes
[11:01:25] <jthornton> the route is determined by your dxf correct?
[11:01:33] <JesusAlos> yes
[11:01:53] <JesusAlos> no
[11:01:56] <jthornton> sheetcam only converts the dxf path to g code
[11:02:03] <jthornton> please explain
[11:02:34] <JesusAlos> the drawing is determined by dxf file. The route determine sheetcam
[11:03:04] <JesusAlos> the jump in to different boxes, cross one box
[11:03:24] <JesusAlos> it seems work like 3 axis
[11:03:45] <jthornton> ah the move to the start position, yes I understand that now
[11:04:03] <jthornton> that needs to be part of the dxf file
[11:07:31] <alex_joni> you can select different types of lead-in in sheetcam
[11:07:52] <alex_joni> but it they don't suit you, just draw the lead-in in the dxf, and select no lead-in in sheetcam
[11:08:41] <JesusAlos> but is more job crete lead-in with dxf
[11:09:00] <alex_joni> sure it is
[11:09:08] <JesusAlos> can't run like 2 axis machine?
[11:09:53] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc
[11:10:29] <jthornton> you could write your own dxf to g code converter
[11:15:18] <JesusAlos> some body know how i can contact with Ickgucklive
[11:16:09] <jthornton> mailing list?
[11:18:51] <andypugh> Single-step mode with a delay function between program-is-paused and program run?
[11:19:27] <JesusAlos> No
[11:19:52] <JesusAlos> pcw_home recomend create a regulable decelerator bar
[11:19:52] <andypugh> that's the best idea i could come up with in my sleep.
[11:20:03] <JesusAlos> :)
[11:21:28] <JesusAlos> is possible do this?
[11:24:19] <andypugh> I haven't tried. Give me a few minutes.
[11:25:43] <JesusAlos> ok
[11:30:24] <JesusAlos> jthornton: how i can view the mailing list
[11:30:40] <JesusAlos> i registered but can't see eny mailing list
[11:30:49] <andypugh> Look a the "community" link on the main web pahe
[11:31:39] <jthornton> you could post your question to the mailing list asking him to contact you
[11:32:23] <JesusAlos> ok.
[11:36:19] <andypugh> Do you perhaps just need more wire tension?
[11:37:14] <JesusAlos> no
[11:37:20] -!- aircraft [aircraft!~aircraft@xmpp.jrudevels.org] has parted #linuxcnc
[11:37:24] <JesusAlos> the tension is enougt
[11:37:56] <JesusAlos> AndyPugh, belive me, is a very professional machine. Good mechanical
[11:38:20] <JesusAlos> We have experiencie with cut foam
[11:38:35] <JesusAlos> visit my web site www.alosindustrials.com
[11:42:50] <andypugh> I have been playing about with single-step mode. There are problems. One problem is that it pauses on every line, not just every movement.
[11:43:23] <JesusAlos> :(
[11:43:39] <andypugh> And I can't see a HAL pin that changes state when it is waiting.
[11:44:15] <jthornton> why not just put the proper F for corners if you need to slow down for them
[11:44:42] <andypugh> I think you could probably watch the motion.program-line pin, and feed-hold for a length of time any time it changes.
[11:45:32] <andypugh> jthornton: Well, that is what I have been trying to say, that if you want a pause, it needs to be in the G-code.
[11:45:57] <andypugh> Especially as many moves probably have no need for a pause.
[11:46:08] <jthornton> right
[11:48:58] <andypugh> JesusAlos: The screen shot on the web site seems to indicate that you are running a Windows controller?
[11:53:52] <JesusAlos> yes in this case. In other versión runs linux with linuxcnc
[11:54:59] <andypugh> Can the Windows version pause?
[11:56:41] -!- asdfasd [asdfasd!grgrgrgrg@149.241.153.128] has joined #linuxcnc
[11:57:11] -!- cncbasher [cncbasher!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[11:58:22] <andypugh> LinuxCNC can be configured to pass every program file through a filter before running it.
[11:58:56] <JesusAlos> the windows version only cut in continuous mode
[11:59:11] <JesusAlos> no need pauses
[11:59:25] <JesusAlos> is a cut line machine
[11:59:37] <JesusAlos> now i do a pantograpfh machine
[11:59:42] <andypugh> I can imagine a filter program that looked at the program line by line, and if the direction between the current G1 G2 or G3 was different to the next one, then it inserts a G4 pause of a length proportional to the acutneness of the angle.
[12:01:32] <andypugh> But, it might be easier to do that in the DXF conversion program.
[12:02:28] <andypugh> I think you can configure LinuxCNC so that you open an actual DXF file in Axis, which is then passed to dxf2gcode, and then you could alter dxf2gcode to put the pauses in.
[12:03:20] <JesusAlos> other manufacturers do this. Look a screen shot. red circle image. http://www.alosindustrials.com//Pause_.jpg
[12:04:15] <JesusAlos> the operator can move the bar online while cut
[12:04:44] <JesusAlos> they use a galil control
[12:05:09] <andypugh> The variable length pause is fairly easy if there are pause commands in the G-code.
[12:05:26] <archivist> You can program linuxcnc to do whatever you want
[12:06:23] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[12:07:26] <andypugh> I think that is more an "it is possible to" not a "you can"
[12:07:37] <Spida> :-)
[12:07:47] <jthornton> galil doesn't have any GUI's they are all made by the integrator
[12:09:37] <jthornton> galil control boards simply take a two letter mnemonic from the GUI
[12:12:19] <andypugh> But back to archivist's point. You have access to all the LinuxCNC source code. If you wanted to you could modify it (or pay a programmer to modify it) to add a pause beween every motion command. What you are asking for is like a special case od "exact stop mode" G61.1
[12:15:15] <archivist> like add a G61.2 Exact Stop and dwell mode
[12:15:34] <andypugh> But, this will put a pause between every movement. Depending on what the CAM program produces you might find that some curves are made of many straight lines, and you most definitely do not want a pause at the end of each of those.
[12:16:09] <archivist> so far better to fix your cam to add any delays you want
[12:16:37] -!- JesusAlos- [JesusAlos-!~yaaic@77.209.226.109] has joined #linuxcnc
[12:16:50] <JesusAlos-> ok
[12:17:07] <JesusAlos-> a good programmer in uk?
[12:17:14] -!- JesusAlos has quit []
[12:18:38] <JesusAlos-> i think that's no easy
[12:18:59] -!- sumpfralle [sumpfralle!~lars@31-16-20-95-dynip.superkabel.de] has joined #linuxcnc
[12:19:43] <Theta9> hey lars
[12:20:50] <andypugh> I am sure there are programmers in Spain?
[12:21:43] <JesusAlos-> i don't know why
[12:22:28] <JesusAlos-> sorry who
[12:24:34] <andypugh> How do you produce your G-code now?
[12:26:57] <JesusAlos-> in the cut line machine i dont need gcode
[12:27:37] <JesusAlos-> in the cnc machine use vcarve
[12:27:51] -!- yuvipanda has quit [Read error: Connection reset by peer]
[12:28:54] <archivist> you can ask vcarve supplier about adjusting the post processor
[12:30:20] <andypugh> I think the most transparent way to do it would be with a filter.
[12:30:21] <andypugh> http://www.linuxcnc.org/docs/html/config/ini_config.html#_filter_section_a_id_sub_filter_section_a
[12:30:26] <JesusAlos-> but the vcarve generate the gcode and i dont need pause into the gcode
[12:31:05] <andypugh> You open a normal G-code file, and the filter adds a call to a variable-length pause routine after every G1 G2 or G3 move.
[12:31:57] -!- syyl [syyl!~syyl@p4FD1233D.dip.t-dialin.net] has joined #linuxcnc
[12:33:09] <andypugh> (If it was allowed, you could remap G1 g2 and G3 to include a pause, but those are outside the scope of the remapping scheme)
[12:36:55] <jthornton> seems like G2/3 would need a different F depending on the radius and each direction change for G1 something different
[12:37:56] -!- mk0 has quit [Quit: Leaving]
[12:39:16] <andypugh> I am still working on solving the problem as asked.
[12:40:20] * jthornton goes back to python sqlite fun
[12:40:35] <andypugh> The spindle-override slider looks to be spare in a hotwire. That could be used to adjust the pause. (it has a halui hal pin)
[12:41:42] <andypugh> It could probably be renamed with a simple .axisrc command.
[12:43:48] <archivist> is this the same compensation micges uses for laser kerf control
[12:46:38] <andypugh> Hmm, now you mention it...
[12:46:57] <archivist> he did a wiki page
[12:48:20] <andypugh> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LaserBeamCompensation
[12:48:29] <andypugh> Not quite the same
[12:49:20] -!- factor [factor!~factor@r74-195-184-133.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[13:25:08] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[13:25:08] yuvipanda_ is now known as yuvipanda
[13:28:40] <andypugh> JesusAlos-: http://imagebin.org/233623
[13:29:26] <Jymmm> Mornin andypugh
[13:29:29] <andypugh> That's only the easyiest part though, editing /usr/share/axis/tcl/axis/tcl file
[13:35:58] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[14:04:54] -!- archivist has quit [Ping timeout: 240 seconds]
[14:05:08] -!- the_wench has quit [Ping timeout: 245 seconds]
[14:13:40] <jthornton> andypugh, you did that in axisrc?
[14:13:58] <andypugh> No, I couldn't figure that out.
[14:14:53] <andypugh> widgets.spinoverride.configure(label="Corner Pause:") almost, but not quite, works in .axisrc
[14:17:44] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[14:21:21] <jthornton> looks like my mack converter is getting a workout today :)
[14:21:30] -!- leehambley has quit [Quit: leehambley]
[14:22:07] -!- syyl has quit [Quit: Leaving]
[14:28:57] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[14:46:01] <archivist> dont see many of these http://www.ebay.co.uk/itm/Burgmaster-2B-Turret-Drilling-Tapping-Machine-auto-index-6-position-turret-/181008101669?pt=LH_DefaultDomain_3&hash=item2a24ec7125
[14:50:27] <JesusAlos-> hi. i'm family lunch. sorry for no answer
[14:50:58] <JesusAlos-> i write from mobile telephone
[14:55:54] -!- JesusAlos- has quit [Ping timeout: 264 seconds]
[14:56:46] -!- paideia [paideia!~paideia@host-2-103-25-61.as13285.net] has joined #linuxcnc
[14:57:06] -!- JesusAlos- [JesusAlos-!~yaaic@77.209.226.122] has joined #linuxcnc
[14:58:19] <JesusAlos-> andypugh: really it works?
[14:58:41] <andypugh> No, it doesn't _do_ anything
[14:58:59] <JesusAlos-> :)
[14:59:11] <ReadError> http://www.kickstarter.com/projects/1427848145/build-your-own-laser-cutter?ref=live
[14:59:13] <ReadError> not bad...
[14:59:20] <JesusAlos-> is only grafical bar
[14:59:25] <andypugh> But that slider changes the halui.spindle.oveeride pin, and that could be used to control a pause routine.
[15:00:04] <alex4nder> hey
[15:00:10] <ReadError> sup
[15:00:20] <andypugh> It's quite easy to make an M100 code that will pause for the time set by that slider.
[15:00:20] <JesusAlos-> hi
[15:00:21] <alex4nder> nada, waking up
[15:00:31] <alex4nder> ReadError: how's the mill?
[15:00:33] <ReadError> i been up since 7
[15:00:39] <ReadError> but not awake until like 30 mins ago
[15:00:42] <andypugh> The gap in the process is getting the G-code to want to pause.
[15:00:46] <ReadError> all is good alex4nder
[15:00:50] <ReadError> i want to get a 4th axis ;0
[15:01:03] <alex4nder> me too
[15:01:15] <ReadError> theres gotta be some chinese place to get something good cheap
[15:01:21] <ReadError> the chinese are very good at making things cheap
[15:01:25] <ReadError> inexpensive*
[15:02:53] <Tom_itx> andypugh what's involved in the single step mode getting to execute a delay and continue?
[15:06:24] -!- dgarr [dgarr!~dgarrett@97-124-45-37.phnx.qwest.net] has joined #linuxcnc
[15:09:39] <andypugh> Tom_itx: As far as I can see there isn't a HAL pin that indicates that the motion is paused and waiting for the next step.
[15:10:00] <andypugh> (Plus that pauses at the end of every single program line)
[15:10:51] <Tom_itx> not sure he'll find an elegant answer
[15:12:21] -!- yuvipanda has quit [Ping timeout: 252 seconds]
[15:12:21] yuvipanda_ is now known as yuvipanda
[15:12:47] -!- joe9 [joe9!~joe9@c-24-98-99-202.hsd1.ga.comcast.net] has joined #linuxcnc
[15:15:20] <andypugh> I think the idea of a simple filte file is the best.
[15:15:49] -!- bork_ has quit [Ping timeout: 246 seconds]
[15:15:54] -!- Tecan [Tecan!~fsadf@unaffiliated/unit41] has joined #linuxcnc
[15:17:11] -!- yuvipanda has quit [Read error: Connection reset by peer]
[15:17:16] yuvipanda_ is now known as yuvipanda
[15:23:06] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[15:26:11] -!- leehambley has quit [Ping timeout: 260 seconds]
[15:32:11] -!- Tom_itx has quit []
[15:34:45] -!- kwallace [kwallace!~kwallace@tmb-245.sonnet.com] has joined #linuxcnc
[15:34:52] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[15:45:58] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[15:45:58] yuvipanda_ is now known as yuvipanda
[15:47:50] -!- paideia has quit [Quit: Leaving]
[15:50:14] -!- yuvipanda has quit [Ping timeout: 240 seconds]
[15:50:14] yuvipanda_ is now known as yuvipanda
[15:52:59] -!- abra has quit [Ping timeout: 255 seconds]
[16:06:11] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[16:06:18] -!- tjb1 [tjb1!~tjb1@8.sub-174-231-17.myvzw.com] has joined #linuxcnc
[16:07:19] <IchGuckLive> what a storm towards the estcost http://www.nrlmry.navy.mil/TC.html
[16:09:49] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc
[16:10:05] <jdh> "better them than me"
[16:10:09] <Tom_itx> IchGuckLive are you on the east coast?
[16:10:30] -!- mhaberler has quit [Quit: mhaberler]
[16:10:59] <Tom_itx> looks like it will miss atlanta
[16:11:08] <jdh> and then some.
[16:11:30] <tjb1> Why doesnt Enco load >:(
[16:11:35] <Tom_itx> will still screw up flights there though
[16:11:41] <tjb1> Tom_itx: Im in PA
[16:11:48] <tjb1> Fun times to be had coming up
[16:12:03] <Tom_itx> it's just wind and water
[16:12:26] <jdh> aren't you way inland?
[16:12:39] <tjb1> Well PA itself is inland
[16:13:03] <Tom_itx> i'm not sure they really know about wind out east
[16:13:19] <jdh> ?
[16:13:20] <Tom_itx> 30mph is a mild day here
[16:14:19] <Tom_itx> you could see more dust than clouds from space the other day
[16:14:21] <jdh> vs. 12-24 hrs of sustained 75-100mph?
[16:14:44] <Tom_itx> at least they know it's coming
[16:14:52] <Tom_itx> well in advance
[16:15:12] -!- ktchk [ktchk!~eddie6929@n219073006074.netvigator.com] has joined #linuxcnc
[16:15:14] <Tom_itx> tornados aren't that predictable
[16:15:40] <jdh> yeah, no tornadoes in the east.
[16:15:56] <tjb1> I just got text from school that they closed already
[16:15:57] <jdh> well, none around here in month or two anyway
[16:16:01] <tjb1> no school monday and tuesday
[16:16:24] <Tom_itx> http://en.wikipedia.org/wiki/Greensburg,_Kansas
[16:17:38] <Tom_itx> 1.7 mi wide, 205 mph
[16:17:57] <jdh> look nasty. This storm has only killed 4x as many people so far.
[16:18:12] <Tom_itx> most probably drowned?
[16:18:32] -!- tjb1 has quit [Read error: Connection reset by peer]
[16:18:47] <jdh> up to 6x as many now.
[16:19:15] <jdh> generally killed by flying/falling objects
[16:19:26] <Tom_itx> so take cover?
[16:19:33] <jdh> heh
[16:19:45] <jdh> I don't think you really understand wind
[16:19:46] <Tom_itx> or ignore the warnings
[16:19:50] <Tom_itx> yes i do
[16:20:21] <Tom_itx> we had clear day winds that bent large metal interstate signs clear over
[16:20:53] <Tom_itx> ours are just not as widespread as a hurricane
[16:21:06] -!- tjb1 [tjb1!~tjb1@73.sub-174-231-16.myvzw.com] has joined #linuxcnc
[16:22:34] <Tom_itx> i was in savannah on a 'windy' day with the beaches closed and i didn't think it was so bad
[16:22:43] -!- teb_ has quit [Read error: Connection reset by peer]
[16:22:44] <Tom_itx> went swimming
[16:23:48] <jdh> what is 'windy'?
[16:24:07] <Tom_itx> i dunno what it was that day but they'd issued warnings
[16:24:18] <Tom_itx> not gale force winds for sure
[16:25:02] <jdh> this storm is not really close to me, but we have 40kt+ winds and 20+ft waves
[16:25:42] <Tom_itx> seems the waves are almost as bad as the wind there
[16:25:55] -!- tjb1 has quit [Ping timeout: 260 seconds]
[16:26:41] <jdh> Floyd dumped 18-24 inches of rain with 100mph sustained winds for hours.
[16:27:27] <jdh> heh, the wind has died down at the beach and the surfers are all out
[16:27:40] <Tom_itx> more victims
[16:27:45] <jdh> looks surprisingly calm out there now http://surfchex.com/
[16:28:25] <IchGuckLive> 380.000 people called to evacuate
[16:28:39] <IchGuckLive> Question on liuxcnc
[16:28:54] <IchGuckLive> what happens if i exeed 9999 deg
[16:29:06] <IchGuckLive> at Rotation axis
[16:30:26] <jthornton> IchGuckLive, there was a chap looking for you this morning in here
[16:32:00] <andypugh> IchGuckLive: I think 9999 comes from the INI. You can go much higher.
[16:32:20] -!- dgarr has quit [Ping timeout: 248 seconds]
[16:32:22] <IchGuckLive> i told alot peple that im here always at 19:00 MEZ
[16:32:22] <andypugh> But should perhaps consider a WRAPPED_ROTARY if you make a habit of it.
[16:32:43] <IchGuckLive> andypugh: thanks
[16:33:05] <IchGuckLive> i can choos on the cam to move cionventionel or climb or both
[16:33:17] <IchGuckLive> both gives me a 360 back and forth
[16:33:39] <IchGuckLive> on climb or conv it goes well above 9999
[16:33:53] <IchGuckLive> 200 rotations
[16:35:07] -!- yuvipanda has quit [Ping timeout: 246 seconds]
[16:35:08] yuvipanda_ is now known as yuvipanda
[16:37:43] <IchGuckLive> jthornton: i fond a Jesus ho asked
[16:37:58] <IchGuckLive> at 2:16 in the lock
[16:38:16] -!- leehambley has quit [Quit: leehambley]
[16:39:01] <jthornton> yea thats him
[16:39:20] <jthornton> from Spain
[16:40:00] <IchGuckLive> jep
[16:40:12] <IchGuckLive> he needs more wire power
[16:40:24] <IchGuckLive> 12V 2A is not enoph
[16:42:09] <andypugh> He has a _lot_ of wires
[16:42:28] <JesusAlos-> until 30 wires
[16:42:39] <IchGuckLive> hi JesusAlos-
[16:42:46] <IchGuckLive> im the man you looking for
[16:42:56] <JesusAlos-> hi
[16:42:59] <andypugh> Is this the machine? http://www.alosindustrials.com/index.php/en/eps/laminadora-verticales
[16:43:03] <IchGuckLive> i got a 7m foam wire mashine
[16:44:45] -!- ybon has quit [Quit: WeeChat 0.3.8]
[16:45:27] <IchGuckLive> JesusAlos-: for cad cam it i s best to use Heekscad its free
[16:45:50] <IchGuckLive> for 2D dxf making Qcad,Librecad, Draftsight all also free
[16:46:51] -!- tjb1 [tjb1!~tjb1@102.sub-174-231-13.myvzw.com] has joined #linuxcnc
[16:48:14] <andypugh> Do any of those insert a pause at tight corners?
[16:48:46] <IchGuckLive> heekscad can do this by your python effert
[16:49:10] <IchGuckLive> if you interact the distance to a G4Px output
[16:50:09] -!- ktchk [ktchk!~eddie6929@n219073006074.netvigator.com] has parted #linuxcnc
[16:51:55] <jdh> anyone have a rasp.pi? should the composite video be enabled on boot?
[16:52:13] <andypugh> I have one, haven't booted it yet..
[16:53:02] <L84Supper> I don't understand why recommend OpenSCAD vs heekscad for open CAD software
[16:53:36] <jdh> I booted mine on my hdmi tv. Worked fine there. Can't really do development there though. I got my 8 AI module for the pi and wanted to play with it up here with a composite monitor.
[16:53:46] -!- gambakufu has quit []
[16:59:25] -!- bork_ has quit [Ping timeout: 246 seconds]
[17:03:38] <IchGuckLive> L84Supper: http://www.openscad.org/ go there then you know
[17:04:44] <IchGuckLive> lots of times the side is not up
[17:07:10] <L84Supper> IchGuckLive, I'm familiar with both, what is your point?
[17:07:35] <IchGuckLive> interaction to fit your needs on your mashine
[17:10:06] <IchGuckLive> L84Supper: do you construct like the way openscad does
[17:10:09] -!- factor has quit [Read error: Connection reset by peer]
[17:10:29] <IchGuckLive> i come from Acad ProE this is not the comen way
[17:11:18] <L84Supper> IchGuckLive, I need to get 3d models and drawing done quickly so I use NX, Creo and Solidworks
[17:13:10] <IchGuckLive> agree
[17:13:16] -!- mhaberler [mhaberler!~mhaberler@extern-181.stiwoll.mah.priv.at] has joined #linuxcnc
[17:13:51] <IchGuckLive> im on PreoE so i start from 3D always and cut and drill out
[17:13:56] <L84Supper> IchGuckLive, most people that ask either want a simple applications to create 3d models for a reprap or want to create mechanical drawings on a low budget
[17:14:27] <IchGuckLive> the heekscad has a good reprap modul
[17:18:52] -!- gambakufu [gambakufu!~mooznach@bzq-82-81-26-54.red.bezeqint.net] has joined #linuxcnc
[17:24:35] -!- tjb1 has quit [Quit: tjb1]
[17:27:27] -!- factor [factor!~factor@r74-195-185-238.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[17:33:38] -!- psha has quit [Ping timeout: 252 seconds]
[17:34:42] -!- bedah [bedah!~bedah@g231054056.adsl.alicedsl.de] has joined #linuxcnc
[17:37:36] -!- yuvipanda has quit [Ping timeout: 240 seconds]
[17:37:36] yuvipanda_ is now known as yuvipanda
[17:44:31] -!- skorket [skorket!~skorket@cpe-24-58-232-122.twcny.res.rr.com] has joined #linuxcnc
[17:45:33] -!- mrsun has quit [Quit: Leaving]
[17:46:13] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[17:47:58] -!- mrsun [mrsun!~mrsun@c-5f3de253.4551536--62697410.cust.bredbandsbolaget.se] has joined #linuxcnc
[18:19:03] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc
[18:20:54] -!- psha_ [psha_!~psha@213.208.162.92] has joined #linuxcnc
[18:26:41] -!- psha has quit [Ping timeout: 245 seconds]
[18:26:48] -!- psha_ has quit [Ping timeout: 245 seconds]
[18:29:43] -!- mattions has quit [Ping timeout: 245 seconds]
[18:29:59] -!- yuvipanda has quit [Ping timeout: 252 seconds]
[18:30:00] yuvipanda_ is now known as yuvipanda
[18:32:29] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc
[18:38:26] -!- psha has quit [Quit: leaving]
[18:42:19] <r00t4rd3d> Reason I love Aspire. Only 1 program needed to cad/cam.
[18:47:30] -!- Kent__ has quit [Ping timeout: 264 seconds]
[18:47:43] -!- Kent_ [Kent_!~kent@90-227-210-195-no122.tbcn.telia.com] has joined #linuxcnc
[18:48:06] -!- Tecan has quit [Quit: live long and phosphor]
[18:49:54] -!- JesusAlos- has quit [Ping timeout: 264 seconds]
[18:54:56] -!- JesusAlos- [JesusAlos-!~yaaic@77.209.226.105] has joined #linuxcnc
[18:56:17] <IchGuckLive> ok im off By have a nice sunday where ever you are and for the East cost keep on dry and take shatlter
[18:56:35] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[18:56:35] <r00t4rd3d> all hype
[18:56:59] -!- Tecan [Tecan!~fsadf@ip-216-234-182-80.wildroseinternet.ca] has joined #linuxcnc
[18:56:59] -!- Tecan has quit [Changing host]
[18:56:59] -!- Tecan [Tecan!~fsadf@unaffiliated/unit41] has joined #linuxcnc
[18:57:17] -!- leehambley has quit [Quit: leehambley]
[18:57:23] <r00t4rd3d> Im watching the nascar race in virginia and its blue sunny skies
[19:03:05] -!- hdokes|werkin [hdokes|werkin!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[19:04:20] -!- hdokes|werkin has quit [Client Quit]
[19:04:47] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[19:15:31] -!- leehambley has quit [Client Quit]
[19:29:26] -!- hdokes has quit [Ping timeout: 255 seconds]
[19:34:27] -!- oyildirim [oyildirim!oyildirim@92.44.122.21] has joined #linuxcnc
[19:39:32] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[19:39:46] -!- Tom_itx has quit [Disconnected by services]
[19:39:53] Tom_L is now known as Tom_itx
[19:41:21] -!- Cylly has quit []
[19:41:28] -!- Loetmichel [Loetmichel!cylly@p54B13B86.dip.t-dialin.net] has joined #linuxcnc
[19:44:19] -!- JesusAlos-2 [JesusAlos-2!~yaaic@77.209.225.181] has joined #linuxcnc
[19:46:00] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[19:46:13] -!- JesusAlos- has quit [Ping timeout: 246 seconds]
[19:51:51] -!- Tecan has quit [Quit: live long and phosphor]
[19:55:10] -!- ybon has quit [Quit: WeeChat 0.3.8]
[19:58:03] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[20:01:06] <JesusAlos-2> hi
[20:03:51] -!- yuvipanda has quit [Ping timeout: 260 seconds]
[20:03:51] yuvipanda_ is now known as yuvipanda
[20:10:39] -!- Tecan [Tecan!~fsadf@ip-216-234-182-80.wildroseinternet.ca] has joined #linuxcnc
[20:10:39] -!- Tecan has quit [Changing host]
[20:10:39] -!- Tecan [Tecan!~fsadf@unaffiliated/unit41] has joined #linuxcnc
[20:11:11] -!- Tecan has quit [Remote host closed the connection]
[20:13:19] -!- JesusAlos [JesusAlos!~JesusAlos@139.49.77.188.dynamic.jazztel.es] has joined #linuxcnc
[20:17:17] -!- JesusAlos-2 has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
[20:18:12] hdokes is now known as hdokes|werkin
[20:18:53] -!- Tom_itx has quit [Ping timeout: 252 seconds]
[20:19:47] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[20:21:09] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[20:35:21] <andypugh> pcw_home: The most recent 8i20 Firmware I have is dated December 2010. I suspect that it not the most recent that exists?
[20:39:28] -!- hdokes|werkin has quit [Quit: Download IceChat at www.icechat.net]
[20:43:43] -!- paideia [paideia!~paideia@host-2-103-25-61.as13285.net] has joined #linuxcnc
[20:50:57] <pcw_home> latest is Rev8 April 5 2012
[20:54:38] <andypugh> Could you send me that?
[20:55:59] <andypugh> I finidhed the nvram parameter tool, now I am wondering how much of the existing bitfile code (for the FPGA cards) is relevant. I have a feeling that the 8i20 bitfiles might be a completely different format?
[20:56:30] <pcw_home> I can but I do not know if its compatible with REVB hardware. I would need to talk to Gilbert about that and he wont be around until Wednesday
[20:57:04] <andypugh> No rush
[20:57:23] <pcw_home> No there's no relationship whatsoever between Xilinx bitfiles and remote sserial firmware
[20:57:34] -!- yuvipanda has quit [Ping timeout: 272 seconds]
[20:57:38] <andypugh> I rather thought that might be the case
[20:57:57] <pcw_home> The main thing about remote firmware is writing it to the correct blocks
[20:58:31] <pcw_home> You also need to change SSLBPs baud rate
[20:58:39] <pcw_home> (to 115200)
[20:58:59] <andypugh> Hmm. Perhaps I won't bother...
[21:00:34] <pcw_home> the way firmware upgrading works is that there are 2 sets of firmware (the setup mode firmware and the run mode firmware)
[21:00:36] <pcw_home> Normally you only upgrade run mode firmware, so you set the remote device into setup mode (jumper option) and then proceed to re-write the run mode firmware
[21:01:12] <andypugh> Ah, OK, so the hard part is done by a jumper/
[21:02:15] <pcw_home> what you really really do not want to do is accidentally write or corrupt the setup mode area
[21:03:03] <pcw_home> This requires a PIC programmer to undo
[21:04:04] <pcw_home> setup mode ignores all EEPROM options and has a fixed 115200 baud rate
[21:04:16] <andypugh> it would probably be useful to figure out if my DN2800 will run the DOS utilities.
[21:05:51] <pcw_home> may or may not, if the PCI utilities work (rpo for example) it will work
[21:05:53] <pcw_home> (RPO 100 should return 55AACAFE, the HM2 cookie)
[21:06:34] -!- yuvipanda has quit [Ping timeout: 260 seconds]
[21:08:00] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc
[21:08:32] -!- phantoneD [phantoneD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[21:11:16] -!- phantoxeD has quit [Ping timeout: 245 seconds]
[21:12:37] -!- maximilian_h has quit [Quit: Leaving.]
[21:12:40] -!- erasmo [erasmo!~erasmo@159-205-187-80.adsl.inetia.pl] has joined #linuxcnc
[21:13:39] -!- phantoneD has quit []
[21:13:55] -!- phantoxeD [phantoxeD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[21:16:47] <pcw_home> On Wednesday I can check with Gilbert about B rev compatibility and also see if we can make a little outline of firmware updating
[21:17:14] <mrsun> hmm, carbide against carbide, is that good combination ? (bore guages with carbided tips that you then measure with micrometer)
[21:18:32] <Tom_itx> you cut tungsten with tungsten
[21:18:46] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[21:19:10] <Tom_itx> i forget what inserts we used
[21:20:12] <mrsun> well im thinking of cracking/damage of the anvil surfaces
[21:20:18] <mrsun> on either part
[21:20:50] <Tom_itx> didn't say it was easy
[21:20:59] <Tom_itx> don't drop the material, it will fracture
[21:21:16] <Tom_itx> we cut ballast for wings from it
[21:21:17] <mrsun> was just thinking as ive heard you can easily chip endmills using micrometers, but maybe that was hss endmills against hard metal
[21:21:35] <Tom_itx> hss doesn't stand a chance
[21:21:56] <Tom_itx> maybe ceramic but i've never tried ceramic
[21:22:32] <mrsun> so measuring on bore guages with micrometers should not be a problem then...
[21:23:17] <Tom_itx> are you cutting carbide or just concerned about measuring the cutter?
[21:23:29] <mrsun> nah, i want something to measure inside bores with
[21:23:33] <mrsun> got recomended bore guages
[21:23:41] <mrsun> like micrometers but without the scales on them
[21:23:47] <mrsun> then you measure on them with a micrometer
[21:23:48] <Tom_itx> just use normal caution with any precision tool
[21:25:57] -!- teb_ [teb_!~teb@190.178.236.196] has joined #linuxcnc
[21:26:02] <teb_> hello everyone =)
[21:26:50] <Tom_itx> mrsun i thought you were wanting to cut tungsten :)
[21:26:57] <mrsun> no =)
[21:27:06] <Tom_itx> we've done it but it's no fun
[21:27:07] <mrsun> but thanks for the advice in that also :P
[21:27:18] <mrsun> isnt diamond more suited for cutting it? :)
[21:27:18] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[21:27:29] <Tom_itx> $$$ too
[21:27:43] <Tom_itx> we used carbide inserts
[21:27:44] <mrsun> pfft, just get the wifies ring, she wont notice
[21:27:58] <Tom_itx> uh huh
[21:29:18] -!- phantoxeD has quit [Ping timeout: 268 seconds]
[21:29:38] <teb_> I just got a job in a factory operating a CNC Lathe.. and I need all kind of help!
[21:29:47] <Tom_itx> hah
[21:29:57] <teb_> Is there any way to perform G-code simulations at home without the need of a paralel port in my computer?
[21:30:00] <Tom_itx> don't get the decimal point wrong :D
[21:30:19] <Tom_itx> teb_ you don't do MDI on the lathe?
[21:30:24] <teb_> I've got the whole realtime and kernel stuff done.. but now the app complains on the parport initialization and this is a notebook =/
[21:30:29] <Tom_itx> usually easiest with lathe work
[21:30:51] <Tom_itx> i ran an Okuma Kadet for a while
[21:31:08] <teb_> Okuma sounds like japanese
[21:31:12] <Tom_itx> yeah
[21:31:18] <Tom_itx> they're good equipment
[21:32:08] <teb_> I can do simulations in the geographic location of the lathe
[21:32:24] <teb_> but I have to learn G code writing SO I need it at home too
[21:32:45] <Tom_itx> there are soft limits you should learn to set on a lathe
[21:32:48] -!- hdokes has quit [Read error: No route to host]
[21:32:56] <Tom_itx> so you don't smack the spindle with a tool
[21:33:06] <teb_> and I won't install wind$/&%/#&# just to install cnc stuff
[21:33:32] <Tom_itx> i wouldn't let a little thing like that get in the way
[21:33:33] -!- yuvipanda has quit [Ping timeout: 256 seconds]
[21:34:54] -!- ybon has quit [Quit: WeeChat 0.3.8]
[21:34:54] <teb_> I need to practice the code writing while I'm not at work.. That'd ease things for me a lot..
[21:34:56] -!- paideia has quit [Quit: Leaving]
[21:35:10] <teb_> that's why I installed linuxcnc at the first place.. But I still can't use it
[21:35:55] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[21:35:57] <teb_> Tom_itx, how do you manage to write G-code at home? without having the lathe plugged in to your pc?
[21:36:14] <Tom_itx> i've got cad cam
[21:36:26] <Tom_itx> but it's just a txt file
[21:36:49] <andypugh> teb_: You can run the sim configs with no hardware. They have emulated spindles and home switches.
[21:37:23] <Tom_itx> what kinda lathe is it?
[21:38:02] <teb_> it's italian
[21:38:04] <teb_> got the manual right here
[21:38:25] <teb_> lemme check, it's MCS 500 Series.. my manual version is 2.01 10/99
[21:38:45] <pcw_home> I guess the question would be how close its Gcode is to LinuxCNC's
[21:39:16] <Tom_itx> formatting and some setup g or m codes may vary
[21:39:19] <teb_> Pontiggia Pietro PPL-310 - Numeric contro ls MCS SX570. Retrofitting done by JSCNC (dec 2004)
[21:39:58] <teb_> I've been checking that pcw_home and there are some slight differences
[21:41:03] <pcw_home> As Andy said you can run the sim configs without any I/O hardware or even realtime
[21:41:30] -!- phantoxeD [phantoxeD!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[21:42:16] <DJ9DJ> gn8
[21:42:18] <teb_> you mean in the main .ini selection window?
[21:42:26] <pcw_home> I have the sim stuff installed on my Ubuntu 12.04 desktop at home
[21:42:47] <Tom_itx> does lcnc run under 12.04?
[21:42:59] <teb_> and which one should I use for a Lathe setup?
[21:43:05] <pcw_home> sim runs on anything I think
[21:43:10] <teb_> I'm on Debian Squeeze right now
[21:43:59] <andypugh> teb_: Yes. when you start LinuxCNC then in the config picker look for sim-axis-lathe
[21:44:36] -!- DJ9DJ has quit [Quit: bye]
[21:45:31] <teb_> Oh, cool
[21:45:32] -!- paideia [paideia!~paideia@host-2-103-25-61.as13285.net] has joined #linuxcnc
[21:45:39] <teb_> Now it's on
[21:47:13] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[21:56:36] <andypugh> The instruction on a block of tofu say to wrap it in kitchen paper and press it using a chopping board and a heavy cookery book. I don't have a cookery book, so I am using a Wohlhaupter boring head.
[21:57:11] <jdh> no 20ton press out in the shop?
[21:59:04] <andypugh> No. Something of a serios lack, I had quite a struggle bending some 3mm x 130mm stainless strips.
[22:02:40] <jdh> I've been looking for an SS fitting. One side is variously called SAE6, 3/8 straight, 9/16-18 ORB
[22:03:12] hdokes is now known as hdokes|werkin
[22:05:46] -!- ve7it has quit [Remote host closed the connection]
[22:07:59] <andypugh> 9/16-18 is probably the thread size. 3/8 sounds like a nominal pipe size.
[22:08:28] <andypugh> Though that doesn't really work as 3/8 isn't enough smaller than 9/16
[22:11:12] -!- paideia has quit [Quit: Leaving]
[22:14:27] -!- Unit411 [Unit411!~Unit411@ip-216-234-182-80.wildroseinternet.ca] has joined #linuxcnc
[22:16:40] -!- L84Supper has quit [Quit: puff of smoke]
[22:19:39] -!- hdokes|werkin has quit [Ping timeout: 260 seconds]
[22:26:48] -!- yuvipanda has quit [Ping timeout: 245 seconds]
[22:26:48] yuvipanda_ is now known as yuvipanda
[22:27:02] -!- teb_ has quit [Quit: Saliendo]
[22:33:36] -!- L84Supper [L84Supper!~ly@unaffiliated/l84supper] has joined #linuxcnc
[22:33:45] -!- yuvipanda has quit [Read error: Connection reset by peer]
[22:34:57] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[22:39:49] -!- yuvipanda has quit [Quit: sleeeep]
[22:45:22] -!- JT-Shop-2 [JT-Shop-2!~John@184.63.140.99] has joined #linuxcnc
[22:45:24] -!- JT-Shop has quit [Read error: Connection reset by peer]
[22:51:42] -!- grummund [grummund!~user@unaffiliated/grummund] has joined #linuxcnc
[22:55:25] -!- zlog has quit [Ping timeout: 265 seconds]
[22:56:52] -!- zlog [zlog!~zlog@ip24-255-189-172.ks.ks.cox.net] has joined #linuxcnc
[22:59:21] -!- bedah has quit [Quit: Ex-Chat]
[22:59:36] -!- mhaberler has quit [Quit: mhaberler]
[23:09:50] -!- zlog has quit [Remote host closed the connection]
[23:09:53] -!- Tom_itx has quit []
[23:10:21] -!- vladimirek has quit [Remote host closed the connection]
[23:12:24] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[23:12:35] -!- zlog [zlog!~zlog@ip24-255-189-172.ks.ks.cox.net] has joined #linuxcnc
[23:15:39] -!- hdokes has quit [Ping timeout: 260 seconds]
[23:24:40] -!- erasmo has quit [Remote host closed the connection]
[23:35:49] -!- Aero-Tec [Aero-Tec!~chatzilla@d172-218-27-193.bchsia.telus.net] has joined #linuxcnc
[23:41:19] -!- JesusAlos has quit []
[23:42:11] -!- hdokes [hdokes!~IceChat77@173-165-40-177-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[23:44:45] -!- tjb1 [tjb1!~tjb1@74.43.50.250] has joined #linuxcnc
[23:46:27] <tjb1> What a drive…10+ backup on the interstate
[23:47:03] <Tom_itx> due to the storm?
[23:47:09] <tjb1> no
[23:47:33] <tjb1> Because of them working on a bridge thats been going on 2 months now
[23:47:44] <Tom_itx> fun
[23:47:56] <tjb1> Its probably backed up that far because of people going places before the storm
[23:48:04] <tjb1> I passed 16 boom trucks
[23:55:56] <ReadError> what pisses me off is
[23:56:05] <ReadError> ohai lets decide to do road work during rush hour
[23:56:14] <ReadError> that will really make things awesome ^_^
[23:56:41] -!- Unit411 has quit [Quit: live long and phosphor]
[23:57:16] <tjb1> rushhour?
[23:57:22] <tjb1> That lane has been shut down for 2 months lol
[23:57:52] -!- asdfasd has quit [Ping timeout: 246 seconds]
[23:58:01] <ReadError> yea but
[23:58:06] <ReadError> on the interstate i take home
[23:58:10] <ReadError> they keep doing roadwork
[23:58:18] <ReadError> like right when a ton of people are heading home