Hi, I'm pretty new to TurboCNC also but I'm pretty comfortable with code. My first project attempt was a file handle shape that would be very similar idea to...
Hi there, I have a small mill that has been converted to CNC using TurboCNC to run it. Recently I have made a few parts that haven't turned out very well....
Hi, Warren: It could be the software, then again, it might not be. Just for funsies - try setting your X and Y backlash settings in TurboCNC both to zero and...
Hi there, Thanks for the reply. To be honest, I didn't even know TCNC had backlash compensation, so it has always been set to zero on all axes. Any other ...
You need to set the backlash to match your machine. That could be part of why you are having problems. If the software is not aware of the backlash, your...
May I suggest another point. If the signal generation is not ajusted correctly (from HI to LOW, or vice-versa - depends on your driver), you probably loose one...
If your cutting circles try not to use the R parameter with G03,G04. I'm just guessing this is what your doing. This is a problem common to computers in...
Hi Dave, I know you mentioned already about dropping the ALT+KEY on the jog screen, but before I forget I thought I'd request the following: ALT+E Could you...
Got my buddies TCNC bridgeport back online yesterday, and am looking to write some generic code for it. Does anyone have any "conversational" type code for...
Yep, that's a great bit of code. I want the GCode to do the asking though. Here's some code I use on the lathe, it prompts, then cuts. I have other programs...
How about a Polygon Toolpath program ... there are a couple things to note, Z depth is fixed, and the program has a manual stop before each depth change ...
Mike Hoffman
mike_hoffman@...
Jul 6, 2006 12:05 pm
16869
Great stuff! That's exactly the sort of thing I'm chasing. Thanks Mike! _____ From: turbocnc@yahoogroups.com [mailto:turbocnc@yahoogroups.com] On Behalf Of...
... as ... move,it ... would ... Hoping someone chimes in with a solution to this problem for you. I have a similar situation, where the weigth of my Z-axis...
... utilise ... comand. ... I ... spindle ... to ... The Z-lock I mentioned earlier is made by Dana and was distributed by Warner Electric. Its model number...
Richard: I looked into this as well, it appears that the ports are set 2-9 outputs, 10-17 input unless an output is assigned to 1,14,16 or 17. Phases aren't ...
Tony: I did some looking into this, a mod to do this in the source code is not exactly trivial, but isn't too bad... If you don't mine piggy-backing on the...
Owing to the influx of spam, I've changed the listserv rules so that new member can still join freely, but are moderated for the first post only. This should...
Hi, I just upgraded to 4.01 and keep geting Runtime error 207. No such problem with the previous version. I installed 4.01 by copying the extracted files into...
Emil: That's a pretty serious problem. Can you send me your ini file offlist? dkowalcz [at] dakeng [dot] com I can single-step through the code and see what's...
Hi, I'm having a problem where the actual movement of the machine is .001 less than commanded by a G00 instruction. I have double-shaft steppers, so I can...
Rob: I've got a suspicion that this might mean the start speed (min speed) is set a bit high for the motors, but there could be other causes. Can you blast...
Hello There..I m a new user of TCNC 4.01.While making arcs on Milling machine Im facing a lot of problems..i.e the machine slows down alot...some times it...
Hi: The problem that you're encountering when attempting to cut arcs is well documented. The root problem is due to the math behind the arc tracing routines....
..Dave was right; reducing the start speed solved the problem. Rob ... polarity ) ??? ... speed) is ... Can you ... such ... looked at ... and ... happen on ...
GeckodriveHi all, When I need to mill a complex profile (usually a machine panel) I use TurboCad to create my DXF. Like most of, I suspect, I then convert the...